Uses of Class
org.orekit.files.iirv.terms.CrossSectionalAreaTerm
-
Packages that use CrossSectionalAreaTerm 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 CrossSectionalAreaTerm in org.orekit.files.iirv
Methods in org.orekit.files.iirv that return CrossSectionalAreaTerm Modifier and Type Method Description CrossSectionalAreaTermIIRVBuilder. getCrossSectionalArea()Gets the currentCrossSectionalAreaTermvalue.CrossSectionalAreaTermIIRVVector. getCrossSectionalArea()Gets the cross-sectional area term.Methods in org.orekit.files.iirv with parameters of type CrossSectionalAreaTerm Modifier and Type Method Description voidIIRVBuilder. setCrossSectionalArea(CrossSectionalAreaTerm crossSectionalArea)Overrides the defaultCrossSectionalAreaTermattribute for theIIRVVectorobject being built. -
Uses of CrossSectionalAreaTerm in org.orekit.files.iirv.terms
Fields in org.orekit.files.iirv.terms declared as CrossSectionalAreaTerm Modifier and Type Field Description static CrossSectionalAreaTermCrossSectionalAreaTerm. UNUSEDCrossSectionalAreaTerm contains all zeros when not used.
-