Package net.opengis.wcs11
Interface RangeSubsetType
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
RangeSubsetTypeImpl
public interface RangeSubsetType
extends EObject
A representation of the model object 'Range Subset Type'.
Selection of desired subset of the coverage's range fields, (optionally) the interpolation method applied to each field, and (optionally) field subsets.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionEList
Returns the value of the 'Field Subset' containment reference list.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
-
getFieldSubset
EList getFieldSubset()Returns the value of the 'Field Subset' containment reference list. The list contents are of typeFieldSubsetType
. Unordered list of one or more desired subsets of range fields. TBD.- Returns:
- the value of the 'Field Subset' containment reference list.
- See Also:
-