Class InnerBoundaryIsWriter
java.lang.Object
org.gvsig.gpe.prov.gml.writer.v2.geometries.InnerBoundaryIsWriter
- Direct Known Subclasses:
InnerBoundaryIsWriter
It writes a gml:innerBoundaryType object. Example:
<innerBoundaryIs>
<LinearRing>
<coordinates>10.0,10.0 10.0,40.0 40.0,40.0 40.0,10.0 10.0,10.0</coordinates>
</LinearRing>
</innerBoundaryIs>
- 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:innerBoundaryIs end tagvoidstart(org.gvsig.xmlpull.lib.api.stream.IXmlStreamWriter writer, GPEGmlWriterHandlerImplementor handler, ICoordinateSequence coords) It writes a gml:innerBoundaryIs init tag
-
Constructor Details
-
InnerBoundaryIsWriter
public InnerBoundaryIsWriter()
-
-
Method Details
-
start
public void start(org.gvsig.xmlpull.lib.api.stream.IXmlStreamWriter writer, GPEGmlWriterHandlerImplementor handler, ICoordinateSequence coords) throws IOException It writes a gml:innerBoundaryIs init tag- 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:innerBoundaryIs end tag- Parameters:
writer- Writer to write the labelshandler- The writer handler implementor- Throws:
IOException
-