public static class CoordinateFormat.FloorCoordFormat extends java.lang.Object implements CoordinateFormat.Format
Constructor and Description |
---|
FloorCoordFormat(CoordinateFormat.DegMinSec degminsec)
Instantiates a new floor coord format.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
format(double number)
Format the number.
|
public FloorCoordFormat(CoordinateFormat.DegMinSec degminsec)
degminsec
- the degminsecpublic java.lang.String format(double number)
format
in interface CoordinateFormat.Format
number
- _more_