Measurement Services

Overview


A set of services has been implemented for the accessing of the user information.

INUserScope

This service returns all available extents for a given userkey.

INUserScope Parameters

The parameters needed in the request URL are the following:

This service has the following parameters:

  • user [mandatory]: user key of which we want to query for the available Extents. Can be the same as userkey parameter.
  • modes [mandatory]: This parameter indicates which type of view is requested. Possible values are:
    • ortho: for ortho views
    • oblique: for oblique views
  • crs [mandatory]: Projection system used, It must follow OGC nomenclature. For example EPSG:32630 for WGS84 UTM 30 North or EPSG:3857 for Spherical Mercator projection.
  • output [mandatory]: Response format. Possible values are:
    • txt: Response is a text string with the point Elevation in meters.
    • Xml: The result is an XML file Xml with information of the point Elevation.
  • userkey [mandatory]: User’s key for authentication purposes. This key is unique for each client and must be requested to Field Group.

Usage

https://your.mapspace.com/mapSvcs/INUserScope?userkey=XXXXXXX&output=txt&modes=ortho&user=XXXXXXX&crs=EPSG:3857

The result is a text string with all the data of the extents available. There are two records separated by the “#” character. Every record is a description of an extent, with its parameters separated by colons (:). The parameters for every extent are: Name, minimum zoom, maximum zoom, X and Y coordinates for all edge point defining the extent and the WKT format for the extent, with coordinates in geographic projection.

world top: 13: 1: 180.0: 89.0: 180.0: -89.0: -180.0: -89.0: -180.0: 89.0: 180.0: 89.0: POLYGON((20037508.3427892 30240971.9583852,20037508.3427892 -30240971.9583853,-20037508.3427892 -30240971.9583853,-20037508.3427892 30240971.9583852,20037508.3427892 30240971.9583852))#Demo Europe: 20: 0: -157.5: 14.604846954345703: -100.0: 89.0: 100.0: 89.0: 160.3125: 22.593725204467773: -157.5: 14.604846954345703: POLYGON((-17532819.7999406 1643701.8562442,-11131949.0793274 30240971.9583852,11131949.0793274 30240971.9583852,17845905.8677967 2582960.05981233,-17532819.7999406 1643701.8562442

INUserDataSources

This service returns all available datalayers in a certain geographic point at a certain zoom level for a given userkey.

The service will check for all datalayers available for the user in the given geographic parameters, and it will intersect those layer’s geometries with the extents allowed for the user, so it will only deliver layers on geographic regions allowed for the user.

Finally, results will be filtered by user date restrictions and allowed baselayers and overlays.

INUserDataSources Parameters

The parameters needed in the request URL are the following:

This service has the following parameters:

  • user [mandatory]: user key of which we want to query for the available Extents. Can be the same as userkey parameter.
  • x [mandatory]: X coordinate of the point of which the information is being requested, on the projection system indicated by crs.
  • y[mandatory]: Y coordinate of the point of which the information is being requested, on the projection system indicated by crs.
  • zoom [mandatory]: Zoom level requested.
  • modes [mandatory]: This parameter indicates which type of view is requested. Possible values are:
    • raster: for all image layers
    • ortho: for ortho views
    • oblique: for oblique views
    • 3d: for 3D data
    • lidar: for lidar data.
    • dtm: for dtm data.
    • Leave it empty for all types of data
  • crs [mandatory]: Projection system used, It must follow OGC nomenclature. For example EPSG:32630 for WGS84 UTM 30 North or EPSG:3857 for Spherical Mercator projection.
  • output [mandatory]: Response format. Possible values are:
    • txt: Response is a text string with the point Elevation in meters.
    • Xml: The result is an XML file Xml with information of the point Elevation.
  • userkey [mandatory]: User’s key for authentication purposes. This key is unique for each client and must be requested to Field Group.
  • layers [optional]: A list of data sources names to which the layers retrieved should belong.
  • yearMode [optional]: If present and set to true (yearMode=true), the year of the data layer will be added to the response. Else the year will not be added.
  • deliverExtents [optional]: If present and set to false, the extents will not be added to the response. Else the extents will be added.
  • includeOverlays [optional]: if present and set to true overlays’ data will be included in the response.

Usage

https://your.mapspace.com/mapSvcs/INUserDataSources?userkey=XXXXXX&output=txt&modes=ortho&user=XXXXXX&crs=EPSG:3857&x=-523121&y=4960371&zoom=17

