| Package | Description |
|---|---|
| org.geomajas.configuration | |
| org.geomajas.configuration.client | |
| org.geomajas.layer | |
| org.geomajas.service |
| Modifier and Type | Class and Description |
|---|---|
class |
RasterLayerInfo
Information about a raster layer.
|
class |
VectorLayerInfo
Information about a vector layer.
|
| Modifier and Type | Method and Description |
|---|---|
LayerInfo |
ClientLayerInfo.getLayerInfo()
Get the layer information of this layer (optional, auto-copied from Spring context).
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClientLayerInfo.setLayerInfo(LayerInfo layerInfo)
Set the layer information of this layer (optional, auto-copied from Spring context).
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Layer<T extends LayerInfo>
A layer which is is normally used as part of a map.
|
| Modifier and Type | Method and Description |
|---|---|
<TYPE extends LayerExtraInfo> |
ConfigurationService.getLayerExtraInfo(LayerInfo layerInfo,
Class<TYPE> type)
Get a specific entry from the extraInfo for the given type on
LayerInfo. |
<TYPE extends LayerExtraInfo> |
ConfigurationService.getLayerExtraInfo(LayerInfo layerInfo,
String key,
Class<TYPE> type)
Get a specific entry from the extraInfo for key and with type checking.
|
Copyright © 2015 Geosparc. All Rights Reserved.