|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openstreetmap.gui.jmapviewer.tilesources.AbstractTileSource
org.openstreetmap.gui.jmapviewer.tilesources.AbstractTMSTileSource
org.openstreetmap.gui.jmapviewer.tilesources.TMSTileSource
public class TMSTileSource
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.openstreetmap.gui.jmapviewer.interfaces.TileSource |
---|
TileSource.TileUpdate |
Field Summary | |
---|---|
protected int |
maxZoom
|
protected int |
minZoom
|
Fields inherited from class org.openstreetmap.gui.jmapviewer.tilesources.AbstractTMSTileSource |
---|
baseUrl, name |
Fields inherited from class org.openstreetmap.gui.jmapviewer.tilesources.AbstractTileSource |
---|
attributionImage, attributionImageURL, attributionLinkURL, attributionText, termsOfUseText, termsOfUseURL |
Constructor Summary | |
---|---|
TMSTileSource(java.lang.String name,
java.lang.String url,
int maxZoom)
|
|
TMSTileSource(java.lang.String name,
java.lang.String url,
int minZoom,
int maxZoom)
|
Method Summary | |
---|---|
int |
getMaxZoom()
Specifies the maximum zoom value. |
int |
getMinZoom()
Specifies the minimum zoom value. |
TileSource.TileUpdate |
getTileUpdate()
|
Methods inherited from class org.openstreetmap.gui.jmapviewer.tilesources.AbstractTMSTileSource |
---|
getBaseUrl, getExtension, getName, getTilePath, getTileSize, getTileType, getTileUrl, latToTileY, lonToTileX, tileXToLon, tileYToLat, toString |
Methods inherited from class org.openstreetmap.gui.jmapviewer.tilesources.AbstractTileSource |
---|
getAttributionImage, getAttributionImageURL, getAttributionLinkURL, getAttributionText, getTermsOfUseText, getTermsOfUseURL, requiresAttribution, setAttributionImage, setAttributionImageURL, setAttributionLinkURL, setAttributionText, setTermsOfUseText, setTermsOfUseURL |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected int maxZoom
protected int minZoom
Constructor Detail |
---|
public TMSTileSource(java.lang.String name, java.lang.String url, int maxZoom)
public TMSTileSource(java.lang.String name, java.lang.String url, int minZoom, int maxZoom)
Method Detail |
---|
public int getMinZoom()
TileSource
getMinZoom
in interface TileSource
getMinZoom
in class AbstractTMSTileSource
public int getMaxZoom()
TileSource
TileSource.getMaxZoom()
].
getMaxZoom
in interface TileSource
getMaxZoom
in class AbstractTMSTileSource
JMapViewer.MAX_ZOOM
public TileSource.TileUpdate getTileUpdate()
TileSource.TileUpdate
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |