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 IntervalType
Wcs10Factory. createIntervalType()
Returns a new object of class 'Interval Type'.IntervalType
DocumentRoot. getInterval()
Returns the value of the 'Interval' containment reference.Methods in net.opengis.wcs10 with parameters of type IntervalType Modifier and Type Method Description void
DocumentRoot. 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 class
IntervalTypeImpl
An implementation of the model object 'Interval Type'.Methods in net.opengis.wcs10.impl that return IntervalType Modifier and Type Method Description IntervalType
Wcs10FactoryImpl. createIntervalType()
IntervalType
DocumentRootImpl. getInterval()
Methods in net.opengis.wcs10.impl with parameters of type IntervalType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetInterval(IntervalType newInterval, NotificationChain msgs)
void
DocumentRootImpl. 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 Object
Wcs10Switch. 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 boolean
DocumentRootValidator. validateInterval(IntervalType value)
-