Uses of Enum Class
gov.nasa.gsfc.sscweb.schema.MapProjection
Packages that use MapProjection
-
Uses of MapProjection in gov.nasa.gsfc.sscweb.schema
Fields in gov.nasa.gsfc.sscweb.schema declared as MapProjectionModifier and TypeFieldDescriptionprotected MapProjectionMapProjectionGraphOptions.projectionSpecifies the projection option.Methods in gov.nasa.gsfc.sscweb.schema that return MapProjectionModifier and TypeMethodDescriptionstatic MapProjectionGets the enum associated to the value passed as parameter.MapProjectionGraphOptions.getProjection()Specifies the projection option.static MapProjectionReturns the enum constant of this class with the specified name.static MapProjection[]MapProjection.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 MapProjectionModifier and TypeMethodDescriptionvoidMapProjectionGraphOptions.setProjection(MapProjection value) Sets the value of the projection property.