| Package | Description |
|---|---|
| org.wicketstuff.openlayers3.api.layer | |
| org.wicketstuff.openlayers3.api.source.vector | |
| org.wicketstuff.openlayers3.api.source.vector.loader |
| Modifier and Type | Method and Description |
|---|---|
VectorSource |
Vector.getSource()
Returns the source for this layer.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Vector.setSource(VectorSource source)
Sets the source for this layer.
|
Vector |
Vector.source(VectorSource source)
Sets the source for this layer.
|
| Constructor and Description |
|---|
Vector(VectorSource source)
Creates a new instance.
|
Vector(VectorSource source,
ClusterStyle clusterStyle)
Creates a new instance.
|
Vector(VectorSource source,
Style style)
Creates a new instance.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Cluster
Provides an object that models a source of map data that provides clusters.
|
| 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.features(List<Feature> features)
Sets the list of features for this source.
|
VectorSource |
VectorSource.format(FeatureFormat format)
Sets the format for the features.
|
VectorSource |
Cluster.getSource()
Returns the data source being clustered.
|
VectorSource |
VectorSource.loader(Loader loader)
Sets the loader used to fetch remote data.
|
VectorSource |
VectorSource.projection(Projection projection)
Sets the projection for this source.
|
VectorSource |
VectorSource.removeFeature(Feature feature)
Removes a feature from the list of features for this layer.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Cluster.setSource(VectorSource source)
Sets the data source being clustered.
|
Cluster |
Cluster.source(VectorSource source)
Sets the data source being clustered.
|
| Constructor and Description |
|---|
Cluster(FeatureFormat format,
Projection projection,
Number distance,
VectorSource source)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
VectorSource |
Loader.getSource()
Sets the data source.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Loader.setSource(VectorSource source)
Sets the data source.
|
Loader |
Loader.source(VectorSource source)
Sets the data source.
|
DefaultGeoJsonLoader |
DefaultGeoJsonLoader.source(VectorSource source) |
Copyright © 2014–2017. All rights reserved.