public class OuterBoundaryIsWriter
extends java.lang.Object
<outerBoundaryIs>
<LinearRing>
<coordinates>10.0,10.0 10.0,40.0 40.0,40.0 40.0,10.0 10.0,10.0</coordinates>
</LinearRing>
</outerBoundaryIs>
| Constructor and Description |
|---|
OuterBoundaryIsWriter() |
| Modifier and Type | Method and Description |
|---|---|
void |
end(IXmlStreamWriter writer,
GPEGmlWriterHandlerImplementor handler)
It writes a gml:outerBoundaryIs end tag
|
void |
start(IXmlStreamWriter writer,
GPEGmlWriterHandlerImplementor handler,
ICoordinateSequence coords)
It writes a gml:outerBoundaryIs init tag
|
public void start(IXmlStreamWriter writer,
GPEGmlWriterHandlerImplementor handler,
ICoordinateSequence coords)
throws java.io.IOException
writer - Writer to write the labelshandler - The writer handler implementorcoords - A coordinates sequencejava.io.IOExceptionpublic void end(IXmlStreamWriter writer,
GPEGmlWriterHandlerImplementor handler)
throws java.io.IOException
writer - Writer to write the labelshandler - The writer handler implementorjava.io.IOException