Class 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 Detail

      • CoverageProbeObject

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

      • 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
      • toString

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