Groovy Documentation

org.jdesktop.swingx.mapviewer.bmng
[Java] Class CylindricalProjectionTileFactory

java.lang.Object
  org.jdesktop.swingx.mapviewer.TileFactory
      org.jdesktop.swingx.mapviewer.AbstractTileFactory
          org.jdesktop.swingx.mapviewer.DefaultTileFactory
              org.jdesktop.swingx.mapviewer.bmng.CylindricalProjectionTileFactory

public class CylindricalProjectionTileFactory
extends DefaultTileFactory

Field Summary
 
Fields inherited from class AbstractTileFactory
LOG, cache, service, threadPoolSize, tileMap, tileQueue
 
Fields inherited from class TileFactory
info
 
Constructor Summary
CylindricalProjectionTileFactory()

CylindricalProjectionTileFactory(SLMapServerInfo info)

 
Method Summary
Point2D geoToPixel(GeoPosition c, int zoom)

Dimension getMapSize(int zoom)

GeoPosition pixelToGeo(Point2D pix, int zoom)

 
Methods inherited from class AbstractTileFactory
createTileRunner, getService, getTile, getTile, getTileCache, promote, setThreadPoolSize, setTileCache, startLoading
 
Methods inherited from class TileFactory
geoToPixel, getInfo, getMapSize, getTile, getTileSize, pixelToGeo, startLoading
 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Constructor Detail

CylindricalProjectionTileFactory

public CylindricalProjectionTileFactory()


CylindricalProjectionTileFactory

public CylindricalProjectionTileFactory(SLMapServerInfo info)


 
Method Detail

geoToPixel

public Point2D geoToPixel(GeoPosition c, int zoom)


getMapSize

public Dimension getMapSize(int zoom)


pixelToGeo

public GeoPosition pixelToGeo(Point2D pix, int zoom)


 

Groovy Documentation