public interface Projection
| Modifier and Type | Method and Description |
|---|---|
LatLon |
eastNorth2latlon(EastNorth en)
Convert from easting/norting to lat/lon.
|
java.lang.String |
getCacheDirectoryName()
Get a filename compatible string (for the cache directory).
|
double |
getDefaultZoomInPPD()
The default scale factor in east/north units per pixel
(
NavigatableComponent.scale)). |
Bounds |
getWorldBoundsLatLon()
Get the bounds of the world.
|
EastNorth |
latlon2eastNorth(LatLon ll)
Convert from lat/lon to easting/northing.
|
java.lang.String |
toCode()
Return projection code.
|
java.lang.String |
toString()
Describe the projection in one or two words.
|
double getDefaultZoomInPPD()
NavigatableComponent.scale)).
FIXME: misnomerEastNorth latlon2eastNorth(LatLon ll)
ll - the geographical point to convert (in WGS84 lat/lon)LatLon eastNorth2latlon(EastNorth en)
en - the geographical point to convert (in projected coordinates)java.lang.String toString()
toString in class java.lang.Objectjava.lang.String toCode()
java.lang.String getCacheDirectoryName()
Bounds getWorldBoundsLatLon()