Package com.luciad.util
Interface ILcdLonLatFormatter
- All Known Implementing Classes:
TLcdLonLatFormatter
,TLcdLonLatPointFormat
public interface ILcdLonLatFormatter
This interface defines methods for formatting longitude/latitude coordinates as
strings.
-
Method Summary
-
Method Details
-
formatLon
Formats a longitude coordinate as a string.- Parameters:
aLon
- the longitude coordinate.- Returns:
- the string representation of the longitude.
-
formatLat
Formats a latitude coordinate as a string.- Parameters:
aLat
- the latitude coordinate.- Returns:
- the string representation of the latitude.
-
format
Formats a longitude/latitude location as a string.- Parameters:
aLon
- the longitude coordinate.aLat
- the latitude coordinate.- Returns:
- the string representation of the location.
-