Preskočite na glavni sadržaj
Login
State Geodetic Administration logo National Spatial Data Infrastructure logo

Geographic location: western - most geographic longitude

Name Geographic location: western - most geographic longitude
Definition Western - most coordinate of the data scope boundary defined by geographic longitude in degrees (positive towards east). 
Obligation
  • dataset or dataset series: mandatory
  • service: conditional; mandatory for services with explicit geographic propagation.
Multiplicity [1..*] for datasets and dataset series
[0..*] for spatial data services
Example 13.01

Tehnical data
 
INSPIRE equivalent Geographic bounding box: westBoundLongitude
Comparison with INSPIRE equivalent
ISO equivalent [344] westBoundLongitude
Comparison with ISO equivalent
XPath identificationInfo[1]/*/extent/*/geographicElement/*/westBoundLongitude
Data type angle, expressed in degrees with at least two decimal digits
Domain -180.00 ≤ westernmost 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>