net.opengis.wcs11
Interface RangeType

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
RangeTypeImpl

public interface RangeType
extends org.eclipse.emf.ecore.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:
Wcs111Package.getRangeType()

Method Summary
 org.eclipse.emf.common.util.EList getField()
          Returns the value of the 'Field' containment reference list.
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getField

org.eclipse.emf.common.util.EList getField()
Returns the value of the 'Field' containment reference list. The list contents are of type FieldType. Unordered list of the Fields in the Range of a coverage.

Returns:
the value of the 'Field' containment reference list.
See Also:
Wcs111Package.getRangeType_Field()


Copyright © 1996-2010 Geotools. All Rights Reserved.