Package repast.simphony.gis.ui.probe
Class GeographyLocationProbe
java.lang.Object
repast.simphony.gis.ui.probe.GeographyLocationProbe
- All Implemented Interfaces:
LocationProbe
Provides the location of probed objects in Geography projections.
- Author:
- Nick Collier
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the objects location as a String.Gets the property descriptor for the location property of this probe.
-
Field Details
-
obj
-
geog
-
-
Constructor Details
-
GeographyLocationProbe
-
-
Method Details
-
getLocationDescriptor
Gets the property descriptor for the location property of this probe.- Specified by:
getLocationDescriptor
in interfaceLocationProbe
- Returns:
- Throws:
IntrospectionException
-
getLocation
Gets the objects location as a String.- Returns:
- the objects location as a String.
-