|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of ObservationDatastore in org.deegree.observation.model |
|---|
| Methods in org.deegree.observation.model that return ObservationDatastore | |
|---|---|
ObservationDatastore |
Offering.getDatastore()
|
| Uses of ObservationDatastore in org.deegree.observation.persistence |
|---|
| Classes in org.deegree.observation.persistence that implement ObservationDatastore | |
|---|---|
class |
SQLObservationDatastore
The class TODO add class documentation here. |
| Methods in org.deegree.observation.persistence that return ObservationDatastore | |
|---|---|
static ObservationDatastore |
ObservationStoreManager.get(java.lang.String id)
Returns the ObservationDatastore instance with the specified identifier. |
static ObservationDatastore |
ObservationStoreManager.getDatastoreById(java.lang.String datastoreId)
|
ObservationDatastore |
ObservationStoreProvider.getObservationStore(java.net.URL configURL)
Creates a new ObservationDatastore instance from the given configuration document. |
| Methods in org.deegree.observation.persistence that return types with arguments of type ObservationDatastore | |
|---|---|
static java.util.Collection<ObservationDatastore> |
ObservationStoreManager.getAll()
Returns all active ObservationDatastores. |
| Uses of ObservationDatastore in org.deegree.observation.persistence.binary |
|---|
| Classes in org.deegree.observation.persistence.binary that implement ObservationDatastore | |
|---|---|
class |
BinarySQLDatastore
This datastore is able to manage data with a high sampling rate. |
| Methods in org.deegree.observation.persistence.binary that return ObservationDatastore | |
|---|---|
ObservationDatastore |
BinaryObservationProvider.getObservationStore(java.net.URL configURL)
|
| Uses of ObservationDatastore in org.deegree.observation.persistence.continuous |
|---|
| Classes in org.deegree.observation.persistence.continuous that implement ObservationDatastore | |
|---|---|
class |
ContinuousObservationDatastore
ObservationDatastore for measurements that are stored in a fixed interval. |
| Methods in org.deegree.observation.persistence.continuous that return ObservationDatastore | |
|---|---|
ObservationDatastore |
ContinuousObservationProvider.getObservationStore(java.net.URL configURL)
|
| Uses of ObservationDatastore in org.deegree.observation.persistence.simple |
|---|
| Classes in org.deegree.observation.persistence.simple that implement ObservationDatastore | |
|---|---|
class |
SimpleObservationDatastore
Simple ObservationDatastore that stores all measurements with time. |
| Methods in org.deegree.observation.persistence.simple that return ObservationDatastore | |
|---|---|
ObservationDatastore |
SimpleObservationProvider.getObservationStore(java.net.URL configURL)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||