Package net.opengis.wcs11
Interface RangeType
- 
- All Superinterfaces:
- EObject,- Notifier
 - All Known Implementing Classes:
- RangeTypeImpl
 
 public interface RangeType extends EObjectA 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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description EListgetField()Returns the value of the 'Field' containment reference list.
 
- 
- 
- 
Method Detail- 
getFieldEList 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:
- Wcs111Package.getRangeType_Field()
 
 
- 
 
-