/** * * * * $Id$ */ package net.opengis.wcs11; import org.eclipse.emf.common.util.EList; import org.eclipse.emf.ecore.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 net.opengis.wcs11.Wcs111Package#getRangeSubsetType() * @model extendedMetaData="name='RangeSubsetType' kind='elementOnly'" * @generated */ public interface RangeSubsetType extends EObject { /** * Returns the value of the 'Field Subset' containment reference list. * The list contents are of type {@link net.opengis.wcs11.FieldSubsetType}. * * * * Unordered list of one or more desired subsets of range fields. TBD. * * @return the value of the 'Field Subset' containment reference list. * @see net.opengis.wcs11.Wcs111Package#getRangeSubsetType_FieldSubset() * @model type="net.opengis.wcs11.FieldSubsetType" containment="true" required="true" * extendedMetaData="kind='element' name='FieldSubset' namespace='##targetNamespace'" * @generated */ EList getFieldSubset(); } // RangeSubsetType