Class LookAtBinding

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

public class LookAtBinding extends Object
This class parses a LookAt tag. Example:

 
 <LookAt>
 <longitude>-2.935547902482675</longitude>
 <latitude>43.41884927185296</latitude>
 <range>406.2340631356369</range>
 <tilt>5.122096682951607e-010</tilt>
 <heading>-0.005135845406706679</heading>
 </LookAt>
 
 

Author:
Jorge Piera LLodrĂ¡ (jorge.piera@iver.es)
  • Constructor Details

    • LookAtBinding

      public LookAtBinding()
  • Method Details

    • parse

      public void parse(org.gvsig.xmlpull.lib.api.stream.IXmlStreamReader parser, GPEDeafultKmlParser handler) throws org.gvsig.xmlpull.lib.api.stream.XmlStreamException, IOException
      It parses the LookAt tag
      Parameters:
      parser - The XML parser
      handler - The GPE parser that contains the content handler and the error handler
      Throws:
      org.gvsig.xmlpull.lib.api.stream.XmlStreamException
      IOException