org.openstreetmap.fma.jtiledownloader.tilelist
Class TileListCommonGPX
java.lang.Object
org.openstreetmap.fma.jtiledownloader.tilelist.TileListCommon
org.openstreetmap.fma.jtiledownloader.tilelist.TileListCommonGPX
- All Implemented Interfaces:
- TileList
public class TileListCommonGPX
- extends TileListCommon
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
private static final java.util.logging.Logger log
tilesToDownload
private java.util.ArrayList<Tile> tilesToDownload
TileListCommonGPX
public TileListCommonGPX()
updateList
public void updateList(java.lang.String fileName,
int corridorSize)
handleTrkPt
private void handleTrkPt(org.w3c.dom.Node item,
int zoomLevel,
int corridorSize)
getTileListToDownload
public java.util.ArrayList<Tile> getTileListToDownload()
- Returns:
ArrayList
containing Tiles- See Also:
TileList.getTileListToDownload()