|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openstreetmap.josm.gui.layer.TMSLayer.DeepTileSet
private class TMSLayer.DeepTileSet
| 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 |
|---|
final EastNorth topLeft
final EastNorth botRight
final int minZoom
final int maxZoom
private final TMSLayer.TileSet[] tileSets
private final TMSLayer.TileSetInfo[] tileSetInfos
| Constructor Detail |
|---|
public TMSLayer.DeepTileSet(EastNorth topLeft,
EastNorth botRight,
int minZoom,
int maxZoom)
| Method Detail |
|---|
public TMSLayer.TileSet getTileSet(int zoom)
public TMSLayer.TileSetInfo getTileSetInfo(int zoom)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||