Uses of Interface
net.opengis.wcs10.TimePeriodType
-
Packages that use TimePeriodType Package Description net.opengis.wcs10 net.opengis.wcs10.impl net.opengis.wcs10.util net.opengis.wcs10.validation -
-
Uses of TimePeriodType in net.opengis.wcs10
Methods in net.opengis.wcs10 that return TimePeriodType Modifier and Type Method Description TimePeriodTypeWcs10Factory. createTimePeriodType()Returns a new object of class 'Time Period Type'.TimePeriodTypeDocumentRoot. getTimePeriod()Returns the value of the 'Time Period' containment reference.Methods in net.opengis.wcs10 with parameters of type TimePeriodType Modifier and Type Method Description voidDocumentRoot. setTimePeriod(TimePeriodType value)Sets the value of the 'Time Period' containment reference. -
Uses of TimePeriodType in net.opengis.wcs10.impl
Classes in net.opengis.wcs10.impl that implement TimePeriodType Modifier and Type Class Description classTimePeriodTypeImplAn implementation of the model object 'Time Period Type'.Methods in net.opengis.wcs10.impl that return TimePeriodType Modifier and Type Method Description TimePeriodTypeWcs10FactoryImpl. createTimePeriodType()TimePeriodTypeDocumentRootImpl. getTimePeriod()Methods in net.opengis.wcs10.impl with parameters of type TimePeriodType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetTimePeriod(TimePeriodType newTimePeriod, NotificationChain msgs)voidDocumentRootImpl. setTimePeriod(TimePeriodType newTimePeriod) -
Uses of TimePeriodType in net.opengis.wcs10.util
Methods in net.opengis.wcs10.util with parameters of type TimePeriodType Modifier and Type Method Description ObjectWcs10Switch. caseTimePeriodType(TimePeriodType object)Returns the result of interpreting the object as an instance of 'Time Period Type'. -
Uses of TimePeriodType in net.opengis.wcs10.validation
Methods in net.opengis.wcs10.validation with parameters of type TimePeriodType Modifier and Type Method Description booleanDocumentRootValidator. validateTimePeriod(TimePeriodType value)
-