| Modifier and Type | Method and Description |
|---|---|
void |
OpenLayersMap.zoomToFeatureExtent(org.apache.wicket.ajax.AjaxRequestTarget target,
Vector vector)
Zooms the map to an extent that includes all of the features on the
provided vector layer.
|
void |
OpenLayersMap.zoomToFeatureExtent(org.apache.wicket.ajax.AjaxRequestTarget target,
Vector vector,
Number buffer)
Zooms the map to an extent that includes all of the features on the
provided vector layer.
|
| Modifier and Type | Method and Description |
|---|---|
Vector |
Modify.getVector()
Returns the vector source for this interaction's features.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Modify.setVector(Vector vector)
Sets the vector source for this interaction's features.
|
Modify |
Modify.vector(Vector vector)
Sets the vector source for this interaction's features.
|
| Constructor and Description |
|---|
Modify(Style style,
Vector vector)
Creates a new instance.
|
Modify(Style style,
Vector vector,
Feature... features)
Creates a new instance.
|
Modify(Vector vector)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
Vector |
Vector.addFeatureDataLoadedListener(VectorFeatureDataLoadedListener listener)
Adds a new listener that will be invoked with feature data is loaded into this layer.
|
Vector |
Vector.addFeaturesLoadedListener(VectorFeaturesLoadedListener listener)
Adds a new listener that will be invoked with feature data is loaded into this layer.
|
Vector |
Vector.removeFeatureDataLoadedListener(VectorFeatureDataLoadedListener listener)
Removes a listener from the list of listeners that will be invoked when feature data is loaded into this layer.
|
Vector |
Vector.removeFeaturesLoadedListener(VectorFeaturesLoadedListener listener)
Removes a listener from the list of listeners that will be invoked when feature data is loaded into this layer.
|
Vector |
Vector.source(VectorSource source)
Sets the source for this layer.
|
Vector |
Vector.style(Style style)
Sets the style used to draw features.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
VectorFeaturesLoadedListener.layerLoaded(org.apache.wicket.ajax.AjaxRequestTarget target,
Vector layer)
Callback method that is invoked when features have been loaded into the vector layer.
|
abstract void |
VectorFeatureDataLoadedListener.layerLoaded(org.apache.wicket.ajax.AjaxRequestTarget target,
Vector layer,
com.google.gson.JsonArray features)
Callback method that is invoked when feature data has been loaded into the vector layer.
|
| Modifier and Type | Field and Description |
|---|---|
Vector |
VectorFeaturesLoadedListener.vector
Vector layer for which we are monitoring the loading of features.
|
Vector |
VectorFeatureDataLoadedListener.vector
Vector layer for which we are monitoring the loading of features.
|
| Modifier and Type | Method and Description |
|---|---|
Vector |
VectorFeaturesLoadedListener.getVector()
Returns the vector layer to which we are listening.
|
| Constructor and Description |
|---|
VectorFeatureDataLoadedListener(Vector vector)
Creates a new instance.
|
VectorFeaturesLoadedListener(Vector vector)
Creates a new instance.
|
| Constructor and Description |
|---|
ViewEventFeaturesListener(String projection,
Vector vectorLayer) |
ViewEventFeaturesListener(Vector vectorLayer) |
Copyright © 2014–2017. All rights reserved.