| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.deegree.feature.persistence.shape.ShapeFeatureStoreProvider
public class ShapeFeatureStoreProvider
FeatureStoreProvider for the ShapeFeatureStore.
| Constructor Summary | |
|---|---|
| ShapeFeatureStoreProvider() | |
| 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. | 
|  FeatureStore | getFeatureStore(java.net.URL configURL)Creates a new FeatureStoreinstance 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 | 
|---|
public ShapeFeatureStoreProvider()
| Method Detail | 
|---|
public java.lang.String getConfigNamespace()
FeatureStoreProvider
getConfigNamespace in interface FeatureStoreProvidernullpublic java.net.URL getConfigSchema()
FeatureStoreProvider
getConfigSchema in interface FeatureStoreProvidernullpublic java.net.URL getConfigTemplate()
FeatureStoreProvider
getConfigTemplate in interface FeatureStoreProvidernull
public FeatureStore getFeatureStore(java.net.URL configURL)
                             throws FeatureStoreException
FeatureStoreProviderFeatureStore instance from the given configuration document.
getFeatureStore in interface FeatureStoreProviderconfigURL - location of the configuration document, must not be null
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 | |||||||||