Uses of Interface
org.deegree.protocol.sos.time.SamplingTime

Packages that use SamplingTime
org.deegree.observation.persistence   
org.deegree.observation.persistence.binary   
org.deegree.observation.persistence.continuous   
org.deegree.observation.persistence.simple   
org.deegree.protocol.sos.time   
org.deegree.services.sos.getobservation   
 

Uses of SamplingTime in org.deegree.observation.persistence
 

Methods in org.deegree.observation.persistence that return SamplingTime
 SamplingTime ObservationDatastore.getSamplingTime()
          Get the time span (sampling time) of all observations in this datastore.
 

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

Methods in org.deegree.observation.persistence.binary that return SamplingTime
 SamplingTime BinarySQLDatastore.getSamplingTime()
           
 

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

Methods in org.deegree.observation.persistence.continuous that return SamplingTime
 SamplingTime ContinuousObservationDatastore.getSamplingTime()
           
 

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

Methods in org.deegree.observation.persistence.simple that return SamplingTime
 SamplingTime SimpleObservationDatastore.getSamplingTime()
           
 

Uses of SamplingTime in org.deegree.protocol.sos.time
 

Classes in org.deegree.protocol.sos.time that implement SamplingTime
 class IndeterminateTime
          This class represents an indeterminate time like now or unknown.
 class TimeInstant
          This class stores a single time.
 class TimePeriod
          This class represets a time period between to dates.
 

Methods in org.deegree.protocol.sos.time with parameters of type SamplingTime
 void TimePeriod.extend(SamplingTime samplingTime)
          Extend the TimePeriod with the given date.
 

Uses of SamplingTime in org.deegree.services.sos.getobservation
 

Methods in org.deegree.services.sos.getobservation with parameters of type SamplingTime
static void EventTime100XMLExporter.exportOMSamplingTime(XMLStreamWriter writer, SamplingTime time)
          Export SamplingTime as O&M samplingTime with gml:TimeInstant or gml:TimePeriod.
static void EventTime100XMLExporter.exportSamplingTime(XMLStreamWriter writer, SamplingTime time)
          Export SamplingTime as gml:TimeInstant or gml:TimePeriod.
 



Copyright © 2011. All Rights Reserved.