Supported Feature Formats

Arkance Systems Benelux

The GeoView Server REST API returns supported feature data vector-based formats. Accessing this method requires Read permissions.


Request API method URI definition:


HTTP GET http://api.geoview.be/geoservice/v1/catalogs/formats/vector


Request HTTP URI parameters:


Parameter

Description

token

Access token (returned by this API method).


Example HTTP request URI:


HTTP GET http://api.geoview.be/geoservice/v1/catalogs/formats/vector?&token=3dc718f2-ab20-4f41-86e1-72abcc1810c1


Possible resulting HTTP status codes:


Value

Description

200

API request succeeded and result(s) were returned.

401

Supplied API request access token not valid.


Response JSON structure:


Field

Description

id

Vector format identifier.

value

Vector format name with extension.


Example JSON response:


[

  {

     "id":"gml",

     "value":"Geography Markup Language (.gml)"

  },

  {

     "id":"kml",

     "value":"Google Keyhole Markup Language (.kml)"

  },

  {

     ...

  }

]


For more info on available vector-based format please see Exporting Features chapter.