Class KmlGroundOverlay


public class KmlGroundOverlay extends KmlImageElement
Class KmlGroundOverlay represents a ground overlay in KML
Version:
$Revision: 1.12 $
Author:
IDV Development Team
  • Field Details

  • Constructor Details

    • KmlGroundOverlay

      public KmlGroundOverlay()
      ctor
    • KmlGroundOverlay

      public KmlGroundOverlay(Element node, String displayCategory, String baseUrl)
      ctor
      Parameters:
      node - kml node
      displayCategory - display category
      baseUrl - url of the kml doc
  • Method Details

    • getData

      public Data getData(KmlDataSource dataSource, Object loadId) throws VisADException, RemoteException
      get the image data
      Specified by:
      getData in class KmlInfo
      Parameters:
      dataSource - data source
      loadId - for loading
      Returns:
      image data
      Throws:
      RemoteException - On badness
      VisADException - On badness
    • getData

      public Data getData(JsonDataSource dataSource, Object loadId) throws VisADException, RemoteException
      get the json data
      Specified by:
      getData in class KmlInfo
      Parameters:
      dataSource - data source
      loadId - for loading
      Returns:
      json data
      Throws:
      RemoteException - On badness
      VisADException - On badness
    • setViewBoundScale

      public void setViewBoundScale(double value)
      Set the ViewBoundScale property.
      Parameters:
      value - The new value for ViewBoundScale
    • getViewBoundScale

      public double getViewBoundScale()
      Get the ViewBoundScale property.
      Returns:
      The ViewBoundScale
    • setRotation

      public void setRotation(double value)
      Set the Rotation property.
      Parameters:
      value - The new value for Rotation
    • getRotation

      public double getRotation()
      Get the Rotation property.
      Returns:
      The Rotation
    • setNorth

      public void setNorth(double value)
      Set the North property.
      Parameters:
      value - The new value for North
    • getNorth

      public double getNorth()
      Get the North property.
      Returns:
      The North
    • setSouth

      public void setSouth(double value)
      Set the South property.
      Parameters:
      value - The new value for South
    • getSouth

      public double getSouth()
      Get the South property.
      Returns:
      The South
    • setEast

      public void setEast(double value)
      Set the East property.
      Parameters:
      value - The new value for East
    • getEast

      public double getEast()
      Get the East property.
      Returns:
      The East
    • setWest

      public void setWest(double value)
      Set the West property.
      Parameters:
      value - The new value for West
    • getWest

      public double getWest()
      Get the West property.
      Returns:
      The West