public abstract class FeatureCollectionEncoderDelegate extends Object implements EncoderDelegate
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
encodeGeometryIds |
| Modifier | Constructor and Description |
|---|---|
protected |
FeatureCollectionEncoderDelegate(SimpleFeatureCollection features,
Encoder encoder,
GMLDelegate gml) |
| Modifier and Type | Method and Description |
|---|---|
void |
encode(ContentHandler handler)
Encodes content to an output stream.
|
protected Attributes |
getPropertyAttributes(QualifiedName name,
FeatureType featureType,
AttributeDescriptor attribute,
Object value)
Allows subclasses to generate a list of attributes for the property being encoded.
|
protected FeatureCollectionEncoderDelegate(SimpleFeatureCollection features, Encoder encoder, GMLDelegate gml)
public void encode(ContentHandler handler) throws Exception
EncoderDelegateencode in interface EncoderDelegateExceptionprotected Attributes getPropertyAttributes(QualifiedName name, FeatureType featureType, AttributeDescriptor attribute, Object value)
name - featureType - attribute - The attribute being encodedvalue - The attribute valueCopyright © 1996–2019 Geotools. All rights reserved.