|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TileProviderIf
TileProvider interface
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 |
getTileFilename(Tile tile)
Constructs the relative tile-image filename |
java.lang.String |
getTileServerUrl()
Returns the tile server url |
java.lang.String |
getTileType()
Specifies the tile image type. |
java.lang.String |
getTileUrl(Tile tile)
Constructs the tile url. |
Method Detail |
---|
int getMaxZoom()
getMaxZoom()
].
int getMinZoom()
java.lang.String getName()
java.lang.String getTileServerUrl()
java.lang.String getTileUrl(Tile tile)
tile
- the tile
java.lang.String getTileFilename(Tile tile)
tile
-
java.lang.String getTileType()
"png"
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |