Package org.geotools.gml2.simple
Class GeometryCollectionEncoder
- Object
- 
- ObjectEncoder<T>
- 
- GeometryEncoder<GeometryCollection>
- 
- GeometryCollectionEncoder
 
 
 
- 
 public class GeometryCollectionEncoder extends GeometryEncoder<GeometryCollection> Encodes a GML2 generic geometry collection- Author:
 
- 
- 
Constructor SummaryConstructors Constructor Description GeometryCollectionEncoder(Encoder encoder, String gmlPrefix)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidencode(GeometryCollection geometry, AttributesImpl atts, GMLWriter handler)Encodes a geometry value- 
Methods inherited from class GeometryEncoderaddGmlId, cloneWithGmlId, encode
 
- 
 
- 
- 
- 
Method Detail- 
encodepublic void encode(GeometryCollection geometry, AttributesImpl atts, GMLWriter handler) throws Exception Description copied from class:GeometryEncoderEncodes a geometry value- Overrides:
- encodein class- GeometryEncoder<GeometryCollection>
- Parameters:
- geometry- The Geometry to be encoded
- atts- Its attributes
- handler- The handler used to write XML
- Throws:
- Exception
 
 
- 
 
-