Package org.geotools.gml3.simple
Class GML32FeatureCollectionEncoderDelegate
- Object
-
- FeatureCollectionEncoderDelegate
-
- GML32FeatureCollectionEncoderDelegate
-
- All Implemented Interfaces:
EncoderDelegate
public class GML32FeatureCollectionEncoderDelegate extends FeatureCollectionEncoderDelegate
SimpleFeatureCollection encoder delegate for fast GML3 encoding- Author:
- Andrea Aime - GeoSolutions
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GML32FeatureCollectionEncoderDelegate.GML32Delegate
-
Field Summary
-
Fields inherited from class FeatureCollectionEncoderDelegate
encodeGeometryIds
-
-
Constructor Summary
Constructors Constructor Description GML32FeatureCollectionEncoderDelegate(SimpleFeatureCollection features, Encoder encoder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected 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 Detail
-
GML32FeatureCollectionEncoderDelegate
public GML32FeatureCollectionEncoderDelegate(SimpleFeatureCollection features, Encoder encoder)
-
-
Method Detail
-
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
-
-