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