com.maryanovsky.map.client.osm
Class OsmMercatorProjection
java.lang.Object
com.maryanovsky.map.client.projections.AbstractProjection
com.maryanovsky.map.client.projections.MercatorProjection
com.maryanovsky.map.client.osm.OsmMercatorProjection
- All Implemented Interfaces:
- Projection
public class OsmMercatorProjection
- extends MercatorProjection
Implements the projection used by OpenStreetMaps.org, which is a variant of
the mercator projection.
- Author:
- Maryanovsky Alexander
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INSTANCE
public static final OsmMercatorProjection INSTANCE
- The sole instance.
OsmMercatorProjection
public OsmMercatorProjection()
- Creates a new
OsmMercatorProjection
.