The result is a text string with all the data of the zones available. There are several records separated by the “#” character. Every record is a description of a data layer previously intersected with the user permitted extents. Data layers text representation consists of some data layer parameters separated by colons (:). The parameters for every data layer are: Name, orientation, number of the dataset the data layer belongs to and the WKT format for the data layer’s extent(the result of intersecting its original extent with all the extent the user is allowed to see), with coordinates in geographic projection.

generic:ortho:1000:POLYGON((-9.44824218750001 41.6729118196021,-9.66796875 43.8345267822368,-1.71386718749999 43.5803908556078,3.69140625 42.4558876419717,4.57031250000001 39.4022443402928,-4.65820312500001 35.924644531441,-7.95410156249998 35.9957853864203,-7.20703125 41.5085772974393,-9.44824218750001 41.6729118196021))# generic:rect_west:1000:POLYGON((-9.44824218750001 41.6729118196021,-9.66796875 43.8345267822368,-1.71386718749999 43.5803908556078,3.69140625 42.4558876419717,4.57031250000001 39.4022443402928,-4.65820312500001 35.924644531441,-7.95410156249998 35.9957853864203,-7.20703125 41.5085772974393,-9.44824218750001 41.6729118196021))# generic:rect_south:1000:POLYGON((-9.44824218750001 41.6729118196021,-9.66796875 43.8345267822368,-1.71386718749999 43.5803908556078,3.69140625 42.4558876419717,4.57031250000001 39.4022443402928,-4.65820312500001 35.924644531441,-7.95410156249998 35.9957853864203,-7.20703125 41.5085772974393,-9.44824218750001 41.6729118196021))# generic:rect_north:1000:POLYGON((-9.44824218750001 41.6729118196021,-9.66796875 43.8345267822368,-1.71386718749999 43.5803908556078,3.69140625 42.4558876419717,4.57031250000001 39.4022443402928,-4.65820312500001 35.924644531441,-7.95410156249998 35.9957853864203,-7.20703125 41.5085772974393,-9.44824218750001 41.6729118196021))# generic:rect_east:1000:POLYGON((-9.44824218750001 41.6729118196021,-9.66796875 43.8345267822368,-1.71386718749999 43.5803908556078,3.69140625 42.4558876419717,4.57031250000001 39.4022443402928,-4.65820312500001 35.924644531441,-7.95410156249998 35.9957853864203,-7.20703125 41.5085772974393,-9.44824218750001 41.6729118196021))# countryortho:ortho:1001:POLYGON((-9.44824218750001 41.6729118196021,-9.66796875 43.8345267822368,-1.71386718749999 43.5803908556078,3.69140625 42.4558876419717,4.57031250000001 39.4022443402928,-4.65820312500001 35.924644531441,-7.95410156249998 35.9957853864203,-7.20703125 41.5085772974393,-9.44824218750001 41.6729118196021))

INUserOrthoLayers

This service returns a list of available baselayers for one user. If, some baselayer (one, or several baselayer separated by commas) are specified in request, the service will interpret that the requester wants to know if he has permission to see that particular baselayers specified and it will send the names of the ones the user has permission to see.

INUserOrthoLayers Parameters

The parameters needed in the request URL are the following:

This service has the following parameters:

  • output [mandatory]: Response format. Possible values are:
    • txt: Response is a text string with the point Elevation in meters.
    • Xml: The result is an XML file Xml with information of the point Elevation.
  • userkey [mandatory]: User’s key for authentication purposes. This key is unique for each client and must be requested to Field Group.

Usage

https://your.mapspace.com/mapSvcs/INUserOrthoLayers?userkey=XXXXXXX&output=txt

The response returned will be:

satellite,countryortho,ortho#lidar

INUserOverlayLayers

This service returns all available overlays for a certain user.

INUserOverlayLayers Parameters

The parameters needed in the request URL are the following:

This service has the following parameters:

  • output [mandatory]: Response format. Possible values are:
    • txt: Response is a text string with the point Elevation in meters.
    • Xml: The result is an XML file Xml with information of the point Elevation.
  • userkey [mandatory]: User’s key for authentication purposes. This key is unique for each client and must be requested to Field Group.

Usage

https://your.mapspace.com/mapSvcs/INUserOverlayLayers?userkey=XXXXXXX&output=txt

The response returned will be:

generic,teleatlas

INGetUserAvailableObliqueLayers

