Uses of Class
org.orekit.files.ccsds.ndm.odm.ocm.ObjectType
-
Packages that use ObjectType Package Description org.orekit.files.ccsds.ndm.cdm This package contains class managing CCSDS Conjunction Data Message.org.orekit.files.ccsds.ndm.odm.ocm This package contains class managing CCSDS Orbit Comprehensive Message. -
-
Uses of ObjectType in org.orekit.files.ccsds.ndm.cdm
Methods in org.orekit.files.ccsds.ndm.cdm that return ObjectType Modifier and Type Method Description ObjectTypeCdmMetadata. getObjectType()Get the type of object.Methods in org.orekit.files.ccsds.ndm.cdm with parameters of type ObjectType Modifier and Type Method Description voidCdmMetadata. setObjectType(ObjectType objectType)Set the type of object. -
Uses of ObjectType in org.orekit.files.ccsds.ndm.odm.ocm
Methods in org.orekit.files.ccsds.ndm.odm.ocm that return ObjectType Modifier and Type Method Description ObjectTypeOcmMetadata. getObjectType()Get the type of object.static ObjectTypeObjectType. valueOf(String name)Returns the enum constant of this type with the specified name.static ObjectType[]ObjectType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.orekit.files.ccsds.ndm.odm.ocm with parameters of type ObjectType Modifier and Type Method Description voidOcmMetadata. setObjectType(ObjectType objectType)Set the type of object.
-