Package net.opengis.wcs11
Interface RangeType
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
RangeTypeImpl
public interface RangeType
extends EObject
A representation of the model object 'Range Type'.
Defines the fields (categories, measures, or values) in the range records available for each location in the coverage domain. Each such field may be a scalar (numeric or text) value, such as population density, or a vector (compound or tensor) of many similar values, such as incomes by race, or radiances by wavelength. Each range field is typically an observable whose meaning and reference system are referenced by URIs.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionEList
getField()
Returns the value of the 'Field' containment reference list.Methods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getField
EList getField()Returns the value of the 'Field' containment reference list. The list contents are of typeFieldType
. Unordered list of the Fields in the Range of a coverage.- Returns:
- the value of the 'Field' containment reference list.
- See Also:
-