org.openstreetmap.josm.gui.layer
Class TMSLayer.DeepTileSet

java.lang.Object
  extended by org.openstreetmap.josm.gui.layer.TMSLayer.DeepTileSet
Enclosing class:
TMSLayer

private class TMSLayer.DeepTileSet
extends java.lang.Object


Field Summary
(package private)  EastNorth botRight
           
(package private)  int maxZoom
           
(package private)  int minZoom
           
private  TMSLayer.TileSetInfo[] tileSetInfos
           
private  TMSLayer.TileSet[] tileSets
           
(package private)  EastNorth topLeft
           
 
Constructor Summary
TMSLayer.DeepTileSet(EastNorth topLeft, EastNorth botRight, int minZoom, int maxZoom)
           
 
Method Summary
 TMSLayer.TileSet getTileSet(int zoom)
           
 TMSLayer.TileSetInfo getTileSetInfo(int zoom)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

topLeft

final EastNorth topLeft

botRight

final EastNorth botRight

minZoom

final int minZoom

maxZoom

final int maxZoom

tileSets

private final TMSLayer.TileSet[] tileSets

tileSetInfos

private final TMSLayer.TileSetInfo[] tileSetInfos
Constructor Detail

TMSLayer.DeepTileSet

public TMSLayer.DeepTileSet(EastNorth topLeft,
                            EastNorth botRight,
                            int minZoom,
                            int maxZoom)
Method Detail

getTileSet

public TMSLayer.TileSet getTileSet(int zoom)

getTileSetInfo

public TMSLayer.TileSetInfo getTileSetInfo(int zoom)


JOSM