|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
CRSProvider | The CRSProvider will allow the support for different crs-definitions formats within the crs package. |
Class Summary | |
---|---|
AbstractCRSProvider<T> | The base class for a CRSProvider which has a caching mechanism for CRSIdentifiable s and instantiates
a given resolver used for inverse lookup. |
CRSConfiguration | The CRSConfiguration creates, instantiates and supplies a configured CRS-Provider. |
The org.deegree.cs.configuraton package contains the classes necessary to read crs-definitions from a specified backend ( database or xml-file).
For this purpose the CRSProvider interface is created. It allows the CRSConfiguration to rely on a wide variety of different 'crs-definitions-formats' for example deegree-crs, wkt, proj4 or gml. The good thing is, the interface defines an export method, which can be called with a crs to receive a crs-definitions for the implementing interface, thus allowing to create an arbitrary configuration swift between the implementations.
The default crs configuration can be changed by editing the org.deegree.cs.configuration.crs_providers.properties
file, the default provider is DeegreeCRSProvider
.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |