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 SummaryFields inherited from class repast.simphony.space.gis.DefaultGeographyadder, coverageMapFields inherited from class repast.simphony.space.projection.DefaultProjectionlisteners, name
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoideventOccured(ContextEvent<T> evt) Called to nofify the listener of a change to a context.Methods inherited from class repast.simphony.space.gis.DefaultGeographyadd, 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.DefaultProjectionaddProjectionListener, fireProjectionEvent, getName, getProjectionListeners, removeProjectionListenerMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface repast.simphony.space.projection.ProjectionaddProjectionListener, getName, getProjectionListeners, removeProjectionListener
- 
Constructor Details- 
ContextGeography
- 
ContextGeography
 
- 
- 
Method Details- 
eventOccuredDescription copied from interface:ContextListenerCalled to nofify the listener of a change to a context.- Specified by:
- eventOccuredin interface- ContextListener<T>
- Parameters:
- evt- The event of which to notify the listener.
 
 
-