org.openstreetmap.fma.jtiledownloader.tilelist
Class TileListSimple

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

public class TileListSimple
extends java.lang.Object
implements TileList


Field Summary
(package private)  java.util.ArrayList<Tile> _tileList
           
 
Constructor Summary
TileListSimple()
           
 
Method Summary
 void addTile(Tile tile)
           
 int getElementCount()
           
 java.util.ArrayList<Tile> getTileListToDownload()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_tileList

java.util.ArrayList<Tile> _tileList
Constructor Detail

TileListSimple

public TileListSimple()
Method Detail

getTileListToDownload

public java.util.ArrayList<Tile> getTileListToDownload()
Specified by:
getTileListToDownload in interface TileList
Returns:
ArrayList containing Tiles
See Also:
TileList.getTileListToDownload()

addTile

public void addTile(Tile tile)

getElementCount

public int getElementCount()
Returns:
the number of tiles