Uses of Class
org.orekit.files.iirv.terms.DataSourceTerm
Packages that use DataSourceTerm
Package
Description
This package provides parsers and writers for Improved Interrange Vector (IIRV) messages.
This package collects classes representing the individual terms that make up an IIRV vector.
-
Uses of DataSourceTerm in org.orekit.files.iirv
Methods in org.orekit.files.iirv that return DataSourceTermModifier and TypeMethodDescriptionIIRVBuilder.getDataSource()Gets the currentDataSourceTermvalue.IIRVVector.getDataSource()Gets the data source term.Methods in org.orekit.files.iirv with parameters of type DataSourceTermModifier and TypeMethodDescriptionvoidIIRVBuilder.setDataSource(DataSourceTerm dataSource) Overrides the default DataSource attribute for theIIRVVectorobject being built.Constructors in org.orekit.files.iirv with parameters of type DataSourceTermModifierConstructorDescriptionIIRVVector(MessageTypeTerm messageType, MessageIDTerm messageID, MessageSourceTerm messageSource, MessageClassTerm messageClass, OriginIdentificationTerm originIdentification, RoutingIndicatorTerm routingIndicator, VectorTypeTerm vectorType, DataSourceTerm dataSource, CoordinateSystemTerm coordinateSystem, SupportIdCodeTerm supportIdCode, VehicleIdCodeTerm vehicleIdCode, SequenceNumberTerm sequenceNumber, DayOfYearTerm dayOfYear, VectorEpochTerm vectorEpoch, PositionVectorComponentTerm xPosition, PositionVectorComponentTerm yPosition, PositionVectorComponentTerm zPosition, VelocityVectorComponentTerm xVelocity, VelocityVectorComponentTerm yVelocity, VelocityVectorComponentTerm zVelocity, MassTerm mass, CrossSectionalAreaTerm crossSectionalArea, DragCoefficientTerm dragCoefficient, SolarReflectivityCoefficientTerm solarReflectivityCoefficient, OriginatorRoutingIndicatorTerm originatorRoutingIndicatorTerm, UTCScale utc) Constructs an IIRV message from its composite terms. -
Uses of DataSourceTerm in org.orekit.files.iirv.terms
Fields in org.orekit.files.iirv.terms declared as DataSourceTermModifier and TypeFieldDescriptionstatic final DataSourceTermDataSourceTerm.NOMINALNominal/planning DataSource.static final DataSourceTermDataSourceTerm.OFFLINEOff-line DataSource.static final DataSourceTermDataSourceTerm.OFFLINE_MEANOff-line/mean DataSource.static final DataSourceTermDataSourceTerm.REAL_TIMEReal-time DataSource.