Uses of Interface
org.deegree.cs.persistence.CRSStore

Packages that use CRSStore
org.deegree.cs.persistence   
org.deegree.cs.persistence.deegree.d3   
org.deegree.cs.persistence.deegree.db   
org.deegree.cs.persistence.gml   
org.deegree.cs.persistence.proj4   
org.deegree.cs.transformations A Transformation can be defined as an mathematical operation which transforms some values into other values using a specified function. 
 

Uses of CRSStore in org.deegree.cs.persistence
 

Classes in org.deegree.cs.persistence that implement CRSStore
 class AbstractCRSStore
          The base class for a CRSStore which has a caching mechanism for CRSIdentifiables and instantiates a given resolver used for inverse lookup.
 

Methods in org.deegree.cs.persistence that return CRSStore
 CRSStore CRSManager.create(URL configURL)
          Returns an uninitialized CRSStore instance that's created from the specified CRSStore configuration document.
static CRSStore CRSManager.get(String id)
          Returns the CRSStore instance with the specified identifier or null if an assigned CRSStore is missing
 CRSStore CRSStoreProvider.getCRSStore(URL configURL, DeegreeWorkspace workspace)
          Creates a new CRSStore instance from the given configuration document.
 

Methods in org.deegree.cs.persistence that return types with arguments of type CRSStore
static Collection<CRSStore> CRSManager.getAll()
          Returns all active CRSStores.
 

Uses of CRSStore in org.deegree.cs.persistence.deegree.d3
 

Classes in org.deegree.cs.persistence.deegree.d3 that implement CRSStore
 class DeegreeCRSStore
          The DeegreeCRSStore reads the deegree crs-config (based on it's own xml-schema) and creates the CRS's (and their datums, conversion info's, ellipsoids and projections) if requested.
 

Methods in org.deegree.cs.persistence.deegree.d3 that return CRSStore
 CRSStore DeegreeCRSStoreProvider.getCRSStore(URL configURL, DeegreeWorkspace workspace)
           
 

Uses of CRSStore in org.deegree.cs.persistence.deegree.db
 

Classes in org.deegree.cs.persistence.deegree.db that implement CRSStore
 class DBCRSStore
          TODO add class documentation here This class have to be implemented - it's just an skeleton for the EPSGDBSynchronizer, yet!
 

Uses of CRSStore in org.deegree.cs.persistence.gml
 

Classes in org.deegree.cs.persistence.gml that implement CRSStore
 class GMLCRSStore
          The GMLCRSProvider is a provider for a GML 3.2 backend, this may be a dictionary or a database.
 

Methods in org.deegree.cs.persistence.gml that return CRSStore
 CRSStore GMLCRSStoreProvider.getCRSStore(URL configURL, DeegreeWorkspace workspace)
           
 

Uses of CRSStore in org.deegree.cs.persistence.proj4
 

Classes in org.deegree.cs.persistence.proj4 that implement CRSStore
 class PROJ4CRSStore
          The PROJ4CRSProvider class is capable of parsing the nad/epsg file and use it as a backend for crs's.
 

Methods in org.deegree.cs.persistence.proj4 that return CRSStore
 CRSStore PROJ4CRSStoreProvider.getCRSStore(URL configURL, DeegreeWorkspace workspace)
           
 

Uses of CRSStore in org.deegree.cs.transformations
 

Constructors in org.deegree.cs.transformations with parameters of type CRSStore
TransformationFactory(CRSStore provider)
          The default coordinate transformation factory.
 



Copyright © 2011. All Rights Reserved.