Uses of Enum Class
gov.nasa.gsfc.sscweb.schema.PolarMapOrientation
Packages that use PolarMapOrientation
-
Uses of PolarMapOrientation in gov.nasa.gsfc.sscweb.schema
Fields in gov.nasa.gsfc.sscweb.schema declared as PolarMapOrientationModifier and TypeFieldDescriptionprotected PolarMapOrientationMapProjectionGraphOptions.polarMapOrientationPolar map orientation.Methods in gov.nasa.gsfc.sscweb.schema that return PolarMapOrientationModifier and TypeMethodDescriptionstatic PolarMapOrientationGets the enum associated to the value passed as parameter.MapProjectionGraphOptions.getPolarMapOrientation()Polar map orientation.static PolarMapOrientationReturns the enum constant of this class with the specified name.static PolarMapOrientation[]PolarMapOrientation.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 PolarMapOrientationModifier and TypeMethodDescriptionvoidMapProjectionGraphOptions.setPolarMapOrientation(PolarMapOrientation value) Sets the value of the polarMapOrientation property.