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 Type
    Method
    Description
    Gets a ContextBuilder to build the specified Projection.
  • Method Details

    • getBuilder

      ContextBuilder getBuilder(ProjectionData proj)
      Gets a ContextBuilder to build the specified Projection.
      Parameters:
      proj - the type of Projection to build
      Returns:
      a ContextBuilder to build the specified Projection.