Uses of Class
net.opengis.omeo.eop.v_2_0.OrbitTypeValueType
-
Packages that use OrbitTypeValueType Package Description net.opengis.omeo.eop.v_2_0 -
-
Uses of OrbitTypeValueType in net.opengis.omeo.eop.v_2_0
Fields in net.opengis.omeo.eop.v_2_0 declared as OrbitTypeValueType Modifier and Type Field Description protected OrbitTypeValueTypePlatformType. orbitTypeMethods in net.opengis.omeo.eop.v_2_0 that return OrbitTypeValueType Modifier and Type Method Description static OrbitTypeValueTypeOrbitTypeValueType. fromValue(String v)OrbitTypeValueTypePlatformType. getOrbitType()Gets the value of the orbitType property.static OrbitTypeValueTypeOrbitTypeValueType. valueOf(String name)Returns the enum constant of this type with the specified name.static OrbitTypeValueType[]OrbitTypeValueType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.opengis.omeo.eop.v_2_0 with parameters of type OrbitTypeValueType Modifier and Type Method Description voidPlatformType. setOrbitType(OrbitTypeValueType value)Sets the value of the orbitType property.PlatformTypePlatformType. withOrbitType(OrbitTypeValueType value)Constructors in net.opengis.omeo.eop.v_2_0 with parameters of type OrbitTypeValueType Constructor Description PlatformType(String shortName, String serialIdentifier, OrbitTypeValueType orbitType)Fully-initialising value constructor
-