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:
Wcs111Package.getRangeSubsetType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList
getFieldSubset()
Returns the value of the 'Field Subset' containment reference list.
-
-
-
Method Detail
-
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:
Wcs111Package.getRangeSubsetType_FieldSubset()
-
-