Uses of Interface
net.opengis.wcs10.IntervalType
-
Packages that use IntervalType Package Description net.opengis.wcs10 net.opengis.wcs10.impl net.opengis.wcs10.util net.opengis.wcs10.validation -
-
Uses of IntervalType in net.opengis.wcs10
Methods in net.opengis.wcs10 that return IntervalType Modifier and Type Method Description IntervalTypeWcs10Factory. createIntervalType()Returns a new object of class 'Interval Type'.IntervalTypeDocumentRoot. getInterval()Returns the value of the 'Interval' containment reference.Methods in net.opengis.wcs10 with parameters of type IntervalType Modifier and Type Method Description voidDocumentRoot. setInterval(IntervalType value)Sets the value of the 'Interval' containment reference. -
Uses of IntervalType in net.opengis.wcs10.impl
Classes in net.opengis.wcs10.impl that implement IntervalType Modifier and Type Class Description classIntervalTypeImplAn implementation of the model object 'Interval Type'.Methods in net.opengis.wcs10.impl that return IntervalType Modifier and Type Method Description IntervalTypeWcs10FactoryImpl. createIntervalType()IntervalTypeDocumentRootImpl. getInterval()Methods in net.opengis.wcs10.impl with parameters of type IntervalType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetInterval(IntervalType newInterval, NotificationChain msgs)voidDocumentRootImpl. setInterval(IntervalType newInterval) -
Uses of IntervalType in net.opengis.wcs10.util
Methods in net.opengis.wcs10.util with parameters of type IntervalType Modifier and Type Method Description ObjectWcs10Switch. caseIntervalType(IntervalType object)Returns the result of interpreting the object as an instance of 'Interval Type'. -
Uses of IntervalType in net.opengis.wcs10.validation
Methods in net.opengis.wcs10.validation with parameters of type IntervalType Modifier and Type Method Description booleanDocumentRootValidator. validateInterval(IntervalType value)
-