|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.deegree.observation.persistence.binary.BinaryObservationProvider
public class BinaryObservationProvider
The BinaryObservationProvider
class TODO add class documentation here.
Constructor Summary | |
---|---|
BinaryObservationProvider()
|
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. |
ObservationDatastore |
getObservationStore(URL configURL)
Creates a new ObservationDatastore 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 BinaryObservationProvider()
Method Detail |
---|
public String getConfigNamespace()
ResourceProvider
getConfigNamespace
in interface ResourceProvider
null
public URL getConfigSchema()
ResourceProvider
getConfigSchema
in interface ResourceProvider
null
public ObservationDatastore getObservationStore(URL configURL) throws ObservationDatastoreException
ObservationStoreProvider
ObservationDatastore
instance from the given configuration document.
getObservationStore
in interface ObservationStoreProvider
configURL
- location of the configuration document, must not be null
ObservationDatastoreException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |