public class GridProjectionFactoryRegistry extends Object implements GridProjectionFactoryLocator
GridProjectionFactoryLocator.| Constructor and Description |
|---|
GridProjectionFactoryRegistry() |
| Modifier and Type | Method and Description |
|---|---|
void |
addGridProjectionFactory(GridProjectionFactory factory) |
GridProjectionFactory |
getGridProjectionFactory(String projectionType)
Locates a
GridProjectionFactory. |
Set<String> |
getRegisteredProjectionTypes()
Gets a registered projection types known to this locator.
|
public GridProjectionFactory getGridProjectionFactory(String projectionType)
GridProjectionFactoryLocatorGridProjectionFactory.getGridProjectionFactory in interface GridProjectionFactoryLocatorprojectionType - the projection typepublic Set<String> getRegisteredProjectionTypes()
GridProjectionFactoryLocatorgetRegisteredProjectionTypes in interface GridProjectionFactoryLocatorpublic void addGridProjectionFactory(GridProjectionFactory factory)