Class ExteriorTypeBinding

java.lang.Object
org.gvsig.gpe.prov.gml.parser.sfp0.geometries.ExteriorTypeBinding

public class ExteriorTypeBinding extends Object
Author:
Jorge Piera LLodrĂ¡ (jorge.piera@iver.es)
  • Constructor Details

    • ExteriorTypeBinding

      public ExteriorTypeBinding()
  • Method Details

    • parse

      public ICoordinateIterator parse(org.gvsig.xmlpull.lib.api.stream.IXmlStreamReader parser, GPEDefaultGmlParser handler) throws org.gvsig.xmlpull.lib.api.stream.XmlStreamException, IOException
      It parses the gml:exterior tag
      Parameters:
      parser - The XML parser
      handler - The GPE parser that contains the content handler and the error handler
      Returns:
      An array of coordinates
      Throws:
      org.gvsig.xmlpull.lib.api.stream.XmlStreamException
      IOException