Uses of Enum Class
gov.nasa.gsfc.sscweb.schema.CoordinateSystemType
Packages that use CoordinateSystemType
-
Uses of CoordinateSystemType in gov.nasa.gsfc.sscweb.schema
Fields in gov.nasa.gsfc.sscweb.schema declared as CoordinateSystemTypeModifier and TypeFieldDescriptionprotected CoordinateSystemTypeResultOptions.subSatelliteCoordinateSystemTypeSub-satellite coordinate system type.Methods in gov.nasa.gsfc.sscweb.schema that return CoordinateSystemTypeModifier and TypeMethodDescriptionstatic CoordinateSystemTypeGets the enum associated to the value passed as parameter.ResultOptions.getSubSatelliteCoordinateSystemType()Sub-satellite coordinate system type.static CoordinateSystemTypeReturns the enum constant of this class with the specified name.static CoordinateSystemType[]CoordinateSystemType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in gov.nasa.gsfc.sscweb.schema with parameters of type CoordinateSystemTypeModifier and TypeMethodDescriptionvoidResultOptions.setSubSatelliteCoordinateSystemType(CoordinateSystemType value) Sets the value of the subSatelliteCoordinateSystemType property.