public class TiledMapServiceLayer extends Layer
Modifier and Type | Method and Description |
---|---|
Extent |
getFullExtent()
Full extent as defined by the map service.
|
Extent |
getInitialExtent()
Initial extent as defined by the map service.
|
SpatialReference |
getSpatialReference()
The spatial reference of the map service.
|
TileInfo |
getTileInfo()
Returns TileInfo, which has information on the tiling schema.
|
java.lang.String |
getTileUrl(double level,
int row,
int column)
Method to implement when extending TiledMapServiceLayer.
|
void |
refresh()
Reloads all the tiles in the current view.
|
addErrorHandler, addLoadHandler, addOpacityChangeHandler, addUpdateEndHandler, addUpdateHandler, addUpdateStartHandler, addVisibilityChangeHandler, getCredential, getId, getOpacity, getUrl, hide, isloaded, isVisible, setOpacity, setVisibility, show
public final Extent getFullExtent()
public final Extent getInitialExtent()
public final SpatialReference getSpatialReference()
public final TileInfo getTileInfo()
public final java.lang.String getTileUrl(double level, int row, int column)
level
- - Requested tile's level.row
- - Requested tile's row.column
- - Requested tile's column.public final void refresh()