org.jdesktop.swingx.mapviewer.esri
Class ESRITileFactory

java.lang.Object
  extended by org.jdesktop.swingx.mapviewer.TileFactory
      extended by org.jdesktop.swingx.mapviewer.AbstractTileFactory
          extended by org.jdesktop.swingx.mapviewer.DefaultTileFactory
              extended by org.jdesktop.swingx.mapviewer.esri.ESRITileFactory

public class ESRITileFactory
extends DefaultTileFactory


Constructor Summary
ESRITileFactory()
          Creates a new instance of ESRITileFactory
 
Method Summary
 void setPassword(char[] password)
           
 void setUserID(String id)
           
 void setUsername(String name)
           
 
Methods inherited from class org.jdesktop.swingx.mapviewer.AbstractTileFactory
createTileRunner, getService, getTile, getTileCache, promote, setThreadPoolSize, setTileCache, startLoading
 
Methods inherited from class org.jdesktop.swingx.mapviewer.TileFactory
geoToPixel, getInfo, getMapSize, getTileSize, pixelToGeo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ESRITileFactory

public ESRITileFactory()
Creates a new instance of ESRITileFactory

Method Detail

setUsername

public void setUsername(String name)

setPassword

public void setPassword(char[] password)

setUserID

public void setUserID(String id)