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
Methods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getRangeItems
EList<RangeItemType> getRangeItems()The range items to be returned
-