public class ProjectionDataRegistry extends Object
| Constructor and Description |
|---|
ProjectionDataRegistry(Map<String,ProjectionData> defaults)
Instantiates a new projection data registry.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,ProjectionData> |
getProjectionDatas()
Gets all projection datas mapped with an identifier known
to this registry.
|
public ProjectionDataRegistry(Map<String,ProjectionData> defaults)
defaults - the defaults for name to projection data mappingspublic Map<String,ProjectionData> getProjectionDatas()
GridProjections
at startup.