Uses of Enum Class
org.orekit.files.ccsds.ndm.tdm.IntegrationReference
Packages that use IntegrationReference
Package
Description
This package contains class managing CCSDS Tracking Data Message.
-
Uses of IntegrationReference in org.orekit.files.ccsds.ndm.tdm
Methods in org.orekit.files.ccsds.ndm.tdm that return IntegrationReferenceModifier and TypeMethodDescriptionTdmMetadata.getIntegrationRef()Getter for the integrationRef.static IntegrationReferenceReturns the enum constant of this class with the specified name.static IntegrationReference[]IntegrationReference.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.orekit.files.ccsds.ndm.tdm with parameters of type IntegrationReferenceModifier and TypeMethodDescriptionvoidTdmMetadata.setIntegrationRef(IntegrationReference integrationRef) Setter for the integrationRef.