Uses of Enum Class
ucar.unidata.view.geoloc.CoordinateFormat.DegMinSec
Packages that use CoordinateFormat.DegMinSec
Package
Description
The view component for geolocation (projections, navigated panels, etc).
-
Uses of CoordinateFormat.DegMinSec in ucar.unidata.view.geoloc
Methods in ucar.unidata.view.geoloc that return CoordinateFormat.DegMinSecModifier and TypeMethodDescriptionstatic CoordinateFormat.DegMinSecReturns the enum constant of this class with the specified name.static CoordinateFormat.DegMinSec[]CoordinateFormat.DegMinSec.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in ucar.unidata.view.geoloc with parameters of type CoordinateFormat.DegMinSecModifierConstructorDescriptionDecimalCoordFormat(int accuracy, CoordinateFormat.DegMinSec degminsec) Instantiates a new coord format.FloorCoordFormat(CoordinateFormat.DegMinSec degminsec) Instantiates a new floor coord format.