Uses of Interface
net.opengis.wcs20.RangeItemType
-
Packages that use RangeItemType Package Description net.opengis.wcs20 net.opengis.wcs20.impl net.opengis.wcs20.util -
-
Uses of RangeItemType in net.opengis.wcs20
Methods in net.opengis.wcs20 that return RangeItemType Modifier and Type Method Description RangeItemType
Wcs20Factory. createRangeItemType()
Returns a new object of class 'Range Item Type'.Methods in net.opengis.wcs20 that return types with arguments of type RangeItemType Modifier and Type Method Description EList<RangeItemType>
RangeSubsetType. getRangeItems()
The range items to be returned -
Uses of RangeItemType in net.opengis.wcs20.impl
Classes in net.opengis.wcs20.impl that implement RangeItemType Modifier and Type Class Description class
RangeItemTypeImpl
An implementation of the model object 'Range Item Type'.Fields in net.opengis.wcs20.impl with type parameters of type RangeItemType Modifier and Type Field Description protected EList<RangeItemType>
RangeSubsetTypeImpl. rangeItems
The cached value of the 'Range Items
' reference list.Methods in net.opengis.wcs20.impl that return RangeItemType Modifier and Type Method Description RangeItemType
Wcs20FactoryImpl. createRangeItemType()
Methods in net.opengis.wcs20.impl that return types with arguments of type RangeItemType Modifier and Type Method Description EList<RangeItemType>
RangeSubsetTypeImpl. getRangeItems()
-
Uses of RangeItemType in net.opengis.wcs20.util
Methods in net.opengis.wcs20.util with parameters of type RangeItemType Modifier and Type Method Description boolean
Wcs20Validator. validateRangeItemType(RangeItemType rangeItemType, DiagnosticChain diagnostics, Map<Object,Object> context)
-