Class StyleBinding
java.lang.Object
org.gvsig.gpe.prov.kml.parser.v21.features.StyleBinding
This class parses a Style tag. Example:
<Style id="globeIcon">
<IconStyle>
<Icon>
<href>http://maps.google.com/mapfiles/kml/pal3/icon19.png</href>
</Icon>
</IconStyle>
<LineStyle>
<width>2</width>
</LineStyle>
</Style>
- Author:
- Jorge Piera LLodrĂ¡ (jorge.piera@iver.es)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidparse(org.gvsig.xmlpull.lib.api.stream.IXmlStreamReader parser, GPEDeafultKmlParser handler) It parses the Style tag
-
Constructor Details
-
StyleBinding
public StyleBinding()
-
-
Method Details
-
parse
public static void parse(org.gvsig.xmlpull.lib.api.stream.IXmlStreamReader parser, GPEDeafultKmlParser handler) throws org.gvsig.xmlpull.lib.api.stream.XmlStreamException, IOException It parses the Style tag- Parameters:
parser- The XML parserhandler- The GPE parser that contains the content handler and the error handler- Throws:
IOExceptionorg.gvsig.xmlpull.lib.api.stream.XmlStreamExceptionorg.gvsig.xmlpull.lib.api.stream.XmlStreamExceptionIOException
-