| Package | Description |
|---|---|
| org.wicketstuff.openlayers3.api.format | |
| org.wicketstuff.openlayers3.api.source.vector |
| Modifier and Type | Class and Description |
|---|---|
class |
GeoJsonFormat
Provides an object that models a GeoJSON format for providing feature data.
|
| Modifier and Type | Method and Description |
|---|---|
FeatureFormat |
VectorSource.getFormat()
Returns the format for the features.
|
| Modifier and Type | Method and Description |
|---|---|
VectorSource |
VectorSource.format(FeatureFormat format)
Sets the format for the features.
|
void |
VectorSource.setFormat(FeatureFormat format)
Sets the format for the features.
|
| Constructor and Description |
|---|
Cluster(FeatureFormat format,
Projection projection,
Number distance,
VectorSource source)
Creates a new instance.
|
VectorSource(FeatureFormat format)
Creates a new instance.
|
VectorSource(FeatureFormat format,
Loader loader,
Projection projection)
Creates a new instance.
|
VectorSource(FeatureFormat format,
Projection projection)
Creates a new instance.
|
VectorSource(List<Feature> features,
FeatureFormat format,
Loader loader,
Projection projection)
Creates a new instance.
|
Copyright © 2014–2018. All rights reserved.