Package repast.simphony.gis.engine
Class GeographyProjectionController
java.lang.Object
repast.simphony.gis.engine.GeographyProjectionController
- All Implemented Interfaces:
- ControllerAction
Geography Projection Data Controller used to init the Geography projection.
- Author:
- Eric Tatara
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidbatchCleanup(RunState runState, Object contextId) Cleans up the action after a batch run (a set of runs).voidbatchInitialize(RunState runState, Object contextId) Initializes the action for a batch run (a set of runs).voidrunCleanup(RunState runState, Object contextId) Cleans up the action after a run just occurred.voidrunInitialize(RunState runState, Object contextId, Parameters runParams) Initializes the action for a single run (possibly one of many).
- 
Constructor Details- 
GeographyProjectionControllerpublic GeographyProjectionController()
 
- 
- 
Method Details- 
batchInitializeDescription copied from interface:ControllerActionInitializes the action for a batch run (a set of runs).- Specified by:
- batchInitializein interface- ControllerAction
 
- 
runInitializeDescription copied from interface:ControllerActionInitializes the action for a single run (possibly one of many).- Specified by:
- runInitializein interface- ControllerAction
- runParams- the current run's parameters
 
- 
runCleanupDescription copied from interface:ControllerActionCleans up the action after a run just occurred.- Specified by:
- runCleanupin interface- ControllerAction
- Parameters:
- runState- information on the run that just occurred
 
- 
batchCleanupDescription copied from interface:ControllerActionCleans up the action after a batch run (a set of runs).- Specified by:
- batchCleanupin interface- ControllerAction
- Parameters:
- runState- information on the set of runs that just occurred
 
 
-