Package | Description |
---|---|
ucar.unidata.view.geoloc |
The view component for geolocation (projections, navigated panels, etc).
|
Modifier and Type | Method and Description |
---|---|
static CoordinateFormat.DegMinSec |
CoordinateFormat.DegMinSec.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CoordinateFormat.DegMinSec[] |
CoordinateFormat.DegMinSec.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
DecimalCoordFormat(int accuracy,
CoordinateFormat.DegMinSec degminsec)
Instantiates a new coord format.
|
FloorCoordFormat(CoordinateFormat.DegMinSec degminsec)
Instantiates a new floor coord format.
|