Package | Description |
---|---|
org.wicketstuff.openlayers3.api.layer | |
org.wicketstuff.openlayers3.api.source | |
org.wicketstuff.openlayers3.api.source.loader |
Modifier and Type | Method and Description |
---|---|
Source |
Layer.getSource()
Returns the source for this layer.
|
Modifier and Type | Method and Description |
---|---|
void |
Layer.setSource(Source source)
Sets the source for this layer.
|
Tile |
Tile.source(Source source)
Sets the source for this layer.
|
Vector |
Vector.source(Source source) |
Layer |
Layer.source(Source source)
Sets the source for this layer.
|
Constructor and Description |
---|
Tile(Source source)
Creates a new instance.
|
Tile(String title,
Source source)
Creates a new instance.
|
Vector(Source source)
Creates a new instance.
|
Vector(Source source,
ClusterStyle clusterStyle)
Creates a new instance.
|
Vector(Source source,
Style style)
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 |
Cluster
Provides an object that models a source of map data that provides clusters.
|
class |
GeoJson
Provides an object that models a GeoJSON vector data source.
|
class |
Osm
Provides an object that models an OpenStreetMap source of map data.
|
class |
ServerVector
Provides an object that models a server provided vector source.
|
class |
StaticVector
Provides an object that models a static vector data source.
|
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 |
VectorSource
Provides an object that models a source of vector data.
|
Modifier and Type | Method and Description |
---|---|
Source |
Cluster.getSource() |
Modifier and Type | Method and Description |
---|---|
void |
Cluster.setSource(Source source) |
Constructor and Description |
---|
Cluster(Number distance,
Source source) |
Modifier and Type | Method and Description |
---|---|
Source |
Loader.getSource()
Sets the data source.
|
Modifier and Type | Method and Description |
---|---|
void |
Loader.setSource(Source source)
Sets the data source.
|
Loader |
Loader.source(Source source)
Sets the data source.
|
DefaultGeoJsonLoader |
DefaultGeoJsonLoader.source(Source source) |
Copyright © 2015. All rights reserved.