Uses of Class
org.orekit.files.iirv.terms.base.IIRVVectorTerm
Packages that use IIRVVectorTerm
Package
Description
This package collects classes representing the individual terms that make up an IIRV vector.
This package contains base classes that define the types of terms that appear in IIRV vectors.
-
Uses of IIRVVectorTerm in org.orekit.files.iirv.terms
Subclasses of IIRVVectorTerm in org.orekit.files.iirv.termsModifier and TypeClassDescriptionclassThree-character checksum to validate message.class1-character representing the coordinate system associated with the state variables.class5-character average satellite cross-sectional area in square meters with a resolution to the nearest hundredth of a square meter.classSource of the data message.class3-character integer representing the day of the year.class4-character dimensionless drag coefficient.class8-character mass of the satellite in kilograms with a resolution to the nearest tenth of a kilogram; assumed decimal point is one place from the right.class2-character IIRV message class.class5-character immutable end of the message: "ITERM".classA unique 7-character number used to reference the IIRV message.class1-character source of the message (Default = "0").class5-character start of the message, always is "GIIRV".class2-character type of this message.class4-character originating routing indicator.class1-character alphabetic character indicating originator of message.class13-character signed component of a position vector.class4-character destination routing indicator that specifies the site for which the message was generated.class3-character sequence number counter that is incremented for each vector in a set of vector data on a per-station per transmission basis.class8-character dimensionless solar reflectivity coefficient.classIIRV spare character (ASCII space).class4-character mission-specific support identification code (SIC).class1-character type of transfer (constant).classVector epoch in UTC with resolution to nearest millisecond.class1-character type of vector specified in the message.class2-character body number/vehicle identification code (VIC).class13-character signed component of a velocity vector.Methods in org.orekit.files.iirv.terms with parameters of type IIRVVectorTermModifier and TypeMethodDescriptionstatic CheckSumTermCheckSumTerm.fromIIRVTerms(IIRVVectorTerm<?>... terms) Constructs an IIRV checksum from a series of IIRVTerm instances.static StringIIRVTermUtils.iirvTermsToLineString(IIRVVectorTerm<?>... terms) Converts a list ofIIRVVectorTerminstances to a String for a single line of anIIRVVector.static StringIIRVTermUtils.iirvTermsToLineStringSplitByTerm(String delimiter, IIRVVectorTerm<?>... terms) Converts a list ofIIRVVectorTerminstances to a String for a single line of anIIRVVector, where each term in the line is split by a specified delimiter. -
Uses of IIRVVectorTerm in org.orekit.files.iirv.terms.base
Subclasses of IIRVVectorTerm in org.orekit.files.iirv.terms.baseModifier and TypeClassDescriptionclassTerm in an IIRV Vector representing a constant String value.classTerm in an IIRV Vector representing a double value.classTerm in an IIRV Vector representing a Long (or integer) value.classNon-numeric/mutable term in an IIRV Vector represented as a String.Methods in org.orekit.files.iirv.terms.base with parameters of type IIRVVectorTerm