Package com.maryanovsky.map.client.projections

Interface Summary
ZoomStrategy An interface that encapsulates the zoom magnification part of a Projection.
 

Class Summary
AbstractProjection A useful base class for Projection implementations.
FixedCoefZoomStrategy An implementation of ZoomStrategy which specifies a fixed zoom coefficient (scale multiplier) between each two neighbouring zooms.
MercatorProjection An implementation of the mercator projection.
ResolutionListZoomStrategy An implementation of ZoomStrategy where each zoom has a resolution value attached to it - the number of map units (meters, degrees etc.) per pixel.
ScaleProjection A projection which simply scales the latitude and longitude values into the world size rectangle specified in the constructor.