Class PlaceMarketBinding

java.lang.Object
org.gvsig.gpe.prov.kml.parser.v21.features.PlaceMarketBinding

public class PlaceMarketBinding extends Object
This class parses a PlaceMark tag. Example:

 
 <Placemark>
 <name>CDATA example</name>
 <description>Description example</description>
 <Point>
 <oordinates>102.595626,14.996729</coordinates>
 </Point>
 </Placemark>
 
 

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

    • PlaceMarketBinding

      public PlaceMarketBinding()
  • Method Details

    • parse

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