|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openstreetmap.gui.jmapviewer.OsmTileSource.AbstractOsmTileSource
protected abstract static class OsmTileSource.AbstractOsmTileSource
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.openstreetmap.gui.jmapviewer.interfaces.TileSource |
---|
TileSource.TileUpdate |
Constructor Summary | |
---|---|
protected |
OsmTileSource.AbstractOsmTileSource()
|
Method Summary | |
---|---|
int |
getMaxZoom()
Specifies the maximum zoom value. |
int |
getMinZoom()
Specifies the minimum zoom value. |
java.lang.String |
getTileType()
Specifies the tile image type. |
java.lang.String |
getTileUrl(int zoom,
int tilex,
int tiley)
Constructs the tile url. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.openstreetmap.gui.jmapviewer.interfaces.TileSource |
---|
getName, getTileUpdate |
Constructor Detail |
---|
protected OsmTileSource.AbstractOsmTileSource()
Method Detail |
---|
public int getMaxZoom()
TileSource
TileSource.getMaxZoom()
].
getMaxZoom
in interface TileSource
JMapViewer.MAX_ZOOM
public int getMinZoom()
TileSource
getMinZoom
in interface TileSource
public java.lang.String getTileUrl(int zoom, int tilex, int tiley)
TileSource
getTileUrl
in interface TileSource
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String getTileType()
TileSource
"png"
.
getTileType
in interface TileSource
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |