Package it.tidalwave.mapviewer.spi
Class TileSourceSupport
java.lang.Object
it.tidalwave.mapviewer.spi.TileSourceSupport
- All Implemented Interfaces:
Projection
,TileSource
- Direct Known Subclasses:
OpenStreetMapTileSource
A generic, basic implementation for
TileSource
. This class basically acts as a holder for immutable properties (such as zoom ranges etc...)
and also contains an instance of Projection
to which it delegates the coordinate conversion tasks.- Author:
- Fabrizio Giudici
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface it.tidalwave.mapviewer.Projection
coordinatesToMapPoint, mapPointToCoordinates, metersPerPixel
Methods inherited from interface it.tidalwave.mapviewer.TileSource
getCachePrefix, getDefaultZoomLevel, getDisplayName, getMaxZoomLevel, getMinZoomLevel, getTileSize, getTileUri
-
Constructor Details
-
TileSourceSupport
public TileSourceSupport()
-