|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |