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 Summary
Modifier and TypeMethodDescriptionProvide a projection builder factory that can be used by the context data loader to create the projection type directly from the context XML file.
-
Method Details
-
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.
-