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, encode
public void encode(GeometryCollection geometry, AttributesImpl atts, GMLWriter handler) throws Exception
GeometryEncoder
encode
in class GeometryEncoder<GeometryCollection>
geometry
- The Geometry to be encodedatts
- Its attributeshandler
- The handler used to write XMLException
Copyright © 1996–2019 Geotools. All rights reserved.