Class CoverageProbeObject
java.lang.Object
repast.simphony.visualization.gis3D.CoverageProbeObject
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 Summary
ConstructorDescriptionCoverageProbeObject
(String layerName, gov.nasa.worldwind.geom.Position position, org.geotools.coverage.grid.GridCoverage2D coverage) -
Method Summary
-
Constructor Details
-
CoverageProbeObject
public CoverageProbeObject(String layerName, gov.nasa.worldwind.geom.Position position, org.geotools.coverage.grid.GridCoverage2D coverage)
-
-
Method Details
-
getLayerName
-
getPosition
public gov.nasa.worldwind.geom.Position getPosition() -
getValue
public double getValue() -
hashCode
public int hashCode() -
equals
-
toString
Provides a nice string value for the probe panel title
-