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>
http://code.google.com/apis/kml/documentation/kml_tags_21.html#outerboundaryis| Constructor and Description |
|---|
OuterBoundaryIsWriter() |
| Modifier and Type | Method and Description |
|---|---|
void |
end(IXmlStreamWriter writer,
GPEKmlWriterHandlerImplementor handler)
It writes the outerBoundaryIs end tag
|
void |
start(IXmlStreamWriter writer,
GPEKmlWriterHandlerImplementor handler,
ICoordinateSequence coords)
It writes the outerBoundaryIs 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