| Package | Description |
|---|---|
| org.wicketstuff.openlayers3.api.source.vector | |
| org.wicketstuff.openlayers3.api.source.vector.loader |
| Modifier and Type | Method and Description |
|---|---|
Loader |
VectorSource.getLoader()
Returns the loader used to fetch remote data.
|
| Modifier and Type | Method and Description |
|---|---|
VectorSource |
VectorSource.loader(Loader loader)
Sets the loader used to fetch remote data.
|
void |
VectorSource.setLoader(Loader loader)
Sets the loader used to fetch remote data.
|
| Constructor and Description |
|---|
VectorSource(FeatureFormat format,
Loader loader,
Projection projection)
Creates a new instance.
|
VectorSource(List<Feature> features,
FeatureFormat format,
Loader loader,
Projection projection)
Creates a new instance.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultGeoJsonLoader
Provides an object that models a vector source loading strategy for a GeoJSON data source.
|
| Modifier and Type | Method and Description |
|---|---|
Loader |
Loader.source(VectorSource source)
Sets the data source.
|
Copyright © 2014–2017. All rights reserved.