Groovy Documentation

org.jdesktop.swingx.mapviewer.esri
[Java] Class ESRITileFactory

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

public class ESRITileFactory
extends DefaultTileFactory

Authors:
rbair


Nested Class Summary
private static class ESRITileFactory.ESRITileProviderInfo

 
Field Summary
private String datasource

private static String format

private char[] password

private static String projection

private String userId

private String username

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

 
Method Summary
void setPassword(char[] password)

void setUserID(String id)

void setUsername(String name)

 
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
 

Field Detail

datasource

private String datasource


format

private static final String format


password

private char[] password


projection

private static final String projection


userId

private String userId


username

private String username


 
Constructor Detail

ESRITileFactory

public ESRITileFactory()


 
Method Detail

setPassword

public void setPassword(char[] password)


setUserID

public void setUserID(String id)


setUsername

public void setUsername(String name)


 

Groovy Documentation