Uses of Class
org.orekit.files.ilrs.CPF.CPFCoordinate
Packages that use CPF.CPFCoordinate
Package
Description
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.CPFCoordinateModifier and TypeMethodDescriptionCPF.CPFEphemeris.getCoordinates()Get the coordinates for this ephemeris segment inEphemerisFile.EphemerisSegment.getFrame().CPF.CPFEphemeris.getEphemeridesDataLines()Get the list of Ephemerides data lines.Methods in org.orekit.files.ilrs with parameters of type CPF.CPFCoordinateModifier and TypeMethodDescriptionvoidCPF.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.CPFCoordinateModifier and TypeMethodDescriptionvoidCPF.addSatelliteCoordinates(String id, List<CPF.CPFCoordinate> coord) Adds a set of P/V coordinates to the satellite.