Class OuterBoundaryIsWriter

java.lang.Object
org.gvsig.gpe.prov.gml.writer.v2.geometries.OuterBoundaryIsWriter
Direct Known Subclasses:
OuterBoundaryIsWriter

public class OuterBoundaryIsWriter extends Object
It writes a gml:outerBoundaryType object. 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 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:outerBoundaryIs init tag
      Parameters:
      writer - Writer to write the labels
      handler - The writer handler implementor
      coords - 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:outerBoundaryIs end tag
      Parameters:
      writer - Writer to write the labels
      handler - The writer handler implementor
      Throws:
      IOException