Inspire revision 4711
Gyldig
Generic class for collections of geophysical objects
-- Description --
It is a set of geophysical objects that are grouped by some common property. p.e: created in the same measuring campaign. GeophObjectSets are used for spatial sampling either by means of data acquisition or data processing. The produced result of a geophObjectSet is always collective, e.g. a map constructed from the results of the individual member objects.
Egenskap |
Stereotype |
Beskrivelse |
Type |
Multiplisitet |
inspireId |
|
|
Identifier
(datatype)
|
1..1 |
- localId |
|
|
CharacterString |
1..1 |
- namespace |
|
|
CharacterString |
1..1 |
- versionId |
|
|
CharacterString |
0..1 |
citation |
|
|
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..* |
verticalExtent |
|
|
EX_VerticalExtent |
1..1 |
distributionInfo |
|
|
MD_Distributor |
1..1 |
projectedGeometry |
|
|
GM_Object |
1..* |
largerWork |
|
|
Identifier
(datatype)
|
1..* |
- localId |
|
|
CharacterString |
1..1 |
- namespace |
|
|
CharacterString |
1..1 |
- versionId |
|
|
CharacterString |
0..1 |
Name |
Type |
English |
Description |
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.
|
citation |
DocumentCitation
|
|
Citation of geophysical documentation
-- Description --
Used for title, date of related documentation and URL for online access. At the minimum a short name (title) shall be given.
|
verticalExtent |
EX_VerticalExtent |
|
Vertical extent of the range of interest.
-- Description --
This parameter serves discovery purposes. It may refer both to the vertical extent of the setup of measurements within the survey, or the extent of the range where processed data is spatially referenced to (estimated depth of investigation). The aim is to give an idea to the user about the estimated depth of investigation.
|
distributionInfo |
MD_Distributor |
|
Distribution metadata
-- Description --
Data providers may use external services to provide access to data or information on a survey. Links to the access points, description of ordering procedures, fees can be added in distributionInfo that is an ISO MD_Distributor record.
|
projectedGeometry |
GM_Object |
|
2D projection of the feature to the ground surface (as a representative point, curve or bounding polygon) to be used by an INSPIRE view service to display the spatial object on a map..
-- Description --
Projected geometry of the object set (survey), that is usually the bounding polygon of the working area.
|
largerWork |
Identifier
|
|
Identifier of a larger work dataset
-- Description --
The largerWork identifier points to the parent Campaign or Project
|
Navn |
Beskrivelse |
projectedGeometry must be GM_Point, GM_Curve or GM_Surface |
/* The projectedGeometry shall be of type GM_Point, GM_Curve or GM_Surface */
inv: projectedGeometry.oclIsKindOf(GM_Point) or projectedGeometry.oclIsKindOf(GM_Curve) or projectedGeometry.oclIsKindOf(GM_Surface)
|