RenewableAndWastePotentialCoverage
Inspire revision 4711
Gyldig
-- Name --
Renewable and waste potential coverage
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].
Egenskap |
Stereotype |
Beskrivelse |
Type |
Multiplisitet |
assessmentMethod |
|
-- Name --
Assessment method
|
DocumentCitation
()
|
1..1 |
- name |
|
-- Name --
name
|
CharacterString |
1..1 |
- shortName |
|
-- Name --
short name
|
CharacterString |
0..1 |
- date |
|
-- Name --
date
|
CI_Date |
1..1 |
- link |
|
-- Name --
link to online version
|
URL |
1..* |
- specificReference |
|
-- Name --
specific reference
|
CharacterString |
0..* |
beginLifespanVersion |
|
|
DateTime |
1..1 |
domainExtent |
|
-- Name --
Domain extent
|
EX_Extent |
1..* |
endLifespanVersion |
|
|
DateTime |
0..1 |
inspireId |
|
|
Identifier
(datatype)
|
1..1 |
- localId |
|
|
CharacterString |
1..1 |
- namespace |
|
|
CharacterString |
1..1 |
- versionId |
|
|
CharacterString |
0..1 |
name |
|
-- Name --
Name
|
CharacterString |
0..1 |
potentialType |
|
-- Name --
Potential type
|
PotentialTypeValue
(kodeliste)
|
1..1 |
typeOfResource |
|
-- Name --
Type of resource
|
RenewableAndWasteValue
(kodeliste)
|
1..1 |
validTime |
|
-- Name --
Valid time
|
TM_Period |
1..1 |
verticalExtent |
|
-- Name --
Vertical extent
|
VerticalExtentType
(datatype)
|
0..1 |
- verticalExtent |
|
-- Name --
Vertical extent
|
VerticalExtentValue
(union)
|
1..1 |
- verticalReference |
|
-- Name --
Vertical Reference
|
VerticalReferenceValue
(kodeliste)
|
1..1 |
CoverageByDomainAndRange |
coverageFunction |
|
-- Name --
coverage function
|
CoverageFunction |
0..1 |
domainSet |
|
-- Name --
domain set
|
Any |
1..1 |
rangeSet |
|
-- Name --
range set
|
Any |
0..* |
Coverage |
metadata |
|
-- Name --
metadata
|
Any |
0..* |
rangeType |
|
-- Name --
range type
|
RecordType |
1..1 |
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. |
metadata |
Any |
|
Application specific metadata of the coverage.
-- Description --
NOTE The values of this property will typically be constrained in subtypes or in profiles specified by information communities. |
rangeType |
RecordType |
|
Description of the structure of the range values. |
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))
|