public class DecimalDegreesCoordinateFormat extends AbstractCoordinateFormat
| Modifier and Type | Field and Description |
|---|---|
static DecimalDegreesCoordinateFormat |
INSTANCE
The unique instance.
|
cDdFormatter, displayName, EAST, id, NORTH, SOUTH, WEST| Modifier | Constructor and Description |
|---|---|
protected |
DecimalDegreesCoordinateFormat() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
latToString(ILatLon ll)
Convert latitude to string.
|
java.lang.String |
lonToString(ILatLon ll)
Convert longitude to string.
|
getDisplayName, getId, newUnlocalizedDecimalFormat, toStringpublic static final DecimalDegreesCoordinateFormat INSTANCE
protected DecimalDegreesCoordinateFormat()
public java.lang.String latToString(ILatLon ll)
ICoordinateFormatll - the coordinatepublic java.lang.String lonToString(ILatLon ll)
ICoordinateFormatll - the coordinate