Class FeatureBinding

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

public class FeatureBinding extends Object
This is an abstract element and cannot be used directly in a KML file. Document, Folder, NetworkLink, Placemark, GroundOverLay and ScreenOverlay inherit from it. It parses the common attributes
Author:
Jorge Piera LLodrĂ¡ (jorge.piera@iver.es)
  • Constructor Details

    • FeatureBinding

      public FeatureBinding()
  • Method Details

    • getID

      public String getID(org.gvsig.xmlpull.lib.api.stream.IXmlStreamReader parser, GPEDeafultKmlParser handler) throws org.gvsig.xmlpull.lib.api.stream.XmlStreamException
      It returns the feature id attribute
      Parameters:
      parser - The XML parser
      handler - The GPE parser that contains the content handler and the error handler
      Returns:
      The feature id
      Throws:
      org.gvsig.xmlpull.lib.api.stream.XmlStreamException