Class CoverageProbeObject

java.lang.Object
repast.simphony.visualization.gis3D.CoverageProbeObject

public class CoverageProbeObject extends Object
Probe object for coverage layers. CoverageProbeObject is used as a proxy for the Object returned from a coverage since the probe should reflect a grid value and location, and not the entire coverage itself.
Author:
Eric Tatara
  • Constructor Details

    • CoverageProbeObject

      public CoverageProbeObject(String layerName, gov.nasa.worldwind.geom.Position position, org.geotools.coverage.grid.GridCoverage2D coverage)
  • Method Details

    • getLayerName

      public String getLayerName()
    • getPosition

      public gov.nasa.worldwind.geom.Position getPosition()
    • getValue

      public double getValue()
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Provides a nice string value for the probe panel title
      Overrides:
      toString in class Object