Uses of Class
org.orekit.files.iirv.terms.VectorTypeTerm
-
Packages that use VectorTypeTerm 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 VectorTypeTerm in org.orekit.files.iirv
Methods in org.orekit.files.iirv that return VectorTypeTerm Modifier and Type Method Description VectorTypeTermIIRVBuilder. getVectorType()Gets the currentVectorTypeTermvalue.VectorTypeTermIIRVVector. getVectorType()Gets the vector type term.Methods in org.orekit.files.iirv with parameters of type VectorTypeTerm Modifier and Type Method Description voidIIRVBuilder. setVectorType(VectorTypeTerm vectorType)Overrides the default VectorType attribute for theIIRVVectorobject being built. -
Uses of VectorTypeTerm in org.orekit.files.iirv.terms
Fields in org.orekit.files.iirv.terms declared as VectorTypeTerm Modifier and Type Field Description static VectorTypeTermVectorTypeTerm. FORCEDForced VectorType.static VectorTypeTermVectorTypeTerm. FREE_FLIGHTFree flight (routine on-orbit) VectorType.static VectorTypeTermVectorTypeTerm. MANEUVER_CUTOFFManeuver cutoff VectorType.static VectorTypeTermVectorTypeTerm. MANEUVER_IGNITIONManeuver ignition VectorType.static VectorTypeTermVectorTypeTerm. POWERED_FLIGHTPowered flight VectorType.static VectorTypeTermVectorTypeTerm. REENTRYReentry VectorType.static VectorTypeTermVectorTypeTerm. SPARE3Spare VectorType: 3.static VectorTypeTermVectorTypeTerm. SPARE9Spare VectorType: 9.static VectorTypeTermVectorTypeTerm. STATIONARYStationary VectorType.
-