Uses of Class
org.orekit.files.iirv.terms.CoordinateSystemTerm
-
Packages that use CoordinateSystemTerm Package Description org.orekit.files.iirv This package provides parsers and writers for Improved Interrange Vector (IIRV) messages.org.orekit.files.iirv.terms This package collects classes representing the individual terms that make up an IIRV vector. -
-
Uses of CoordinateSystemTerm in org.orekit.files.iirv
Methods in org.orekit.files.iirv that return CoordinateSystemTerm Modifier and Type Method Description CoordinateSystemTerm
IIRVBuilder. getCoordinateSystem()
Gets the currentCoordinateSystemTerm
value.CoordinateSystemTerm
IIRVVector. getCoordinateSystem()
Gets the coordinate system term.Methods in org.orekit.files.iirv with parameters of type CoordinateSystemTerm Modifier and Type Method Description void
IIRVBuilder. setCoordinateSystem(CoordinateSystemTerm coordinateSystem)
Overrides the default CoordinateSystem attribute for theIIRVVector
object being built. -
Uses of CoordinateSystemTerm in org.orekit.files.iirv.terms
Fields in org.orekit.files.iirv.terms declared as CoordinateSystemTerm Modifier and Type Field Description static CoordinateSystemTerm
CoordinateSystemTerm. GEOCENTRIC_MEAN_B1950
Geocentric mean of 1950.0 (B1950.0) CoordinateSystemTerm.static CoordinateSystemTerm
CoordinateSystemTerm. GEOCENTRIC_MEAN_OF_J2000
Geocentric mean of 2000.0 (J2000.0) CoordinateSystemTerm.static CoordinateSystemTerm
CoordinateSystemTerm. GEOCENTRIC_TRUE_OF_DATE_ROTATING
Geocentric True-of-Date Rotating (GTOD) CoordinateSystemTerm.static CoordinateSystemTerm
CoordinateSystemTerm. HELIOCENTRIC_B1950
Heliocentric B1950.0 CoordinateSystemTerm.static CoordinateSystemTerm
CoordinateSystemTerm. HELIOCENTRIC_J2000
Heliocentric J2000.0 CoordinateSystemTerm.static CoordinateSystemTerm
CoordinateSystemTerm. JPL_RESERVED_1
Reserved for JPL use (non-GSFC) CoordinateSystemTerm.static CoordinateSystemTerm
CoordinateSystemTerm. JPL_RESERVED_2
Reserved for JPL use (non-GSFC) CoordinateSystemTerm.
-