This service returns a list of available Oblique layers for one user. If, some oblique layer (one, or several oblique layer separated by commas) are specified in request, the service will interpret that the requester wants to know if he has permission to see that particular oblique layers specified and it will send the names of the ones the user has permission to see.

INGetUserAvailableObliqueLayers Parameters

The parameters needed in the request URL are the following:

This service has the following parameters:

  • output [mandatory]: Response format. Possible values are:
    • txt: Response is a text string with the point Elevation in meters.
    • Xml: The result is an XML file Xml with information of the point Elevation.
  • userkey [mandatory]: User’s key for authentication purposes. This key is unique for each client and must be requested to Field Group.

Usage

https://your.mapspace.com/mapSvcs/INGetUserAvailableObliqueLayers?userkey=XXXXXXX&output=txt

The response returned will be:

oblique,obliquehr

INGetUserAvailableStreetLayers

This service returns a list of available Street layers for one user. If, some street layer (one, or several street layer separated by commas) are specified in request, the service will interpret that the requester wants to know if he has permission to see that particular street layers specified and it will send the names of the ones the user has permission to see.

INGetUserAvailableStreetLayers Parameters

The parameters needed in the request URL are the following:

This service has the following parameters:

  • output [mandatory]: Response format. Possible values are:
    • txt: Response is a text string with the point Elevation in meters.
    • Xml: The result is an XML file Xml with information of the point Elevation.
    • json: The result is Json file.
  • userkey [mandatory]: User’s key for authentication purposes. This key is unique for each client and must be requested to Field Group.

Usage

https://your.mapspace.com/mapSvcs/INGetUserAvailableStreetLayers?userkey=XXXXXXX&output=txt

The response returned will be:

streetst,finavia_street,tyrensab_street

INGetUserAvailableLidarLayers

This service returns a list of available Lidar layers for one user. If, some Lidar layer (one, or several Lidar layer separated by commas) are specified in request, the service will interpret that the requester wants to know if he has permission to see that particular Lidar layers specified and it will send the names of the ones the user has permission to see.

INGetUserAvailableLidarLayers Parameters

The parameters needed in the request URL are the following:

This service has the following parameters:

  • output [mandatory]: Response format. Possible values are:
    • txt: Response is a text string with the point Elevation in meters.
    • Xml: The result is an XML file Xml with information of the point Elevation.
    • json: The result is Json file.
  • userkey [mandatory]: User’s key for authentication purposes. This key is unique for each client and must be requested to Field Group.

Usage

https://your.mapspace.com/mapSvcs/INGetUserAvailableLidarLayers?userkey=XXXXXXX&output=txt

The response returned will be:

blom_lidar_st,terratec_lidar_st,finavia_lidar,banenor_lidar,demo_lidar,kartverket_lidar

INGetUserAvailable3DMeshLayers

This service returns a list of available 3D Mesh layers for one user. If, some 3D Mesh layer (one, or several 3D Mesh layer separated by commas) are specified in request, the service will interpret that the requester wants to know if he has permission to see that particular 3D Mesh layers specified and it will send the names of the ones the user has permission to see.

INGetUserAvailable3DMeshLayers Parameters

The parameters needed in the request URL are the following:

This service has the following parameters:

  • output [mandatory]: Response format. Possible values are:
    • txt: Response is a text string with the point Elevation in meters.
    • Xml: The result is an XML file Xml with information of the point Elevation.
    • json: The result is Json file.
  • userkey [mandatory]: User’s key for authentication purposes. This key is unique for each client and must be requested to Field Group.

Usage

https://your.mapspace.com/mapSvcs/INGetUserAvailable3DMeshLayers?userkey=XXXXXXX&output=txt

The response returned will be:

blom3dmesh,terratec3dmesh,demo3dmesh

INGetUserAvailableDtm3DLayers

This service returns a list of available Dtm3D layers for one user. If, some Dtm3D layer (one, or several Dtm3D layer separated by commas) are specified in request, the service will interpret that the requester wants to know if he has permission to see that particular Dtm3D layers specified and it will send the names of the ones the user has permission to see.

INGetUserAvailableDtm3DLayers Parameters

The parameters needed in the request URL are the following:

This service has the following parameters:

  • output [mandatory]: Response format. Possible values are:
    • txt: Response is a text string with the point Elevation in meters.
    • Xml: The result is an XML file Xml with information of the point Elevation.
    • json: The result is Json file.
  • userkey [mandatory]: User’s key for authentication purposes. This key is unique for each client and must be requested to Field Group.

Usage

