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

java.lang.Object
  extended by repast.simphony.space.projection.DefaultProjection<T>
      extended by repast.simphony.space.gis.DefaultGeography<T>
          extended by repast.simphony.context.space.gis.ContextGeography<T>
              extended by de.cesr.sesamgim.util.GDefaultGeography<T>
All Implemented Interfaces:
repast.simphony.context.ContextListener<T>, repast.simphony.space.gis.Geography<T>, repast.simphony.space.projection.Projection<T>

public class GDefaultGeography<T>
extends repast.simphony.context.space.gis.ContextGeography<T>

SesamGIM - Geographical Initialisation for Milieu Agents


Field Summary
 
Fields inherited from class repast.simphony.space.gis.DefaultGeography
adder
 
Fields inherited from class repast.simphony.space.projection.DefaultProjection
listeners, name
 
Constructor Summary
GDefaultGeography(String name)
           
GDefaultGeography(String name, String crsCode)
           
 
Method Summary
 void finalize()
          Overwritten to detect hidden instances.
 
Methods inherited from class repast.simphony.context.space.gis.ContextGeography
eventOccured
 
Methods inherited from class repast.simphony.space.gis.DefaultGeography
add, evaluate, getAdder, getAllObjects, getCRS, getGeometry, getLayer, getLayer, getLayerNames, getObjectsWithin, getObjectsWithin, getUnits, move, moveByDisplacement, moveByVector, moveByVector, queryInexact, queryInexact, remove, 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, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface repast.simphony.space.projection.Projection
addProjectionListener, getName, getProjectionListeners, removeProjectionListener
 

Constructor Detail

GDefaultGeography

public GDefaultGeography(String name)

GDefaultGeography

public GDefaultGeography(String name,
                         String crsCode)
Method Detail

finalize

public void finalize()
              throws Throwable
Overwritten to detect hidden instances.

Overrides:
finalize in class Object
Throws:
Throwable
See Also:
Object.finalize()