Class KmlPoints


public class KmlPoints extends KmlInfo
Class KmlPoints holds point info from KML
Version:
$Revision: 1.18 $
Author:
IDV Development Team
  • Field Details

  • Constructor Details

    • KmlPoints

      public KmlPoints()
      ctor
    • KmlPoints

      public KmlPoints(List nodes, String displayCategory)
      ctor_
      Parameters:
      nodes - xml nodes
      displayCategory - category
  • Method Details

    • getData

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

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

      public void setNames(List value)
      Set the Names property.
      Parameters:
      value - The new value for Names
    • getNames

      public List getNames()
      Get the Names property.
      Returns:
      The Names
    • setCoordinates

      public void setCoordinates(List value)
      Set the Coordinates property.
      Parameters:
      value - The new value for Coordinates
    • getCoordinates

      public List getCoordinates()
      Get the Coordinates property.
      Returns:
      The Coordinates