public class PolygonMemberWriter extends GeometryWriter
<polygonMember>
<Polygon gid="_877789">
<outerBoundaryIs>
<LinearRing>
<coordinates>0.0,0.0 100.0,0.0 50.0,100.0 0.0,0.0</coordinates>
</LinearRing>
</outerBoundaryIs>
</Polygon>
</polygonMember>
| Constructor and Description |
|---|
PolygonMemberWriter() |
| Modifier and Type | Method and Description |
|---|---|
void |
end(IXmlStreamWriter writer,
GPEGmlWriterHandlerImplementor handler)
It writes a gml:PolygonMember 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:PolygonMember 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