Class OuterBoundaryIsWriter
java.lang.Object
org.gvsig.gpe.prov.kml.writer.v2.geometries.OuterBoundaryIsWriter
It writes the outerBoundary tag. Example:
<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>
- 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 handler) It writes the outerBoundaryIs end tagvoidstart(org.gvsig.xmlpull.lib.api.stream.IXmlStreamWriter writer, GPEKmlWriterHandlerImplementor handler, ICoordinateSequence coords) It writes the outerBoundaryIs kml init tag
-
Constructor Details
-
OuterBoundaryIsWriter
public OuterBoundaryIsWriter()
-
-
Method Details
-
start
public void start(org.gvsig.xmlpull.lib.api.stream.IXmlStreamWriter writer, GPEKmlWriterHandlerImplementor handler, ICoordinateSequence coords) throws IOException It writes the outerBoundaryIs kml init tag- 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 handler) throws IOException It writes the outerBoundaryIs end tag- Parameters:
writer- Writer to write the labelshandler- The writer handler implementor- Throws:
IOException
-