Package | Description |
---|---|
org.wicketstuff.openlayers3.api | |
org.wicketstuff.openlayers3.api.layer | |
org.wicketstuff.openlayers3.behavior |
Modifier and Type | Method and Description |
---|---|
List<Layer> |
Map.getLayers()
Returns the layers for this map.
|
Modifier and Type | Method and Description |
---|---|
Map |
Map.Layers(List<Layer> layers)
Sets the layers for this map.
|
void |
Map.setLayers(List<Layer> layers)
Sets the layers for this map.
|
Constructor and Description |
---|
Map(List<Layer> layers)
Creates a new instance.
|
Map(List<Layer> layers,
List<Overlay> overlays)
Creates a new instance.
|
Map(List<Layer> layers,
List<Overlay> overlays,
View view)
Creates a new instance.
|
Map(List<Layer> layers,
View view)
Creates a new instance.
|
Map(Map.RenderType renderer,
List<Layer> layers)
Creates a new instance.
|
Map(Map.RenderType renderer,
List<Layer> layers,
List<Overlay> overlays,
View view)
Creates a new instance.
|
Map(Map.RenderType renderer,
List<Layer> layers,
List<Overlay> overlays,
View view,
List<Interaction> interactions)
Creates a new instance.
|
Map(Map.RenderType renderer,
List<Layer> layers,
View view)
Creates a new instance.
|
Modifier and Type | Class and Description |
---|---|
class |
Tile
Provides an object that models a tile layer.
|
class |
Vector
Provides an object that models a vector layer.
|
Modifier and Type | Method and Description |
---|---|
Layer |
Layer.source(Source source)
Sets the source for this layer.
|
Modifier and Type | Method and Description |
---|---|
List<Layer> |
ZoomToFeatureExtent.getLayers()
Returns the layers used when calculating the extent.
|
Modifier and Type | Method and Description |
---|---|
ZoomToFeatureExtent |
ZoomToFeatureExtent.layers(List<Layer> layers)
Sets the layers used when calculating the extent.
|
void |
ZoomToFeatureExtent.setLayers(List<Layer> layers)
Sets the layers used when calculating the extent.
|
Constructor and Description |
---|
ZoomToFeatureExtent(Layer... layers)
Creates a new instance.
|
ZoomToFeatureExtent(Number buffer,
Layer... layers)
Creates a new instance.
|
Constructor and Description |
---|
ZoomToFeatureExtent(List<Layer> layers)
Creates a new instance.
|
Copyright © 2015. All rights reserved.