| Package | Description |
|---|---|
| org.openksavi.sponge.features.model.geo |
| Modifier and Type | Class and Description |
|---|---|
class |
GeoMarkerLayer
A marker layer.
|
class |
GeoTileLayer
A tile layer.
|
class |
GeoWmsLayer
A WMS layer.
|
| Modifier and Type | Method and Description |
|---|---|
GeoLayer |
GeoLayer.clone() |
GeoLayer |
GeoLayer.withDescription(String description) |
GeoLayer |
GeoLayer.withFeature(String name,
Object value) |
GeoLayer |
GeoLayer.withFeatures(Map<String,Object> features) |
GeoLayer |
GeoLayer.withLabel(String label) |
GeoLayer |
GeoLayer.withName(String name) |
| Modifier and Type | Method and Description |
|---|---|
List<GeoLayer> |
GeoMap.getLayers() |
| Modifier and Type | Method and Description |
|---|---|
GeoMap |
GeoMap.withLayer(GeoLayer layer) |
| Modifier and Type | Method and Description |
|---|---|
void |
GeoMap.setLayers(List<GeoLayer> layers) |
GeoMap |
GeoMap.withLayers(List<GeoLayer> layers) |
Copyright © 2016–2021 Softelnet. All rights reserved.