Package org.geotools.gml2.simple
Class GenericGeometryEncoder
Helper class that encodes the geometries within GeometryCollection
- Author:
- 
Constructor SummaryConstructorsConstructorDescriptionGenericGeometryEncoder(Encoder encoder) GenericGeometryEncoder(Encoder encoder, String gmlPrefix) 
- 
Method SummaryModifier and TypeMethodDescriptionvoidencode(Geometry geometry, AttributesImpl atts, GMLWriter handler) Encodes a geometry valueMethods inherited from class GeometryEncoderaddGmlId, cloneWithGmlId, encode
- 
Constructor Details- 
GenericGeometryEncoder
- 
GenericGeometryEncoder
 
- 
- 
Method Details- 
encodeDescription copied from class:GeometryEncoderEncodes a geometry value- Overrides:
- encodein class- GeometryEncoder<Geometry>
- Parameters:
- geometry- The Geometry to be encoded
- atts- Its attributes
- handler- The handler used to write XML
- Throws:
- Exception
 
 
-