Package net.opengis.wcs10
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'. Definition of a subset of the named coverage range(s). Currently, only a value enumeration definition of a range subset.The following features are supported:
- See Also:
Wcs10Package.getRangeSubsetType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList
getAxisSubset()
Returns the value of the 'Axis Subset' containment reference list.
-
-
-
Method Detail
-
getAxisSubset
EList getAxisSubset()
Returns the value of the 'Axis Subset' containment reference list. The list contents are of typeAxisSubsetType
. Ordered sequence of points and/or intervals along one axis of a compound range set.- Returns:
- the value of the 'Axis Subset' containment reference list.
- See Also:
Wcs10Package.getRangeSubsetType_AxisSubset()
-
-