Egenskap |
Stereotype |
Beskrivelse |
Type |
Multiplisitet |
coverageFunction |
|
-- Name --
coverage function
|
CoverageFunction |
0..1 |
domainSet |
|
-- Name --
domain set
|
Any |
1..1 |
rangeSet |
|
-- Name --
range set
|
Any |
0..* |
Navn |
Type |
Lengde |
Multiplisitet |
|
CoverageFunction |
|
0..1 |
|
Any |
|
1..1 |
|
Any |
|
0..* |
Name |
Type |
English |
Description |
coverageFunction |
CoverageFunction |
|
Description of how range values at locations in the coverage domain can be obtained. |
domainSet |
Any |
|
Configuration of the domain of the coverage described in terms of coordinates.
-- Description --
NOTE The values of this property will typically be constrained in subtypes to specific spatial and/or temporal geometries. |
rangeSet |
Any |
|
Set of feature attribute values associated by a function with the elements of the domain of the coverage. |
Navn |
Beskrivelse |
gridFunctionRequiresGridDomain |
/*The grid function shall only be valid for domains that are grids */
inv: coverageFunction.gridFunction.notEmpty() implies domainSet.oclIsKindOf(CV_Grid) |