Class GeographyVizProjectionController
java.lang.Object
repast.simphony.gis.visualization.engine.GeographyVizProjectionController
- All Implemented Interfaces:
ControllerAction
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
batchCleanup
(RunState runState, Object contextId) Cleans up the action after a batch run (a set of runs).void
batchInitialize
(RunState runState, Object contextId) Initializes the action for a batch run (a set of runs).void
runCleanup
(RunState runState, Object contextId) Cleans up the action after a run just occurred.void
runInitialize
(RunState runState, Object contextId, Parameters runParams) Initializes the action for a single run (possibly one of many).
-
Constructor Details
-
GeographyVizProjectionController
public GeographyVizProjectionController()
-
-
Method Details
-
batchInitialize
Description copied from interface:ControllerAction
Initializes the action for a batch run (a set of runs).- Specified by:
batchInitialize
in interfaceControllerAction
-
runInitialize
Description copied from interface:ControllerAction
Initializes the action for a single run (possibly one of many).- Specified by:
runInitialize
in interfaceControllerAction
runParams
- the current run's parameters
-
runCleanup
Description copied from interface:ControllerAction
Cleans up the action after a run just occurred.- Specified by:
runCleanup
in interfaceControllerAction
- Parameters:
runState
- information on the run that just occurred
-
batchCleanup
Description copied from interface:ControllerAction
Cleans up the action after a batch run (a set of runs).- Specified by:
batchCleanup
in interfaceControllerAction
- Parameters:
runState
- information on the set of runs that just occurred
-