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 TimePeriodType
Wcs10Factory. createTimePeriodType()
Returns a new object of class 'Time Period Type'.TimePeriodType
DocumentRoot. 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 void
DocumentRoot. 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 class
TimePeriodTypeImpl
An implementation of the model object 'Time Period Type'.Methods in net.opengis.wcs10.impl that return TimePeriodType Modifier and Type Method Description TimePeriodType
Wcs10FactoryImpl. createTimePeriodType()
TimePeriodType
DocumentRootImpl. getTimePeriod()
Methods in net.opengis.wcs10.impl with parameters of type TimePeriodType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetTimePeriod(TimePeriodType newTimePeriod, NotificationChain msgs)
void
DocumentRootImpl. 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 Object
Wcs10Switch. 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 boolean
DocumentRootValidator. validateTimePeriod(TimePeriodType value)
-