Uses of Interface
org.deegree.cs.configuration.resources.CRSResource

Packages that use CRSResource
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). 
org.deegree.cs.configuration.deegree.xml   
org.deegree.cs.configuration.deegree.xml.stax   
org.deegree.cs.configuration.gml This package contains the classes used for reading gml based coordinate system configuration backends. 
org.deegree.cs.configuration.proj4 This package contains the classes used for reading proj4 based coordinate system configuration backends. 
org.deegree.cs.configuration.resources   
 

Uses of CRSResource in org.deegree.cs.configuration
 

Methods in org.deegree.cs.configuration that return CRSResource
protected  CRSResource<T> AbstractCRSProvider.getResolver()
           
 

Methods in org.deegree.cs.configuration with parameters of type CRSResource
protected  void AbstractCRSProvider.setResolver(CRSResource<T> newResolver)
          Set the resolver to the given resolver.
 

Constructors in org.deegree.cs.configuration with parameters of type CRSResource
AbstractCRSProvider(java.util.Properties properties, java.lang.Class<K> subType, CRSResource<T> defaultResolver)
           
 

Uses of CRSResource in org.deegree.cs.configuration.deegree.xml
 

Subinterfaces of CRSResource in org.deegree.cs.configuration.deegree.xml
 interface CRSParser<T>
          The CRSParser class TODO add class documentation here.
 

Uses of CRSResource in org.deegree.cs.configuration.deegree.xml.stax
 

Classes in org.deegree.cs.configuration.deegree.xml.stax that implement CRSResource
 class Parser
          The CRSParser holds the instances to the StAX based crs components parsers.
 

Uses of CRSResource in org.deegree.cs.configuration.gml
 

Subinterfaces of CRSResource in org.deegree.cs.configuration.gml
 interface GMLResource
          An interface enhancing the capabilities of an xml resource.
 

Classes in org.deegree.cs.configuration.gml that implement CRSResource
 class GMLFileResource
          The GMLFileResource provides easy access to a gml3.2. dictionary file, which can be used together with the GMLCRSProvider.
 

Uses of CRSResource in org.deegree.cs.configuration.proj4
 

Classes in org.deegree.cs.configuration.proj4 that implement CRSResource
 class ProjFileResource
          The ProjFileResource reads a list of proj4 definitions from a file.
 

Uses of CRSResource in org.deegree.cs.configuration.resources
 

Subinterfaces of CRSResource in org.deegree.cs.configuration.resources
 interface XMLResource
          The XMLResource class TODO add class documentation here.
 

Classes in org.deegree.cs.configuration.resources that implement CRSResource
 class XMLFileResource
          The XMLFileResource is an OMElement based adapter for an xml file.
 



Copyright © 2011. All Rights Reserved.