public class InnerBoundaryIsWriter
extends java.lang.Object
<innerBoundaryIs>
<LinearRing>
<coordinates>10.0,10.0 10.0,40.0 40.0,40.0 40.0,10.0 10.0,10.0</coordinates>
</LinearRing>
</innerBoundaryIs>
http://code.google.com/apis/kml/documentation/kml_tags_21.html#innerboundaryis| Constructor and Description |
|---|
InnerBoundaryIsWriter() |
| Modifier and Type | Method and Description |
|---|---|
void |
end(IXmlStreamWriter writer,
GPEKmlWriterHandlerImplementor handler)
It writes the innerBoundaryIs kml end tag
|
void |
start(IXmlStreamWriter writer,
GPEKmlWriterHandlerImplementor handler,
ICoordinateSequence coords)
It writes the innerBoundaryIs kml init tag
|
public void start(IXmlStreamWriter writer,
GPEKmlWriterHandlerImplementor handler,
ICoordinateSequence coords)
throws java.io.IOException
writer - Writer to write the labelshandler - The writer handler implementorcoords - A coordinates iterator.java.io.IOExceptionpublic void end(IXmlStreamWriter writer,
GPEKmlWriterHandlerImplementor handler)
throws java.io.IOException
writer - Writer to write the labelshandler - The writer handler implementorjava.io.IOException