Uses of Interface
net.opengis.wcs10.ValueRangeType
-
Packages that use ValueRangeType Package Description net.opengis.wcs10 net.opengis.wcs10.impl net.opengis.wcs10.util -
-
Uses of ValueRangeType in net.opengis.wcs10
Subinterfaces of ValueRangeType in net.opengis.wcs10 Modifier and Type Interface Description interface
IntervalType
A representation of the model object 'Interval Type'.Methods in net.opengis.wcs10 that return ValueRangeType Modifier and Type Method Description ValueRangeType
Wcs10Factory. createValueRangeType()
Returns a new object of class 'Value Range Type'. -
Uses of ValueRangeType in net.opengis.wcs10.impl
Classes in net.opengis.wcs10.impl that implement ValueRangeType Modifier and Type Class Description class
IntervalTypeImpl
An implementation of the model object 'Interval Type'.class
ValueRangeTypeImpl
An implementation of the model object 'Value Range Type'.Methods in net.opengis.wcs10.impl that return ValueRangeType Modifier and Type Method Description ValueRangeType
Wcs10FactoryImpl. createValueRangeType()
-
Uses of ValueRangeType in net.opengis.wcs10.util
Methods in net.opengis.wcs10.util with parameters of type ValueRangeType Modifier and Type Method Description Object
Wcs10Switch. caseValueRangeType(ValueRangeType object)
Returns the result of interpreting the object as an instance of 'Value Range Type'.
-