public class LatLonAltBoxWriter
extends java.lang.Object
<LatLonAltBox>
<north>43.374</north>
<south>42.983</south>
<east>-0.335</east>
<west>-1.423</west>
<minAltitude>0</minAltitude>
<maxAltitude>0</maxAltitude>
</LatLonAltBox>
http://code.google.com/apis/kml/documentation/kml_tags_21.html#latlonaltbox| Constructor and Description |
|---|
LatLonAltBoxWriter() |
| Modifier and Type | Method and Description |
|---|---|
void |
end(IXmlStreamWriter writer,
GPEKmlWriterHandlerImplementor hanlder)
/**
It writes the LatLonAltBox end tag and its fields
|
void |
start(IXmlStreamWriter writer,
GPEKmlWriterHandlerImplementor handler,
ICoordinateSequence coords)
It writes the LatLonAltBox init tag and its fields
|
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 hanlder)
throws java.io.IOException
writer - Writer to write the labelshandler - The writer handler implementorjava.io.IOException