Package | Description |
---|---|
org.wicketstuff.openlayers3.api | |
org.wicketstuff.openlayers3.api.interaction | |
org.wicketstuff.openlayers3.api.source | |
org.wicketstuff.openlayers3.behavior |
Modifier and Type | Class and Description |
---|---|
class |
PersistentFeature
Provides a vector object for geographic features that may be manipulated after the map is created.
|
Modifier and Type | Method and Description |
---|---|
Feature |
Feature.geometry(Point geometry)
Sets the geometry of the feature.
|
Feature |
Feature.name(String name)
Sets the name of this feature.
|
Feature |
Feature.putNumber(String key,
Number value)
Adds an attribute to this feature.
|
Feature |
Feature.putString(String key,
String value)
Adds an attribute to this feature.
|
Feature |
Feature.style(Style style)
Sets the style used to render this feature.
|
Modifier and Type | Method and Description |
---|---|
Feature[] |
Modify.getFeatures()
Returns the features for this interaction.
|
Modifier and Type | Method and Description |
---|---|
Modify |
Modify.features(Feature[] features)
Sets the features for this interaction.
|
void |
Modify.setFeatures(Feature[] features)
Sets the features for this interaction.
|
Modifier and Type | Method and Description |
---|---|
Modify |
Modify.features(List<Feature> featuresList)
Sets the features for this interaction.
|
Constructor and Description |
---|
Modify(Feature... features)
Creates a new instance.
|
Modify(Style style,
Feature... features)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
List<Feature> |
VectorSource.getFeatures()
Returns a list of features for this source.
|
Modifier and Type | Method and Description |
---|---|
VectorSource |
VectorSource.addFeature(Feature feature)
Adds a feature to the list of features for this data source.
|
VectorSource |
VectorSource.removeFeature(Feature feature)
Removes a feature from the list of features for this layer.
|
Modifier and Type | Method and Description |
---|---|
VectorSource |
VectorSource.features(List<Feature> features)
Sets the list of features for this source.
|
void |
VectorSource.setFeatures(List<Feature> features)
Sets the list of features for this source.
|
Constructor and Description |
---|
VectorSource(List<Feature> features)
Creates a new instance.
|
Constructor and Description |
---|
FeatureChangeListener(Feature feature)
Creates a new instance.
|
FeatureChangeListener(String projection,
Feature feature)
Creates a new instance.
|
Copyright © 2015. All rights reserved.