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 CoordinateSystemTermIIRVBuilder. getCoordinateSystem()Gets the currentCoordinateSystemTermvalue.CoordinateSystemTermIIRVVector. getCoordinateSystem()Gets the coordinate system term.Methods in org.orekit.files.iirv with parameters of type CoordinateSystemTerm Modifier and Type Method Description voidIIRVBuilder. setCoordinateSystem(CoordinateSystemTerm coordinateSystem)Overrides the default CoordinateSystem attribute for theIIRVVectorobject 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 CoordinateSystemTermCoordinateSystemTerm. GEOCENTRIC_MEAN_B1950Geocentric mean of 1950.0 (B1950.0) CoordinateSystemTerm.static CoordinateSystemTermCoordinateSystemTerm. GEOCENTRIC_MEAN_OF_J2000Geocentric mean of 2000.0 (J2000.0) CoordinateSystemTerm.static CoordinateSystemTermCoordinateSystemTerm. GEOCENTRIC_TRUE_OF_DATE_ROTATINGGeocentric True-of-Date Rotating (GTOD) CoordinateSystemTerm.static CoordinateSystemTermCoordinateSystemTerm. HELIOCENTRIC_B1950Heliocentric B1950.0 CoordinateSystemTerm.static CoordinateSystemTermCoordinateSystemTerm. HELIOCENTRIC_J2000Heliocentric J2000.0 CoordinateSystemTerm.static CoordinateSystemTermCoordinateSystemTerm. JPL_RESERVED_1Reserved for JPL use (non-GSFC) CoordinateSystemTerm.static CoordinateSystemTermCoordinateSystemTerm. JPL_RESERVED_2Reserved for JPL use (non-GSFC) CoordinateSystemTerm.
-