Uses of Class
org.orekit.files.iirv.terms.OriginIdentificationTerm
-
Packages that use OriginIdentificationTerm 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 OriginIdentificationTerm in org.orekit.files.iirv
Methods in org.orekit.files.iirv that return OriginIdentificationTerm Modifier and Type Method Description OriginIdentificationTerm
IIRVBuilder. getOriginIdentification()
Gets the currentOriginIdentificationTerm
value.OriginIdentificationTerm
IIRVVector. getOriginIdentification()
Gets the origin identification term.Methods in org.orekit.files.iirv with parameters of type OriginIdentificationTerm Modifier and Type Method Description void
IIRVBuilder. setOriginIdentification(OriginIdentificationTerm originIdentification)
Overrides the default OriginIdentification attribute for theIIRVVector
object being built. -
Uses of OriginIdentificationTerm in org.orekit.files.iirv.terms
Fields in org.orekit.files.iirv.terms declared as OriginIdentificationTerm Modifier and Type Field Description static OriginIdentificationTerm
OriginIdentificationTerm. CNES
French Space Agency National Centre for Space Studies (CNES) OriginIdentification.static OriginIdentificationTerm
OriginIdentificationTerm. CSTC
Air Force Satellite Control Facility (CSTC) OriginIdentification.static OriginIdentificationTerm
OriginIdentificationTerm. ETR
NASA/USFC Eastern Test Range (ETR) OriginIdentification.static OriginIdentificationTerm
OriginIdentificationTerm. GSFC
NASA Goddard Space Flight Center (GSFC) OriginIdentification.static OriginIdentificationTerm
OriginIdentificationTerm. JPL
NASA Jet Propulsion Laboratory (JPL) OriginIdentification.static OriginIdentificationTerm
OriginIdentificationTerm. JSC
NASA Johnson Space Center (JSC) OriginIdentification.static OriginIdentificationTerm
OriginIdentificationTerm. KMR
Army Kwajalein Missile Range (KMR) OriginIdentification.static OriginIdentificationTerm
OriginIdentificationTerm. PMR
Navy Pacific Missile Range (PMR) OriginIdentification.static OriginIdentificationTerm
OriginIdentificationTerm. WLP
Wallops Island tracking radars (WLP) OriginIdentification.static OriginIdentificationTerm
OriginIdentificationTerm. WTR
NASA/USFC Western Test Range (WTR) OriginIdentification.
-