Uses of Enum Class
gov.nasa.gsfc.sscweb.schema.CoordinateComponent
Packages that use CoordinateComponent
-
Uses of CoordinateComponent in gov.nasa.gsfc.sscweb.schema
Fields in gov.nasa.gsfc.sscweb.schema declared as CoordinateComponentModifier and TypeFieldDescriptionprotected CoordinateComponentCoordinateOptions.componentSpecifies the coordinate system component.Methods in gov.nasa.gsfc.sscweb.schema that return CoordinateComponentModifier and TypeMethodDescriptionstatic CoordinateComponentGets the enum associated to the value passed as parameter.CoordinateOptions.getComponent()Specifies the coordinate system component.static CoordinateComponentReturns the enum constant of this class with the specified name.static CoordinateComponent[]CoordinateComponent.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 CoordinateComponentModifier and TypeMethodDescriptionvoidCoordinateOptions.setComponent(CoordinateComponent value) Sets the value of the component property.