org.openstreetmap.fma.jtiledownloader.tilelist
Class TileListCommonGPX

java.lang.Object
  extended by org.openstreetmap.fma.jtiledownloader.tilelist.TileListCommon
      extended by org.openstreetmap.fma.jtiledownloader.tilelist.TileListCommonGPX
All Implemented Interfaces:
TileList

public class TileListCommonGPX
extends TileListCommon


Field Summary
private static java.util.logging.Logger log
           
private  java.util.ArrayList<Tile> tilesToDownload
           
 
Constructor Summary
TileListCommonGPX()
           
 
Method Summary
 java.util.ArrayList<Tile> getTileListToDownload()
           
private  void handleTrkPt(org.w3c.dom.Node item, int zoomLevel, int corridorSize)
           
 void updateList(java.lang.String fileName, int corridorSize)
           
 
Methods inherited from class org.openstreetmap.fma.jtiledownloader.tilelist.TileListCommon
calculateTileX, calculateTileY, getDownloadZoomLevels, setDownloadZoomLevels
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

private static final java.util.logging.Logger log

tilesToDownload

private java.util.ArrayList<Tile> tilesToDownload
Constructor Detail

TileListCommonGPX

public TileListCommonGPX()
Method Detail

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()