Interface ProjectionBuilderFactory
- All Known Implementing Classes:
GeographyProjectionBuilder
,GridProjectionBuilder
,NetworkProjectionBuilder
,SpaceProjectionBuilder
public interface ProjectionBuilderFactory
Interface for classes that create and add
projections to contexts.
- Author:
- Nick Collier
-
Method Summary
Modifier and TypeMethodDescriptiongetBuilder
(ProjectionData proj) Gets a ContextBuilder to build the specified Projection.
-
Method Details
-
getBuilder
Gets a ContextBuilder to build the specified Projection.- Parameters:
proj
- the type of Projection to build- Returns:
- a ContextBuilder to build the specified Projection.
-