Class PlaceMarketBinding
java.lang.Object
org.gvsig.gpe.prov.kml.parser.v21.features.PlaceMarketBinding
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Objectparse(org.gvsig.xmlpull.lib.api.stream.IXmlStreamReader parser, GPEDeafultKmlParser handler) It parses the PlaceMark tag
-
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 parserhandler- The GPE parser that contains the content handler and the error handler- Returns:
- A Feature
- Throws:
IOExceptionorg.gvsig.xmlpull.lib.api.stream.XmlStreamExceptionorg.gvsig.xmlpull.lib.api.stream.XmlStreamExceptionIOException
-