Package org.geotools.gml2.simple
Class GeometryCollectionEncoder
Encodes a GML2 generic geometry collection
- Author:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidencode(GeometryCollection geometry, AttributesImpl atts, GMLWriter handler) Encodes a geometry valueMethods inherited from class GeometryEncoder
addGmlId, cloneWithGmlId, encode
-
Constructor Details
-
GeometryCollectionEncoder
-
-
Method Details
-
encode
public void encode(GeometryCollection geometry, AttributesImpl atts, GMLWriter handler) throws Exception Description copied from class:GeometryEncoderEncodes a geometry value- Overrides:
encodein classGeometryEncoder<GeometryCollection>- Parameters:
geometry- The Geometry to be encodedatts- Its attributeshandler- The handler used to write XML- Throws:
Exception
-