Uses of Class
org.orekit.files.ilrs.CPF.CPFCoordinate
-
Packages that use CPF.CPFCoordinate Package Description org.orekit.files.ilrs This package provides parsers for laser ranging data stored in CDR and CPF formats. -
-
Uses of CPF.CPFCoordinate in org.orekit.files.ilrs
Methods in org.orekit.files.ilrs that return types with arguments of type CPF.CPFCoordinate Modifier and Type Method Description List<CPF.CPFCoordinate>CPF.CPFEphemeris. getCoordinates()Get the coordinates for this ephemeris segment inEphemerisFile.EphemerisSegment.getFrame().List<CPF.CPFCoordinate>CPF.CPFEphemeris. getEphemeridesDataLines()Get the list of Ephemerides data lines.Methods in org.orekit.files.ilrs with parameters of type CPF.CPFCoordinate Modifier and Type Method Description voidCPF. addSatelliteCoordinate(String id, CPF.CPFCoordinate coord)Add a new P/V coordinates to the satellite.Method parameters in org.orekit.files.ilrs with type arguments of type CPF.CPFCoordinate Modifier and Type Method Description voidCPF. addSatelliteCoordinates(String id, List<CPF.CPFCoordinate> coord)Adds a set of P/V coordinates to the satellite.
-