|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deegree.feature.persistence.postgis.PostGISFeatureStoreProvider
public class PostGISFeatureStoreProvider
FeatureStoreProvider
for the PostGISFeatureStore
.
Constructor Summary | |
---|---|
PostGISFeatureStoreProvider()
|
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. |
java.lang.String[] |
getDDL(java.net.URL configURL)
Returns the CREATE-statements for setting up the tables needed for the referenced configuration. |
FeatureStore |
getFeatureStore(java.net.URL configURL)
Creates a new FeatureStore 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 |
---|
public PostGISFeatureStoreProvider()
Method Detail |
---|
public java.lang.String getConfigNamespace()
FeatureStoreProvider
getConfigNamespace
in interface FeatureStoreProvider
null
public java.net.URL getConfigSchema()
FeatureStoreProvider
getConfigSchema
in interface FeatureStoreProvider
null
public java.net.URL getConfigTemplate()
FeatureStoreProvider
getConfigTemplate
in interface FeatureStoreProvider
null
public FeatureStore getFeatureStore(java.net.URL configURL) throws FeatureStoreException
FeatureStoreProvider
FeatureStore
instance from the given configuration document.
getFeatureStore
in interface FeatureStoreProvider
configURL
- location of the configuration document, must not be null
FeatureStoreException
- if the configuration contains an error or creation failspublic java.lang.String[] getDDL(java.net.URL configURL) throws FeatureStoreException
configURL
- URL of the configuration document, must not be null
null
FeatureStoreException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |