Class RegionBinding

java.lang.Object
org.gvsig.gpe.prov.kml.parser.v21.geometries.RegionBinding

public class RegionBinding extends Object
This class parses a Region Kml tag. Example:

  
 <Region>
 <LatLonAltBox>
 <north>43.374</north>
 <south>42.983</south>
 <east>-0.335</east>
 <west>-1.423</west>
 <rotation>39.37878630116985</rotation>
 </LatLonAltBox>
 </Region>
 
 

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

    • RegionBinding

      public RegionBinding()
  • Method Details

    • parse

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