| Package | Description |
|---|---|
| org.wicketstuff.openlayers3.api.layer | |
| org.wicketstuff.openlayers3.api.source.tile |
| Modifier and Type | Method and Description |
|---|---|
TileSource |
Tile.getSource()
Returns the source for this tile layer.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Tile.setSource(TileSource source)
Sets the source for this tile layer.
|
Tile |
Tile.source(TileSource source)
Sets the source for this layer.
|
| Constructor and Description |
|---|
Tile(String title,
TileSource source)
Creates a new instance.
|
Tile(String title,
TileSource source,
IModel<Boolean> visibleModel)
Creates a new instance.
|
Tile(TileSource source)
Creates a new instance.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BingMaps
Provides an object that models a Bing Maps source of map data.
|
class |
Osm
Provides an object that models an OpenStreetMap source of map data.
|
class |
TileArcGISRest
Provides an object that models an ESRI ArcGIS tile end-point.
|
class |
TileJson
Provides an object that models a TileJSON source of map data.
|
class |
TileWms
Provides an object that models a Web Map Service (WMS) data source that provides images divided into a tile grid.
|
class |
XYZ
Provides an object that models an XYZ data source where the requested tiles are part of the URL.
|
Copyright © 2014–2018. All rights reserved.