Uses of Enum Class
gov.nasa.gsfc.sscweb.schema.ProjectionCoordinateSystem
Packages that use ProjectionCoordinateSystem
-
Uses of ProjectionCoordinateSystem in gov.nasa.gsfc.sscweb.schema
Fields in gov.nasa.gsfc.sscweb.schema declared as ProjectionCoordinateSystemModifier and TypeFieldDescriptionprotected ProjectionCoordinateSystemMapProjectionGraphOptions.coordinateSystemSpecifies the coordinate system options.Methods in gov.nasa.gsfc.sscweb.schema that return ProjectionCoordinateSystemModifier and TypeMethodDescriptionstatic ProjectionCoordinateSystemProjectionCoordinateSystem.fromValue(CoordinateSystem v) Gets the enum associated to the value passed as parameter.MapProjectionGraphOptions.getCoordinateSystem()Specifies the coordinate system options.static ProjectionCoordinateSystemReturns the enum constant of this class with the specified name.static ProjectionCoordinateSystem[]ProjectionCoordinateSystem.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 ProjectionCoordinateSystemModifier and TypeMethodDescriptionvoidMapProjectionGraphOptions.setCoordinateSystem(ProjectionCoordinateSystem value) Sets the value of the coordinateSystem property.