Class LatLonAltBoxWriter
java.lang.Object
org.gvsig.gpe.prov.kml.writer.v2.geometries.LatLonAltBoxWriter
This class writes a LatLonAltBox Kml tag. Example:
<LatLonAltBox>
<north>43.374</north>
<south>42.983</south>
<east>-0.335</east>
<west>-1.423</west>
<minAltitude>0</minAltitude>
<maxAltitude>0</maxAltitude>
</LatLonAltBox>
- Author:
- Jorge Piera LLodrĂ¡ (jorge.piera@iver.es)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidend(org.gvsig.xmlpull.lib.api.stream.IXmlStreamWriter writer, GPEKmlWriterHandlerImplementor hanlder) /** It writes the LatLonAltBox end tag and its fieldsvoidstart(org.gvsig.xmlpull.lib.api.stream.IXmlStreamWriter writer, GPEKmlWriterHandlerImplementor handler, ICoordinateSequence coords) It writes the LatLonAltBox init tag and its fields
-
Constructor Details
-
LatLonAltBoxWriter
public LatLonAltBoxWriter()
-
-
Method Details
-
start
public void start(org.gvsig.xmlpull.lib.api.stream.IXmlStreamWriter writer, GPEKmlWriterHandlerImplementor handler, ICoordinateSequence coords) throws IOException It writes the LatLonAltBox init tag and its fields- Parameters:
writer- Writer to write the labelshandler- The writer handler implementorcoords- A coordinates iterator.- Throws:
IOException
-
end
public void end(org.gvsig.xmlpull.lib.api.stream.IXmlStreamWriter writer, GPEKmlWriterHandlerImplementor hanlder) throws IOException /** It writes the LatLonAltBox end tag and its fields- Parameters:
writer- Writer to write the labelshandler- The writer handler implementor- Throws:
IOException
-