de.cesr.sesamgim.util
Class GGeographySynchronizer<T>
java.lang.Object
de.cesr.sesamgim.util.GGeographySynchronizer<T>
- All Implemented Interfaces:
- repast.simphony.space.projection.ProjectionListener<T>
public class GGeographySynchronizer<T>
- extends Object
- implements repast.simphony.space.projection.ProjectionListener<T>
SesamGIM - Geographical Initialisation for Milieu Agents
Constructor Summary |
GGeographySynchronizer(repast.simphony.space.gis.Geography<T> source,
repast.simphony.space.gis.Geography<T> target)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GGeographySynchronizer
public GGeographySynchronizer(repast.simphony.space.gis.Geography<T> source,
repast.simphony.space.gis.Geography<T> target)
- Parameters:
source
- target
-
projectionEventOccurred
public void projectionEventOccurred(repast.simphony.space.projection.ProjectionEvent<T> evt)
- Specified by:
projectionEventOccurred
in interface repast.simphony.space.projection.ProjectionListener<T>