public class PointWriter extends GeometryWriter
<Point gid="P6776">
<coord><X>50.0</X><Y>50.0</Y></coord>
</Point>
| Constructor and Description |
|---|
PointWriter() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getGeometryName() |
void |
start(IXmlStreamWriter writer,
GPEGmlWriterHandlerImplementor handler,
java.lang.String id,
ICoordinateSequence coords,
java.lang.String srs)
It writes a gml:Point init tag
|
end, startpublic void start(IXmlStreamWriter writer,
GPEGmlWriterHandlerImplementor handler,
java.lang.String id,
ICoordinateSequence coords,
java.lang.String srs)
throws java.io.IOException
writer - Writer to write the labelshandler - The writer handler implementorid - Geometry IDcoords - A coordinates sequencesrs - Spatial reference systemjava.io.IOExceptionpublic java.lang.String getGeometryName()
getGeometryName in class GeometryWriter