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