de.cesr.sesamgim.util
Class GGeographySynchronizer<T>

java.lang.Object
  extended by 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)
           
 
Method Summary
 void projectionEventOccurred(repast.simphony.space.projection.ProjectionEvent<T> evt)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GGeographySynchronizer

public GGeographySynchronizer(repast.simphony.space.gis.Geography<T> source,
                              repast.simphony.space.gis.Geography<T> target)
Parameters:
source -
target -
Method Detail

projectionEventOccurred

public void projectionEventOccurred(repast.simphony.space.projection.ProjectionEvent<T> evt)
Specified by:
projectionEventOccurred in interface repast.simphony.space.projection.ProjectionListener<T>