Interface DataLoaderProjectionRegistryData

  • All Known Implementing Classes:
    GeographyProjectionRegistryData

    public interface DataLoaderProjectionRegistryData
    Interface for projection registry data implementations that provide data loading capabilities via the context builder mechanism.
    Author:
    Eric Tatara
    • Method Detail

      • getProjectionBuilderFactory

        ProjectionBuilderFactory getProjectionBuilderFactory()
        Provide a projection builder factory that can be used by the context data loader to create the projection type directly from the context XML file.
        Returns:
        the projection builder factory.