Name | Geographic location: eastern - most geographic longitude |
Definition | Eastern - most coordinate of the data scope boundary defined by geographic longitude in degrees (positive towards east). |
Obligation |
|
Multiplicity | [1..*] for datasets and dataset series [0..*] for spatial data services |
Example | 19.45 |
Technical data
INSPIRE equivalent | Geographic bounding box: eastBoundLongitude |
Comparison with INSPIRE | equivalent |
ISO equivalent | [345] eastBoundLongitude |
Comparison with ISO | equivalent |
XPath | identificationInfo[1]/*/extent/*/geographicElement/*/eastBoundLongitude |
Data type | angle, expressed in degrees with at least two decimal digits |
Domain | -180.00 ≤ easternmost longitude ≤ 180.00 |
Implementation instructions | If the bounding box crosses the 180° meridian, then the value of the westBoundLongitude will be greater than the eastBoundLongitude value. |
Encoding example: Geographic bounding box
<gmd:MD_Metadata… … <gmd:identificationInfo> <gmd:MD_DataIdentification> … <gmd:extent> <gmd:EX_Extent> <gmd:geographicElement> <gmd:EX_GeographicBoundingBox> <gmd:extentTypeCode> <gco:Boolean>true</gco:Boolean> </gmd:extentTypeCode> <gmd:westBoundLongitude> <gco:Decimal>13.01</gco:Decimal> </gmd:westBoundLongitude> <gmd:eastBoundLongitude> <gco:Decimal>19.45</gco:Decimal> </gmd:eastBoundLongitude> <gmd:southBoundLatitude> <gco:Decimal>41.62</gco:Decimal> </gmd:southBoundLatitude> <gmd:northBoundLatitude> <gco:Decimal>46.55</gco:Decimal> </gmd:northBoundLatitude> </gmd:EX_GeographicBoundingBox> </gmd:geographicElement> </gmd:EX_Extent> </gmd:extent> ... </gmd:MD_DataIdentification> </gmd:identificationInfo> |