Uses of Class
org.deegree.cs.configuration.CRSConfiguration

Packages that use CRSConfiguration
org.deegree.cs.configuration The org.deegree.cs.configuraton package contains the classes necessary to read crs-definitions from a specified backend ( database or xml-file). 
 

Uses of CRSConfiguration in org.deegree.cs.configuration
 

Fields in org.deegree.cs.configuration with type parameters of type CRSConfiguration
static java.util.Map<java.lang.String,CRSConfiguration> CRSConfiguration.DEFINED_CONFIGURATIONS
           
 

Methods in org.deegree.cs.configuration that return CRSConfiguration
static CRSConfiguration CRSConfiguration.getInstance()
          Creates or returns an instance of the CRSConfiguration by reading the DEFAULT property configured in the 'crs_providers.properties'.
static CRSConfiguration CRSConfiguration.getInstance(java.lang.String providerName)
          Creates or returns an instance of the CRSConfiguration by trying to instantiate the given provider class.
 



Copyright © 2011. All Rights Reserved.