Package org.openstreetmap.josm.gui.layer
Class AbstractTileSourceLayer.DeepTileSet
- java.lang.Object
-
- org.openstreetmap.josm.gui.layer.AbstractTileSourceLayer.DeepTileSet
-
- Enclosing class:
- AbstractTileSourceLayer<T extends org.openstreetmap.gui.jmapviewer.tilesources.AbstractTMSTileSource>
private class AbstractTileSourceLayer.DeepTileSet extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private ProjectionBounds
bounds
private int
maxZoom
private int
minZoom
private AbstractTileSourceLayer.TileSet[]
tileSets
-
Constructor Summary
Constructors Constructor Description DeepTileSet(ProjectionBounds bounds, int minZoom, int maxZoom)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AbstractTileSourceLayer.TileSet
getTileSet(int zoom)
-
-
-
Field Detail
-
bounds
private final ProjectionBounds bounds
-
minZoom
private final int minZoom
-
maxZoom
private final int maxZoom
-
tileSets
private final AbstractTileSourceLayer.TileSet[] tileSets
-
-
Constructor Detail
-
DeepTileSet
DeepTileSet(ProjectionBounds bounds, int minZoom, int maxZoom)
-
-
Method Detail
-
getTileSet
public AbstractTileSourceLayer.TileSet getTileSet(int zoom)
-
-