Package net.opengis.wcs11
Interface RangeSubsetType
- 
- All Superinterfaces:
- EObject,- Notifier
 - All Known Implementing Classes:
- RangeSubsetTypeImpl
 
 public interface RangeSubsetType extends EObjectA 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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description EListgetFieldSubset()Returns the value of the 'Field Subset' containment reference list.
 
- 
- 
- 
Method Detail- 
getFieldSubsetEList 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()
 
 
- 
 
-