Esri / geoportal-server-harvester

Metadata Harvester for Esri Geoportal Server
http://esri.github.io/geoportal-server/
Apache License 2.0
31 stars 24 forks source link

F/jdbc spatial mapping #130

Closed pandzel-zz closed 3 years ago

pandzel-zz commented 3 years ago

This pull request allows to define spatial mapping for JDBC broker such certain fields together are considered to be coordinates constituting either an envelope or a point.

Examples

  1. [sw_x,sw_y,ne_x,ne_y]:envelope_geo - square brackets denotes quadruple; these are numerical field names holding coordinates: minx, miny, maxx, maxy; envelope_geo Is a fixed name and shall not be changed,
  2. [longitude,latitude]: envelope_cen_pt - square brackets denotes tuple; these are numerical field names holding coordinatesL longitude, latitude; envelope_cen_pt Is a fixed name and shall not be changed.