Class StyleBinding

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

public class StyleBinding extends Object
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 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 parser
      handler - The GPE parser that contains the content handler and the error handler
      Throws:
      IOException
      org.gvsig.xmlpull.lib.api.stream.XmlStreamException
      org.gvsig.xmlpull.lib.api.stream.XmlStreamException
      IOException