Class SpaceProjectionBuilder
java.lang.Object
repast.simphony.dataLoader.engine.SpaceProjectionBuilder
- All Implemented Interfaces:
ProjectionBuilderFactory
Builds a grid projection based on SContinousSpace data.
- Author:
- Nick Collier
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetBuilder
(ProjectionData proj) Gets a ContextBuilder to build the specified Projection.
-
Constructor Details
-
SpaceProjectionBuilder
public SpaceProjectionBuilder()
-
-
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.
-