public interface ILcdLonLatFormatter
Modifier and Type | Method and Description |
---|---|
java.lang.String |
format(double aLon,
double aLat)
Formats a longitude/latitude location as a string.
|
java.lang.String |
formatLat(double aLat)
Formats a latitude coordinate as a string.
|
java.lang.String |
formatLon(double aLon)
Formats a longitude coordinate as a string.
|
java.lang.String formatLon(double aLon)
aLon
- the longitude coordinate.java.lang.String formatLat(double aLat)
aLat
- the latitude coordinate.java.lang.String format(double aLon, double aLat)
aLon
- the longitude coordinate.aLat
- the latitude coordinate.