| Package | Description |
|---|---|
| org.geomajas.configuration | |
| org.geomajas.service |
| Modifier and Type | Method and Description |
|---|---|
Map<String,LayerExtraInfo> |
LayerInfo.getExtraInfo()
Get extra configuration for the plug-ins.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LayerInfo.setExtraInfo(Map<String,LayerExtraInfo> extraInfo)
Set the extra configuration for the plug-ins.
|
| 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.