Class OuterBoundaryIsWriter
java.lang.Object
org.gvsig.gpe.prov.gml.writer.v2.geometries.OuterBoundaryIsWriter
org.gvsig.gpe.prov.gml.writer.sfp0.geometries.OuterBoundaryIsWriter
It writes a gml:outerBoundaryType object. Example:
<exterior>
<LinearRing>
<coordinates>10.0,10.0 10.0,40.0 40.0,40.0 40.0,10.0 10.0,10.0</coordinates>
</LinearRing>
</exterior>
- Author:
- Jorge Piera LLodrĂ¡ (jorge.piera@iver.es)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidend(org.gvsig.xmlpull.lib.api.stream.IXmlStreamWriter writer, GPEGmlWriterHandlerImplementor handler) It writes a gml:exterior end tagvoidstart(org.gvsig.xmlpull.lib.api.stream.IXmlStreamWriter writer, GPEGmlWriterHandlerImplementor handler, ICoordinateSequence coords) It writes a gml:exterior init tag
-
Constructor Details
-
OuterBoundaryIsWriter
public OuterBoundaryIsWriter()
-
-
Method Details
-
start
public void start(org.gvsig.xmlpull.lib.api.stream.IXmlStreamWriter writer, GPEGmlWriterHandlerImplementor handler, ICoordinateSequence coords) throws IOException It writes a gml:exterior init tag- Overrides:
startin classOuterBoundaryIsWriter- Parameters:
writer- Writer to write the labelshandler- The writer handler implementorcoords- A coordinates sequence- Throws:
IOException
-
end
public void end(org.gvsig.xmlpull.lib.api.stream.IXmlStreamWriter writer, GPEGmlWriterHandlerImplementor handler) throws IOException It writes a gml:exterior end tag- Overrides:
endin classOuterBoundaryIsWriter- Parameters:
writer- Writer to write the labelshandler- The writer handler implementor- Throws:
IOException
-