Uses of Class
org.deegree.observation.persistence.ObservationDatastoreException

Packages that use ObservationDatastoreException
org.deegree.observation.model   
org.deegree.observation.persistence   
org.deegree.observation.persistence.binary   
org.deegree.observation.persistence.continuous   
org.deegree.observation.persistence.simple   
org.deegree.services.sos.capabilities   
 

Uses of ObservationDatastoreException in org.deegree.observation.model
 

Methods in org.deegree.observation.model that throw ObservationDatastoreException
 ObservationDatastore Offering.getDatastore()
           
 Observation Offering.getObservation(FilterCollection filter)
           
 

Uses of ObservationDatastoreException in org.deegree.observation.persistence
 

Methods in org.deegree.observation.persistence that throw ObservationDatastoreException
static ObservationDatastore ObservationStoreManager.getDatastoreById(String datastoreId)
           
 Observation ObservationDatastore.getObservation(FilterCollection filter, Offering offering)
          Get measurements from the datastore.
 ObservationDatastore ObservationStoreProvider.getObservationStore(URL configURL)
          Creates a new ObservationDatastore instance from the given configuration document.
 

Uses of ObservationDatastoreException in org.deegree.observation.persistence.binary
 

Methods in org.deegree.observation.persistence.binary that throw ObservationDatastoreException
 Observation BinarySQLDatastore.getObservation(FilterCollection filter, Offering offering)
           
 ObservationDatastore BinaryObservationProvider.getObservationStore(URL configURL)
           
 

Uses of ObservationDatastoreException in org.deegree.observation.persistence.continuous
 

Methods in org.deegree.observation.persistence.continuous that throw ObservationDatastoreException
 Observation ContinuousObservationDatastore.getObservation(FilterCollection filter, Offering offering)
           
 ObservationDatastore ContinuousObservationProvider.getObservationStore(URL configURL)
           
 

Constructors in org.deegree.observation.persistence.continuous that throw ObservationDatastoreException
ContinuousObservationDatastore(String jdbcId, String tableName, Map<String,String> columnMap, Map<String,String> optionMap, List<Property> properties)
           
 

Uses of ObservationDatastoreException in org.deegree.observation.persistence.simple
 

Methods in org.deegree.observation.persistence.simple that throw ObservationDatastoreException
 Observation SimpleObservationDatastore.getObservation(FilterCollection filter, Offering offering)
           
 ObservationDatastore SimpleObservationProvider.getObservationStore(URL configURL)
           
protected  List<Property> SimpleObservationDatastore.getPropertyMap(FilterCollection filter)
          Create a map with all requested properties.
 

Uses of ObservationDatastoreException in org.deegree.services.sos.capabilities
 

Methods in org.deegree.services.sos.capabilities that throw ObservationDatastoreException
static void Capabilities100XMLAdapter.export(Set<Capabilities100XMLAdapter.Sections> sections, List<Offering> offerings, DeegreeServicesMetadataType serviceMetadata, ServiceIdentificationType identification, XMLStreamWriter writer)
          Export an SOS Capabilities document from a list of ObservationOfferings.
 



Copyright © 2011. All Rights Reserved.