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:
- 
Method SummaryModifier and TypeMethodDescriptionEListReturns the value of the 'Axis Subset' containment reference list.Methods inherited from interface EObjecteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface NotifiereAdapters, eDeliver, eNotify, eSetDeliver
- 
Method Details- 
getAxisSubsetEList 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:
 
 
-