Uses of Class
org.n52.shetland.ogc.gml.time.TimePeriod
-
Packages that use TimePeriod Package Description org.n52.shetland.ogc.gml.time org.n52.shetland.ogc.om org.n52.shetland.ogc.sos.gda -
-
Uses of TimePeriod in org.n52.shetland.ogc.gml.time
Methods in org.n52.shetland.ogc.gml.time with parameters of type TimePeriod Modifier and Type Method Description voidTimePeriod. extendToContain(TimePeriod period)Extend TimePeriod to contain anotherTimePeriodbooleanTimePeriod. isWithin(TimePeriod otherTimePeriod)Is this TimePeriod contained by another TimePeriod? -
Uses of TimePeriod in org.n52.shetland.ogc.om
Methods in org.n52.shetland.ogc.om that return TimePeriod Modifier and Type Method Description TimePeriodOmObservation. getValidTime()Get valid time.Methods in org.n52.shetland.ogc.om with parameters of type TimePeriod Modifier and Type Method Description voidOmObservation. setValidTime(TimePeriod validTime)Set valid time. -
Uses of TimePeriod in org.n52.shetland.ogc.sos.gda
Methods in org.n52.shetland.ogc.sos.gda that return TimePeriod Modifier and Type Method Description TimePeriodGetDataAvailabilityResponse.DataAvailability. getPhenomenonTime()Constructors in org.n52.shetland.ogc.sos.gda with parameters of type TimePeriod Constructor Description DataAvailability(ReferenceType procedure, ReferenceType observedProperty, ReferenceType featureOfInterest, ReferenceType offering, TimePeriod phenomenonTime)Creates a newDataAvailability.DataAvailability(ReferenceType procedure, ReferenceType observedProperty, ReferenceType featureOfInterest, ReferenceType offering, TimePeriod phenomenonTime, long valueCount)Creates a newDataAvailability.
-