Class InnerBoundaryIsWriter

java.lang.Object
org.gvsig.gpe.prov.kml.writer.v2.geometries.InnerBoundaryIsWriter

public class InnerBoundaryIsWriter extends Object
It writes innerBoundaryIs tag. 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 Details

    • InnerBoundaryIsWriter

      public InnerBoundaryIsWriter()
  • Method Details

    • start

      public void start(org.gvsig.xmlpull.lib.api.stream.IXmlStreamWriter writer, GPEKmlWriterHandlerImplementor handler, ICoordinateSequence coords) throws IOException
      It writes the innerBoundaryIs kml init tag
      Parameters:
      writer - Writer to write the labels
      handler - The writer handler implementor
      coords - A coordinates iterator.
      Throws:
      IOException
    • end

      public void end(org.gvsig.xmlpull.lib.api.stream.IXmlStreamWriter writer, GPEKmlWriterHandlerImplementor handler) throws IOException
      It writes the innerBoundaryIs kml end tag
      Parameters:
      writer - Writer to write the labels
      handler - The writer handler implementor
      Throws:
      IOException