Class ContextGeography<T>
java.lang.Object
repast.simphony.space.projection.DefaultProjection<T>
repast.simphony.space.gis.DefaultGeography<T>
repast.simphony.context.space.gis.ContextGeography<T>
- All Implemented Interfaces:
ContextListener<T>
,Geography<T>
,Projection<T>
-
Field Summary
Fields inherited from class repast.simphony.space.gis.DefaultGeography
adder, coverageMap
Fields inherited from class repast.simphony.space.projection.DefaultProjection
listeners, name
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
eventOccured
(ContextEvent<T> evt) Called to nofify the listener of a change to a context.Methods inherited from class repast.simphony.space.gis.DefaultGeography
add, addCoverage, evaluate, evaluateWithin, getAdder, getAllObjects, getCoverage, getCoverageNames, getCRS, getGeometry, getLayer, getLayer, getLayerNames, getObjectsWithin, getObjectsWithin, getUnits, move, moveByDisplacement, moveByVector, moveByVector, queryInexact, queryInexact, remove, removeCoverage, setAdder, setCRS, setCRS, size
Methods inherited from class repast.simphony.space.projection.DefaultProjection
addProjectionListener, fireProjectionEvent, getName, getProjectionListeners, removeProjectionListener
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface repast.simphony.space.projection.Projection
addProjectionListener, getName, getProjectionListeners, removeProjectionListener
-
Constructor Details
-
ContextGeography
-
ContextGeography
-
-
Method Details
-
eventOccured
Description copied from interface:ContextListener
Called to nofify the listener of a change to a context.- Specified by:
eventOccured
in interfaceContextListener<T>
- Parameters:
evt
- The event of which to notify the listener.
-