Package ucar.unidata.view.geoloc
Interface CoordinateFormat.Format
- All Known Implementing Classes:
CoordinateFormat.DecimalCoordFormat
,CoordinateFormat.FloorCoordFormat
- Enclosing class:
CoordinateFormat
public static interface CoordinateFormat.Format
The Format interface.
-
Method Summary
-
Method Details
-
format
Format the number.- Parameters:
number
- to be formatted- Returns:
- the formatted number as string
-