Class LinestringSegmentTypeBinding


public class LinestringSegmentTypeBinding extends GeometryBinding
  • Constructor Details

    • LinestringSegmentTypeBinding

      public LinestringSegmentTypeBinding()
  • Method Details

    • parse

      public Object parse(org.gvsig.xmlpull.lib.api.stream.IXmlStreamReader parser, GPEDefaultGmlParser handler) throws org.gvsig.xmlpull.lib.api.stream.XmlStreamException, IOException
      Description copied from class: GeometryBinding
      It parses the gml:Geometry tag
      Overrides:
      parse in class GeometryBinding
      Parameters:
      parser - The XML parser
      handler - The GPE parser that contains the content handler and the error handler
      Returns:
      A geometry
      Throws:
      org.gvsig.xmlpull.lib.api.stream.XmlStreamException
      IOException