https://your.mapspace.com/mapSvcs/INGetUserAvailable3DMeshLayers?userkey=XXXXXXX&output=txt

The response returned will be:

srtm15,norway10m

INGetUserStreetProjects

This service returns a list of available Street projects and its location for one user.

INGetUserStreetProjects Parameters

The parameters needed in the request URL are the following:

This service has the following parameters:

  • output [mandatory]: Response format. Possible values are:
    • txt: Response is a text string with the point Elevation in meters.
    • Xml: The result is an XML file Xml with information of the point Elevation.
    • json: The result is Json file.
  • userkey [mandatory]: User’s key for authentication purposes. This key is unique for each client and must be requested to Field Group.

Usage

https://your.mapspace.com/mapSvcs/INGetUserStreetProjects?userkey=XXXXXXX&output=json

The response returned will be project code identifier and the project location:

[
 {
  "code": "DKSODK17",
  "longitude": 9.71006864508701,
  "latitude": 55.517907045682875
 },
 {
  "code": "DKSYDD18",
  "longitude": 9.972014171053756,
  "latitude": 55.440459734216
 },
 {
  "code": "DKZEAL17",
  "longitude": 11.976965881982524,
  "latitude": 55.62394660509751
 }
]

INGetUserLidarProjects

This service returns a list of available Lidar projects for one user. The information will include the project metadata info.

INGetUserLidarProjects Parameters

The parameters needed in the request URL are the following:

This service has the following parameters:

  • output [mandatory]: Response format. Possible values are:
    • txt: Response is a text string with the point Elevation in meters.
    • Xml: The result is an XML file Xml with information of the point Elevation.
    • json: The result is Json file.
  • userkey [mandatory]: User’s key for authentication purposes. This key is unique for each client and must be requested to Field Group.

Usage

https://your.mapspace.com/mapSvcs/INGetUserLidarProjects?userkey=XXXXXXX&output=json

The response returned will include the next information:

  • code: Project code identifier.

  • name: Project name.

  • longitude: Project centroid location longitude value (EPSG:4326).

  • latitude: Project centroid location latitude value (EPSG:4326).

  • elevation: Elevation from the ground.

  • init_date: Starting capture date.

  • end_date: Ending capture date.

  • layer: Layer name where project is available.

  • dtm3dlayer: Dtm3d layer that must be used with the project.

  • copyright: Project copyright.

  • bbox: Project extension bounding box (EPSG:4326).

  • colorproperties: Project color properties type identifier.

  • classification: Json file with color classificatio info of the project.

      [
      {
        "code": "notrolrgmbli_200916",
        "name": "Trollstigen",
        "longitude": 7.65415128,
        "latitude": 62.42717315,
        "elevation": -0,
        "init_date": "2020-09-16",
        "end_date": "2020-09-16",
        "layer": "fdv_vei_lidar",
        "dtm3dlayer": "norway10m",
        "copyright": "Field",
        "bbox": "7.57403604735786029 62.3826171913963989,7.68180874292256011 62.4653035193539026",
        "colorproperties": ["-32765"],
        "classification": [
        ]
       },
       {
        "code": "noesixcdmbli_200609",
        "name": "50582_E6_Roterud-Storhove",
        "longitude": 10.43649951,
        "latitude": 61.07939078,
        "elevation": 0,
        "init_date": "2020-06-09",
        "end_date": "2020-06-09",
        "layer": "e6rs_lidar",
        "dtm3dlayer": "norway10m",
        "copyright": "Field",
        "bbox": "10.3906832818083004 60.976917258688303,10.5855282672371001 61.1621506009365987",
        "colorproperties": ["-32768","-32765"],
        "classification": [
              {"class_value": 1, "class_name": "Default", "class_color": "A0A0A0"},
              {"class_value": 2, "class_name": "Ground", "class_color": "804000"}
        ]
       }
      ]
    

INGetUserMesh3DProjects

This service returns a list of available 3D Mesh projects for one user. The information will include the project metadata info.

INGetUserMesh3DProjects Parameters

The parameters needed in the request URL are the following:

This service has the following parameters:

  • output [mandatory]: Response format. Possible values are:
    • txt: Response is a text string with the point Elevation in meters.
    • Xml: The result is an XML file Xml with information of the point Elevation.
    • json: The result is Json file.
  • userkey [mandatory]: User’s key for authentication purposes. This key is unique for each client and must be requested to Field Group.

Usage

https://your.mapspace.com/mapSvcs/INGetUserMesh3DProjects?userkey=XXXXXXX&output=json

