Class PointTypeBinding

java.lang.Object
org.gvsig.gpe.prov.kml.parser.v21.geometries.PointTypeBinding

public class PointTypeBinding extends Object
It parses a Point tag. Example:

 
 <Point gid="P6776">
 <coord><X>50.0</X><Y>50.0</Y></coord>
 </Point>
 
 

Author:
Jorge Piera LLodrĂ¡ (jorge.piera@iver.es)
  • Constructor Details

    • PointTypeBinding

      public PointTypeBinding()
  • Method Details

    • parse

      public Object parse(org.gvsig.xmlpull.lib.api.stream.IXmlStreamReader parser, GPEDeafultKmlParser handler) throws org.gvsig.xmlpull.lib.api.stream.XmlStreamException, IOException
      It parses the Point tag
      Parameters:
      parser - The XML parser
      handler - The GPE parser that contains the content handler and the error handler
      Returns:
      A point
      Throws:
      IOException
      org.gvsig.xmlpull.lib.api.stream.XmlStreamException
      org.gvsig.xmlpull.lib.api.stream.XmlStreamException
      IOException