|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TileSource
Nested Class Summary | |
---|---|
static class |
TileSource.TileUpdate
Specifies the different mechanisms for detecting updated tiles respectively only download newer tiles than those stored locally. |
Method Summary | |
---|---|
int |
getMaxZoom()
Specifies the maximum zoom value. |
int |
getMinZoom()
Specifies the minimum zoom value. |
java.lang.String |
getName()
A tile layer name has to be unique and has to consist only of characters valid for filenames. |
java.lang.String |
getTileType()
Specifies the tile image type. |
TileSource.TileUpdate |
getTileUpdate()
|
java.lang.String |
getTileUrl(int zoom,
int tilex,
int tiley)
Constructs the tile url. |
Method Detail |
---|
int getMaxZoom()
getMaxZoom()
].
JMapViewer.MAX_ZOOM
int getMinZoom()
TileSource.TileUpdate getTileUpdate()
TileSource.TileUpdate
java.lang.String getName()
java.lang.String getTileUrl(int zoom, int tilex, int tiley)
zoom
- tilex
- tiley
-
java.lang.String getTileType()
"png"
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |