| Package | Description |
|---|---|
| org.geomajas.configuration | |
| org.geomajas.configuration.client | |
| org.geomajas.layer.entity | |
| org.geomajas.service |
| Modifier and Type | Method and Description |
|---|---|
FeatureInfo |
AssociationAttributeInfo.getFeature()
Get the feature information of this attribute (represented as feature).
|
FeatureInfo |
VectorLayerInfo.getFeatureInfo()
Get feature info, the configuration of the features for this layer.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AssociationAttributeInfo.setFeature(FeatureInfo featureInfo)
Set the feature information.
|
void |
VectorLayerInfo.setFeatureInfo(FeatureInfo featureInfo)
Set feature info, the configuration of the features for this layer.
|
| Modifier and Type | Method and Description |
|---|---|
FeatureInfo |
ClientVectorLayerInfo.getFeatureInfo()
Returns the feature info for this layer.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClientVectorLayerInfo.setFeatureInfo(FeatureInfo featureInfo)
Sets the feature info for this layer.
|
| Modifier and Type | Method and Description |
|---|---|
Attribute<?> |
EntityAttributeService.getAttribute(Object feature,
FeatureInfo featureInfo,
EntityMapper mapper,
String name)
Recursively gets the attribute from the specified feature.
|
void |
EntityAttributeService.setAttributes(Object object,
FeatureInfo featureInfo,
EntityMapper mapper,
Map<String,Attribute<?>> attributes)
Merges the specified attribute map with this layer object.
|
| Modifier and Type | Method and Description |
|---|---|
NamedStyleInfo |
StyleConverterService.convert(org.geomajas.sld.UserStyleInfo userStyleInfo,
FeatureInfo featureInfo)
Converts SLD (user) style info to named style info used by vector rendering.
|
Copyright © 2015 Geosparc. All Rights Reserved.