public class LinearRingWriter
extends java.lang.Object
<LinearRing>
<coordinates>0.0,0.0 100.0,0.0 50.0,100.0 0.0,0.0</coordinates>
</LinearRing>
http://code.google.com/apis/kml/documentation/kml_tags_21.html#linearring| Constructor and Description |
|---|
LinearRingWriter() |
| Modifier and Type | Method and Description |
|---|---|
void |
end(IXmlStreamWriter writer,
GPEKmlWriterHandlerImplementor handler)
It writes the linearRing kml end tag
|
void |
start(IXmlStreamWriter writer,
GPEKmlWriterHandlerImplementor handler,
ICoordinateSequence coords)
It writes the linearRinzg 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