|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.bbn.openmap.dataAccess.mapTile.MapTileUtil.Action
com.bbn.openmap.dataAccess.mapTile.MapTileUtil.Copy
public static class MapTileUtil.Copy
Action that copies tiles from one directory to another.
| Constructor Summary | |
|---|---|
MapTileUtil.Copy(java.lang.String source,
java.lang.String destination)
|
|
| Method Summary | |
|---|---|
void |
action(int x,
int y,
int zoomLevel,
MapTileUtil mtu)
Called from within grabTiles, with the tile info. |
void |
go()
|
| Methods inherited from class com.bbn.openmap.dataAccess.mapTile.MapTileUtil.Action |
|---|
addBounds, addZoom, addZoomRange, format, getBoundsList, getDestination, getFormat, getMtcTransform, getSource, getZoomLevels, setBoundsList, setDestination, setFormat, setMtcTransform, setSource, setZoomLevels, transform |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MapTileUtil.Copy(java.lang.String source,
java.lang.String destination)
| Method Detail |
|---|
public void go()
go in class MapTileUtil.Action
public void action(int x,
int y,
int zoomLevel,
MapTileUtil mtu)
MapTileUtil.Action
action in class MapTileUtil.Actionx - tile coordinatey - tile coordinatezoomLevel - tile zoom levelmtu - callback
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||