public class GeometryCollectionEncoder extends GeometryEncoder<GeometryCollection>
| Constructor and Description | 
|---|
| GeometryCollectionEncoder(Encoder encoder,
                         String gmlPrefix) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | encode(GeometryCollection geometry,
      AttributesImpl atts,
      GMLWriter handler)Encodes a geometry value | 
addGmlId, cloneWithGmlId, encodepublic void encode(GeometryCollection geometry,
                   AttributesImpl atts,
                   GMLWriter handler)
            throws Exception
GeometryEncoderencode in class GeometryEncoder<GeometryCollection>geometry - The Geometry to be encodedatts - Its attributeshandler - The handler used to write XMLExceptionCopyright © 1996–2019 Geotools. All rights reserved.