Class GridProjectionBuilder
java.lang.Object
repast.simphony.dataLoader.engine.GridProjectionBuilder
- All Implemented Interfaces:
ProjectionBuilderFactory
Builds a grid projection based on SGrid data.
- Author:
- Nick Collier
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetBuilder
(ProjectionData proj) Gets a ContextBuilder to build the specified Projection.
-
Constructor Details
-
GridProjectionBuilder
public GridProjectionBuilder()
-
-
Method Details
-
getBuilder
Gets a ContextBuilder to build the specified Projection.- Specified by:
getBuilder
in interfaceProjectionBuilderFactory
- Parameters:
proj
- the type of Projection to build- Returns:
- a ContextBuilder to build the specified Projection.
-