Uses of Class
org.orekit.files.iirv.terms.MessageSourceTerm
Packages that use MessageSourceTerm
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 MessageSourceTerm in org.orekit.files.iirv
Methods in org.orekit.files.iirv that return MessageSourceTermModifier and TypeMethodDescriptionIIRVBuilder.getMessageSource()Gets the currentMessageSourceTermvalue.IIRVVector.getMessageSource()Gets the message source term.Methods in org.orekit.files.iirv with parameters of type MessageSourceTermModifier and TypeMethodDescriptionvoidIIRVBuilder.setMessageSource(MessageSourceTerm messageSource) Overrides the defaultMessageSourceTermattribute for theIIRVVectorobject being built.Constructors in org.orekit.files.iirv with parameters of type MessageSourceTermModifierConstructorDescriptionIIRVVector(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 MessageSourceTerm in org.orekit.files.iirv.terms
Fields in org.orekit.files.iirv.terms declared as MessageSourceTermModifier and TypeFieldDescriptionstatic final MessageSourceTermMessageSourceTerm.DEFAULTDefault value for the message source is "0".