| Package | Description | 
|---|---|
| ucar.unidata.view.geoloc | 
 The view component for geolocation (projections, navigated panels, etc). 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static CoordinateFormat.Cardinality | 
CoordinateFormat.Cardinality.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static CoordinateFormat.Cardinality[] | 
CoordinateFormat.Cardinality.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static java.lang.String | 
CoordinateFormat.convert(double coord,
       CoordinateFormat.Format degF,
       CoordinateFormat.Format minF,
       CoordinateFormat.Format secF,
       CoordinateFormat.Cardinality card)
Convert a decimal coordinate. 
 |