Uses of Enum Class
gov.nasa.gsfc.sscweb.schema.LatLonFormat
Packages that use LatLonFormat
-
Uses of LatLonFormat in gov.nasa.gsfc.sscweb.schema
Fields in gov.nasa.gsfc.sscweb.schema declared as LatLonFormatModifier and TypeFieldDescriptionprotected LatLonFormatFormatOptions.latLonFormatLatitude/longitude format.Methods in gov.nasa.gsfc.sscweb.schema that return LatLonFormatModifier and TypeMethodDescriptionstatic LatLonFormatGets the enum associated to the value passed as parameter.FormatOptions.getLatLonFormat()Latitude/longitude format.static LatLonFormatReturns the enum constant of this class with the specified name.static LatLonFormat[]LatLonFormat.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 LatLonFormatModifier and TypeMethodDescriptionvoidFormatOptions.setLatLonFormat(LatLonFormat value) Sets the value of the latLonFormat property.