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