public class PointMemberWriter extends GeometryWriter
<pointMember>
<Point gid="P6776">
<coord><X>50.0</X><Y>50.0</Y></coord>
</Point>
</pointMember>
| Constructor and Description |
|---|
PointMemberWriter() |
| Modifier and Type | Method and Description |
|---|---|
void |
end(IXmlStreamWriter writer,
GPEGmlWriterHandlerImplementor handler)
It writes a gml:Point end tag
|
java.lang.String |
getGeometryName() |
void |
start(IXmlStreamWriter writer,
GPEGmlWriterHandlerImplementor handler,
java.lang.String id,
ICoordinateSequence coords,
java.lang.String srs)
It writes a gml:PointMember init tag
|
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 void end(IXmlStreamWriter writer,
GPEGmlWriterHandlerImplementor handler)
throws java.io.IOException
end in class GeometryWriterwriter - Writer to write the labelshandler - The writer handler implementorjava.io.IOExceptionpublic java.lang.String getGeometryName()
getGeometryName in class GeometryWriter