| Package | Description |
|---|---|
| org.wicketstuff.openlayers3.api.source | |
| org.wicketstuff.openlayers3.api.source.loader |
| Modifier and Type | Method and Description |
|---|---|
Loader |
ServerVector.getLoader()
Returns the loader used to fetch remote data.
|
| Modifier and Type | Method and Description |
|---|---|
ServerVector |
ServerVector.loader(Loader loader)
Sets the loader used to fetch remote data.
|
void |
ServerVector.setLoader(Loader loader)
Sets the loader used to fetch remote data.
|
| Constructor and Description |
|---|
ServerVector(Feature 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(Source source)
Sets the data source.
|
Copyright © 2014–2015. All rights reserved.