Function that returns an energy potential value from its range for any direct position within its spatial, temporal or spatio-temporal domain.
-- Description --
SOURCE Adapted from "Coverage" [ISO 19123:2005].
Navn |
Type |
Lengde |
Multiplisitet |
|
DocumentCitation |
|
1..1 |
|
DateTime |
|
1..1 |
|
EX_Extent |
|
1..* |
|
DateTime |
|
0..1 |
|
Identifier |
|
1..1 |
|
CharacterString |
|
0..1 |
|
PotentialTypeValue |
|
1..1 |
|
RenewableAndWasteValue |
|
1..1 |
|
TM_Period |
|
1..1 |
|
VerticalExtentType |
|
0..1 |
Name |
Type |
English |
Description |
assessmentMethod |
DocumentCitation |
|
A reference to the method used to assess the energy resource potential.
|
beginLifespanVersion |
DateTime |
|
Date and time at which this version of the spatial object was inserted or changed in the spatial data set.
|
domainExtent |
EX_Extent |
|
The attribute domainExtent shall contain the extent of the spatio-temporal domain of the coverage. Extents may be specified in both space and time.
-- Description --
NOTE 1 The domain extent shall be specified at least in space by using EX_BoundingPolygon, EX_GeographicBoundingBox or EX_GeographicDescription.
NOTE 2 In specific cases information is needed on the vertical extent e.g. wind power potential.
SOURCE Adapted from [ISO 19123:2005].
|
endLifespanVersion |
DateTime |
|
Date and time at which this version of the spatial object was superseded or retired in the spatial data set.
|
inspireId |
Identifier |
|
External object identifier of the spatial object.
-- Description --
NOTE An external object identifier is a unique object identifier published by the responsible body, which may be used by external applications to reference the spatial object. The identifier is an identifier of the spatial object, not an identifier of the real-world phenomenon.
|
name |
CharacterString |
|
Name of the coverage.
-- Description --
EXAMPLE The name of the catchment area for which a coverage has been extracted to represent Hydroelectric potential.
|
potentialType |
PotentialTypeValue |
|
There are various types of potential energy, each associated with a particular type of power.
-- Description --
NOTE Most detailed classification must be provided.
|
typeOfResource |
RenewableAndWasteValue |
|
Type of renewable and waste resource to which the measured phenomenon is applicable.
-- Description --
NOTE Most detailed classification must be provided.
|
validTime |
TM_Period |
|
The time period for which this coverage is representative.
|
verticalExtent |
VerticalExtentType |
|
A number or a range of height/depth values to describe the height/depth for which the range set values are valid.
EXAMPLE wind power map represents wind power at a height of 80m above groundlevel.
|
Navn |
Beskrivelse |
domainIsRectifiedGrid |
/* the domain shall be a rectified grid.*/
inv: domainSet.oclIsKindOf(CV_RectifiedGrid)
|
rangeSetValuesAreOfTypeMeasure |
/* the rangeSet values shall be of type Measure. */
inv: rangeSet.forAll(oclIsKindOf(Measure))
|