Package net.opengis.wcs20
Interface RangeSubsetType
-
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
RangeSubsetTypeImpl
public interface RangeSubsetType extends EObject
The range subset from the WCS 2.0 range subsetting specification- Author:
- Andrea Aime - GeoSolutions
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<RangeItemType>
getRangeItems()
The range items to be returned
-
-
-
Method Detail
-
getRangeItems
EList<RangeItemType> getRangeItems()
The range items to be returned
-
-