Class FeatureBinding
java.lang.Object
org.gvsig.gpe.prov.kml.parser.v21.features.FeatureBinding
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetID(org.gvsig.xmlpull.lib.api.stream.IXmlStreamReader parser, GPEDeafultKmlParser handler) It returns the feature id attribute
-
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 parserhandler- The GPE parser that contains the content handler and the error handler- Returns:
- The feature id
- Throws:
org.gvsig.xmlpull.lib.api.stream.XmlStreamException
-