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