The response returned will include the next information:

  • code: Project code identifier.

  • name: Project name.

  • longitude: Project centroid location longitude value (EPSG:4326).

  • latitude: Project centroid location latitude value (EPSG:4326).

  • elevation: Elevation from the ground.

  • init_date: Starting capture date.

  • end_date: Ending capture date.

  • layer: Layer name where project is available.

  • dtm3dlayer: Dtm3d layer that must be used with the project.

  • copyright: Project copyright.

  • bbox: Project extension bounding box (EPSG:4326).

  • colorproperties: Project color properties type identifier.

      [
       {
        "code": "noosloctir3m_190802",
        "name": "Oslo_sentrum_DSM_cir",
        "longitude": 10.74632026,
        "latitude": 59.90823408,
        "elevation": -0,
        "init_date": "2019-08-02",
        "end_date": "2019-08-02",
        "layer": "terratec_dsm_cir",
        "dtm3dlayer": "norway10m",
        "copyright": "Field",
        "bbox": "10.7042073843678995 59.889324791461398,10.7861256836370991 59.9264515921945033",
        "colorproperties": ["-32768"]
       },
       {
        "code": "noosloctae3m_190802",
        "name": "Oslo_sentrum_DSM_rgb",
        "longitude": 10.74632026,
        "latitude": 59.90823408,
        "elevation": -0,
        "init_date": "2019-08-02",
        "end_date": "2019-08-02",
        "layer": "terratec_dsm",
        "dtm3dlayer": "norway10m",
        "copyright": "Field",
        "bbox": "10.7042073843678995 59.889324791461398,10.7861256836370991 59.9264515921945033",
        "colorproperties": ["-32768"]
       }
      ]
    

INUserAddressSources

This service returns a list of available external providers for a user. It will deliver information about external providers and services of those external providers allowed to the user.

INUserAddressSources Parameters

The parameters needed in the request URL are the following:

This service has the following parameters:

  • output [mandatory]: Response format. Possible values are:
    • txt: Response is a text string with the point Elevation in meters.
    • Xml: The result is an XML file Xml with information of the point Elevation.
  • userkey [mandatory]: User’s key for authentication purposes. This key is unique for each client and must be requested to Field Group.

Usage

https://your.mapspace.com/mapSvcs/INUserAddressSources?userkey=XXXXXXX&output=json

The response returned will include the next information:

    <?xml version="1.0" encoding="UTF-8"?>
    <result>
        <service name="geocoding">
            <provider>osm</provider>
            <provider>ubiest</provider>
            <provider>nosearch</provider>
        </service>
        <service name="routing">
            <provider>ubiest</provider>
        </service>
        <service name="map">
            <provider>ubiest</provider>
            <provider>kartverket</provider>
            <provider>osm</provider>
        </service>
        <service name="Hosted POIs">
            <provider>infoportugal</provider>
            <provider>geomobile</provider>
        </service>
        <service name="Vector Edition">
            <provider>nonvdb</provider>
        </service>
    </result>

INGetUserLayers

This service returns a list of available User layers for a user. The User Layer will contain all necessary information for the access to a determinate data set according the next properties:

  • Layer: Base layer, Overlay layer or Oblique Layer.
  • Date Interval: Data available between dates.
  • Extent: Extension available for a data set.

INGetUserLayers Parameters

The parameters needed in the request URL are the following:

This service has the following parameters:

  • output [mandatory]: Response format. Possible values are:
    • txt: Response is a text string with the point Elevation in meters.
    • Xml: The result is an XML file Xml with information of the point Elevation.
    • json: The result is Json file.
  • userkey [mandatory]: User’s key for authentication purposes. This key is unique for each client and must be requested to Field Group.

Usage

https://your.mapspace.com/mapSvcs/INGetUserLayers?userkey=XXXXXXX&output=json

The response returned will include the next information:

  • name: User Layer name.

  • Description: User Layer description.

  • daterange: Date interval used on the User Layer.

  • layer: layer where User Layer is available.

  • extent: User Layer extension on WKT format (EPSG:4326).

      {
       {
        "name": "World satellite",
        "description": "Satellite coverage of the whole world",
        "daterange": "[-infinity,infinity)",
        "layer": "satellite",
        "extent": "POLYGON((179.99 85,179.99 -85,-179.99 -85,-179.99 85,179.99 85))",
       },
       {
        "name": "PNOA",
        "description": "PNOA aerial image Spain",
        "daterange": "[2000-01-01,2011-01-01)",
        "layer": "countryortho",
        "extent": "MULTIPOLYGON(((-1.97753906250001 43.9928145004899,4.17480468749999 42.4234565179383,4.48242187500001 37.3002752813443,-4.08691406249999 35.1019340572461,-14.2822265625 27.5667214304097,-19.423828125 27.2546295778001,-11.162109375 44.213709909702,-1.97753906250001 43.9928145004899)))",
       }
      }
    

