Package org.geotools.gml3.simple
Class GML32FeatureCollectionEncoderDelegate
Object
FeatureCollectionEncoderDelegate
GML32FeatureCollectionEncoderDelegate
- All Implemented Interfaces:
EncoderDelegate
SimpleFeatureCollection encoder delegate for fast GML3 encoding
- Author:
- Andrea Aime - GeoSolutions
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Field Summary
Fields inherited from class FeatureCollectionEncoderDelegate
encodeGeometryIds
-
Constructor Summary
ConstructorsConstructorDescriptionGML32FeatureCollectionEncoderDelegate
(SimpleFeatureCollection features, Encoder encoder) -
Method Summary
Modifier and TypeMethodDescriptionprotected Attributes
getPropertyAttributes
(QualifiedName name, FeatureType featureType, AttributeDescriptor attribute, Object value) Allows subclasses to generate a list of attributes for the property being encoded.Methods inherited from class FeatureCollectionEncoderDelegate
encode
-
Constructor Details
-
GML32FeatureCollectionEncoderDelegate
-
-
Method Details
-
getPropertyAttributes
protected Attributes getPropertyAttributes(QualifiedName name, FeatureType featureType, AttributeDescriptor attribute, Object value) Description copied from class:FeatureCollectionEncoderDelegate
Allows subclasses to generate a list of attributes for the property being encoded. The default implementation just returns null- Overrides:
getPropertyAttributes
in classFeatureCollectionEncoderDelegate
attribute
- The attribute being encodedvalue
- The attribute value- Returns:
- A Attributes, or null if no attributes are desired
-