org.deegree.cs.persistence.proj4
Class PROJ4CRSStoreProvider

java.lang.Object
  extended by org.deegree.cs.persistence.proj4.PROJ4CRSStoreProvider
All Implemented Interfaces:
ResourceProvider, CRSStoreProvider

public class PROJ4CRSStoreProvider
extends Object
implements CRSStoreProvider

PROJ4CRSStoreProvider for PROJ4CRSStore

Version:
$Revision: $, $Date: $
Author:
Lyn Buesching, last edited by: $Author: lyn $

Constructor Summary
PROJ4CRSStoreProvider()
           
 
Method Summary
 String getConfigNamespace()
          Returns the namespace for configuration documents that this provider handles.
 URL getConfigSchema()
          Returns the URL for retrieving the configuration document schema.
 CRSStore getCRSStore(URL configURL, DeegreeWorkspace workspace)
          Creates a new CRSStore instance from the given configuration document.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PROJ4CRSStoreProvider

public PROJ4CRSStoreProvider()
Method Detail

getConfigNamespace

public String getConfigNamespace()
Description copied from interface: ResourceProvider
Returns the namespace for configuration documents that this provider handles.

Specified by:
getConfigNamespace in interface ResourceProvider
Returns:
the namespace for configuration documents, never null

getConfigSchema

public URL getConfigSchema()
Description copied from interface: ResourceProvider
Returns the URL for retrieving the configuration document schema.

Specified by:
getConfigSchema in interface ResourceProvider
Returns:
the URL for retrieving the configuration document schema, may be null

getCRSStore

public CRSStore getCRSStore(URL configURL,
                            DeegreeWorkspace workspace)
                     throws CRSStoreException
Description copied from interface: CRSStoreProvider
Creates a new CRSStore instance from the given configuration document.

Specified by:
getCRSStore in interface CRSStoreProvider
Parameters:
configURL - location of the configuration document, must not be null
Returns:
new crs store instance, configured, not initialized yet
Throws:
CRSStoreException


Copyright © 2011. All Rights Reserved.