INGetSRS

This service returns the projection system information for a given EPSG code or search the available projections info that matches with a given name.

INGetSRS Parameters

The parameters needed in the request URL are the following:

This service has the following parameters:

  • output [mandatory]: Response format. Possible values are:
    • txt: Response is a text string with the point Elevation in meters.
    • Xml: The result is an XML file Xml with information of the point Elevation.
    • json: The result is Json file.
  • userkey [mandatory]: User’s key for authentication purposes. This key is unique for each client and must be requested to Field Group.
  • name [optional]: This is the text string used for the projection searching by name.
  • epsg [optional]: This is the EPSG code used for the projection search. One of those parameters is necessary.

Usage

  • By Name

In this example the service is called to search the projection systems that matches with the word ‘ntm’.

https://your.mapspace.com/mapSvcs/INGetSRS?userkey=XXXXXX&name=ntm&output=txt

The result will be a list hash-separted of EPSG codes and short names:

5130, ETRS89 / NTM zone 30#5129, ETRS89 / NTM zone 29#5128, ETRS89 / NTM zone 28#5127, ETRS89 / NTM zone 27#5126, ETRS89 / NTM zone 26#5125, ETRS89 / NTM zone 25#5124, ETRS89 / NTM zone 24#5123, ETRS89 / NTM zone 23#5122, ETRS89 / NTM zone 22#5121, ETRS89 / NTM zone 21#5120, ETRS89 / NTM zone 20#5119, ETRS89 / NTM zone 19#5118, ETRS89 / NTM zone 18#5117, ETRS89 / NTM zone 17#5116, ETRS89 / NTM zone 16#5115, ETRS89 / NTM zone 15#5114, ETRS89 / NTM zone 14#5113, ETRS89 / NTM zone 13#5112, ETRS89 / NTM zone 12#5111, ETRS89 / NTM zone 11#5110, ETRS89 / NTM zone 10#5109, ETRS89 / NTM zone 9#5108, ETRS89 / NTM zone 8#5107, ETRS89 / NTM zone 7#5106, ETRS89 / NTM zone 6#5105, ETRS89 / NTM zone 5
  • By EPSG Code

In this example the service is called to search the projection systems that matches with the code ‘5110’.

https://your.mapspace.com/mapSvcs/INGetSRS?userkey=XXXXXX&epsg=5110&format=jon

The result is a json with the short name, epsg code, proj4 & projcs definitions:

{
  "NAME": "ETRS89 / NTM zone 10",
  "EPSG": 5110,
  "PROJ4": "+proj\u003dtmerc +lat_0\u003d58 +lon_0\u003d10.5 +k\u003d1 +x_0\u003d100000 +y_0\u003d1000000 +ellps\u003dGRS80 +towgs84\u003d0,0,0,0,0,0,0 +units\u003dm +no_defs ",
  "PROJCS": "PROJCS[\"ETRS89 / NTM zone 10\",GEOGCS[\"ETRS89\",DATUM[\"European_Terrestrial_Reference_System_1989\",SPHEROID[\"GRS 1980\",6378137,298.257222101,AUTHORITY[\"EPSG\",\"7019\"]],TOWGS84[0,0,0,0,0,0,0],AUTHORITY[\"EPSG\",\"6258\"]],PRIMEM[\"Greenwich\",0,AUTHORITY[\"EPSG\",\"8901\"]],UNIT[\"degree\",0.0174532925199433,AUTHORITY[\"EPSG\",\"9122\"]],AUTHORITY[\"EPSG\",\"4258\"]],PROJECTION[\"Transverse_Mercator\"],PARAMETER[\"latitude_of_origin\",58],PARAMETER[\"central_meridian\",10.5],PARAMETER[\"scale_factor\",1],PARAMETER[\"false_easting\",100000],PARAMETER[\"false_northing\",1000000],UNIT[\"metre\",1,AUTHORITY[\"EPSG\",\"9001\"]],AUTHORITY[\"EPSG\",\"5110\"]]"
}