|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OWSProvider
Implementations provide OWS implementations for plugging into the OGCFrontController
.
OWS
OGCFrontController
Method Summary | |
---|---|
java.lang.String |
getConfigNamespace()
Returns the namespace for configurations documents that this provider handles. |
java.net.URL |
getConfigSchema()
Returns the URL for retrieving the configuration document schema. |
java.net.URL |
getConfigTemplate()
Returns the URL for retrieving the configuration document template. |
org.deegree.feature.persistence.FeatureStore |
getFeatureStore(java.net.URL configURL)
Creates a new FeatureStore instance from the given configuration document. |
Method Detail |
---|
java.lang.String getConfigNamespace()
null
java.net.URL getConfigSchema()
null
java.net.URL getConfigTemplate()
null
org.deegree.feature.persistence.FeatureStore getFeatureStore(java.net.URL configURL) throws org.deegree.feature.persistence.FeatureStoreException
FeatureStore
instance from the given configuration document.
configURL
- location of the configuration document, must not be null
org.deegree.feature.persistence.FeatureStoreException
- if the configuration contains an error or creation fails
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |