Package repast.simphony.gis.ui.probe
Class CoverageLocationProbe
java.lang.Object
repast.simphony.gis.ui.probe.CoverageLocationProbe
- All Implemented Interfaces:
LocationProbe
Provides the location of the probe when clicking on GIS coverages. Unlike
the LocationProbe for other projections which looks up the location using the
probed object and the projection, the CoverageLocationProbe receives the location
from the CoverageProbeObject which in turns receives the probe location from
the GIS display location listener.
- Author:
- Eric Tatara
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the property descriptor for the location property of this probe.
-
Field Details
-
probeObject
-
-
Constructor Details
-
CoverageLocationProbe
-
-
Method Details
-
getLocationDescriptor
Gets the property descriptor for the location property of this probe.- Specified by:
getLocationDescriptor
in interfaceLocationProbe
- Returns:
- Throws:
IntrospectionException
-
getLocation
-