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, coverageMapFields inherited from class repast.simphony.space.projection.DefaultProjection
listeners, name -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoideventOccured(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, sizeMethods inherited from class repast.simphony.space.projection.DefaultProjection
addProjectionListener, fireProjectionEvent, getName, getProjectionListeners, removeProjectionListenerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface repast.simphony.space.projection.Projection
addProjectionListener, getName, getProjectionListeners, removeProjectionListener
-
Constructor Details
-
ContextGeography
-
ContextGeography
-
-
Method Details
-
eventOccured
Description copied from interface:ContextListenerCalled to nofify the listener of a change to a context.- Specified by:
eventOccuredin interfaceContextListener<T>- Parameters:
evt- The event of which to notify the listener.
-