public class CoordinateStringFormater
extends java.lang.Object
| Constructor and Description |
|---|
CoordinateStringFormater() |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
format(Coordinate coordinate)
Build the string which displays the current location of the cursor.
|
protected java.lang.String |
format(double lat,
double lon)
Build the string which displays the current location of the cursor.
|
protected java.lang.String format(Coordinate coordinate)
coordinate - the value of coordinateprotected java.lang.String format(double lat,
double lon)
lat - the value of latitudelon - the value of the longitude