| Interface | Description |
|---|---|
| EditableAttributeInfo |
...
|
| IsInfo |
Tagging interface for all configuration objects.
|
| LayerExtraInfo |
Marker interface objects which can be added in layer configuration, using
LayerInfo.setExtraInfo(java.util.Map). |
| ServerSideOnlyInfo |
Marker interface which indicates that this class should not be serialized to the client.
|
| Class | Description |
|---|---|
| AbstractAttributeInfo |
Base information which is shared between all attributes.
|
| AbstractEditableAttributeInfo |
Base information which is shared between all editable attributes.
|
| AbstractReadOnlyAttributeInfo |
Base information which is shared between all read-only attributes.
|
| AssociationAttributeInfo |
Linked attribute configuration information.
|
| AttributeBaseInfo | Deprecated
use
AbstractAttributeInfo instead |
| AttributeInfo | Deprecated
use the one of
AbstractAttributeInfo or AbstractReadOnlyAttributeInfo or
AbstractEditableAttributeInfo |
| CircleInfo |
Circle configuration information.
|
| FeatureInfo |
Information about a Feature, indicates how an object can be converted to a feature.
|
| FeatureStyleInfo |
Style configuration information.
|
| FontStyleInfo |
Information about how to access and how to render the label attribute.
|
| GeometryAttributeInfo |
Geometric attribute configuration information.
|
| ImageInfo |
Image configuration information.
|
| LabelStyleInfo |
Information about how to access and how to render the label attribute.
|
| LayerInfo |
Layer configuration info.
|
| NamedStyleInfo |
A named layer style for vector layers.
|
| Parameter |
Representation of a generic parameter for the configuration.
|
| PrimitiveAttributeInfo |
Primitive attribute configuration information.
|
| RasterLayerInfo |
Information about a raster layer.
|
| RectInfo |
Rectangle configuration information.
|
| SnappingRuleInfo |
Snapping rule configuration information.
|
| SymbolInfo |
Symbol configuration information.
|
| SyntheticAttributeInfo |
A synthetic attribute has its value calculated and not stored in the database.
|
| VectorLayerInfo |
Information about a vector layer.
|
| Enum | Description |
|---|---|
| AssociationType |
Association type.
|
| PrimitiveType |
List of possible primitive types.
|
| SnappingRuleInfo.SnappingType |
Snapping type.
|
| SortType |
Sort type.
|
Copyright © 2015 Geosparc. All Rights Reserved.