Api session items geoplugins: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 64: | Line 64: | ||
!Description | !Description | ||
|- | |- | ||
|crs | | crs | ||
|String | | String | ||
| | | | ||
|- | |- | ||
|forceXY | | forceXY | ||
|boolean | | boolean | ||
| | | | ||
|- | |- | ||
|id | | id | ||
|int | | int | ||
| | | | ||
|- | |- | ||
|linkType | | linkType | ||
|GeoLinkType | | GeoLinkType | ||
| | | | ||
|- | |- | ||
|name | | name | ||
|String | | String | ||
| | | | ||
|- | |- | ||
|newProject | | newProject | ||
|boolean | | boolean | ||
| | | | ||
|- | |- | ||
|version | | version | ||
|int | | int | ||
| | | | ||
|} | |} | ||
| Line 100: | Line 100: | ||
!Description | !Description | ||
|- | |- | ||
|AREA | | AREA | ||
| | | | ||
|- | |- | ||
|BUILDING | | BUILDING | ||
| | | | ||
|- | |- | ||
|ROAD | | ROAD | ||
| | | | ||
|- | |- | ||
|TERRAIN_HEIGHT | | TERRAIN_HEIGHT | ||
| | | | ||
|- | |- | ||
|WATER_BOTTOM | | WATER_BOTTOM | ||
| | | | ||
|- | |- | ||
|STREET_OBJECT | | STREET_OBJECT | ||
| | | | ||
|} | |} | ||
| Line 127: | Line 127: | ||
!Description | !Description | ||
|- | |- | ||
|crs | | crs | ||
|String | | String | ||
| | | | ||
|- | |- | ||
|forceXY | | forceXY | ||
|boolean | | boolean | ||
| | | | ||
|- | |- | ||
|geoLinkIDs | | geoLinkIDs | ||
|int<nowiki>[]</nowiki> | | int<nowiki>[]</nowiki> | ||
|[[Geo Link]]s ID | | [[Geo Link]]s ID | ||
|- | |- | ||
|id | | id | ||
|int | | int | ||
| | | | ||
|- | |- | ||
|idAttribute | | idAttribute | ||
|String | | String | ||
| | | | ||
|- | |- | ||
|layerName | | layerName | ||
|String | | String | ||
| | | | ||
|- | |- | ||
|linkType | | linkType | ||
|GeoLinkType | | GeoLinkType | ||
| | | | ||
|- | |- | ||
|name | | name | ||
|String | | String | ||
| | | | ||
|- | |- | ||
|nameAttribute | | nameAttribute | ||
|String | | String | ||
| | | | ||
|- | |- | ||
|newProject | | newProject | ||
|boolean | | boolean | ||
| | | | ||
|- | |- | ||
|sourceID | | sourceID | ||
|int | | int | ||
|[[Source]] ID | | [[Source]] ID | ||
|- | |- | ||
|version | | version | ||
|int | | int | ||
| | | | ||
|} | |} | ||
| Line 184: | Line 184: | ||
!Description | !Description | ||
|- | |- | ||
|crs | | crs | ||
|String | | String | ||
| | | | ||
|- | |- | ||
|forceXY | | forceXY | ||
|boolean | | boolean | ||
| | | | ||
|- | |- | ||
|id | | id | ||
|int | | int | ||
| | | | ||
|- | |- | ||
|linkType | | linkType | ||
|GeoLinkType | | GeoLinkType | ||
| | | | ||
|- | |- | ||
|name | | name | ||
|String | | String | ||
| | | | ||
|- | |- | ||
|newProject | | newProject | ||
|boolean | | boolean | ||
| | | | ||
|- | |- | ||
|sourceIDs | | sourceIDs | ||
|int<nowiki>[]</nowiki> | | int<nowiki>[]</nowiki> | ||
|[[Source]]s ID | | [[Source]]s ID | ||
|- | |- | ||
|version | | version | ||
|int | | int | ||
| | | | ||
|} | |} | ||
Revision as of 11:45, 8 June 2026
API Endpoint: /api/session/items/geoplugins/
Edit items with events described at Api session event editor geoplugin.
Default Query:
https://engine.tygron.com/api/session/items/geoplugins/?f=JSON&token=API_TOKENExample Response:
[ {
"crs" : "urn:ogc:def:crs:EPSG::28992",
"forceXY" : true,
"geoLinkIDs" : [ 2264, 2265, 2266, 2267 ],
"id" : 0,
"idAttribute" : "nr",
"layerName" : "natura2000:natura2000",
"linkType" : "AREA",
"name" : "Natura2000",
"nameAttribute" : "naam_n2k",
"newProject" : false,
"sourceID" : 103,
"version" : 1
}, {
"crs" : "",
"forceXY" : true,
"geoLinkIDs" : [ 1000259, 1000260 ],
"id" : 1000000,
"idAttribute" : "",
"layerName" : "",
"linkType" : "BUILDING",
"name" : "Building Geo Plugin",
"nameAttribute" : "",
"newProject" : true,
"sourceID" : -1,
"version" : 2
} ]Limit Queries
version=100:
https://engine.tygron.com/api/session/items/geoplugins/?version=100&token=API_TOKENShow Queries
max version:
https://engine.tygron.com/api/session/items/geoplugins/version/?token=API_TOKENsize:
https://engine.tygron.com/api/session/items/geoplugins/size/?token=API_TOKENFormats
HTML:
https://engine.tygron.com/api/session/items/geoplugins/?f=HTML&token=API_TOKENJSON:
https://engine.tygron.com/api/session/items/geoplugins/?f=JSON&token=API_TOKENCSV:
https://engine.tygron.com/api/session/items/geoplugins/?f=CSV&token=API_TOKENSSV:
https://engine.tygron.com/api/session/items/geoplugins/?f=SSV&token=API_TOKENSMILE:
https://engine.tygron.com/api/session/items/geoplugins/?f=SMILE&token=API_TOKENZIPJSON:
https://engine.tygron.com/api/session/items/geoplugins/?f=ZIPJSON&token=API_TOKENZIPSMILE:
https://engine.tygron.com/api/session/items/geoplugins/?f=ZIPSMILE&token=API_TOKENApi Model AbstractGeoPlugin
API Model description of AbstractGeoPlugin
| Name | Type | Description |
|---|---|---|
| crs | String | |
| forceXY | boolean | |
| id | int | |
| linkType | GeoLinkType | |
| name | String | |
| newProject | boolean | |
| version | int |
Api Model GeoLinkType
API Enumeration description of GeoLinkType
| Name | Description |
|---|---|
| AREA | |
| BUILDING | |
| ROAD | |
| TERRAIN_HEIGHT | |
| WATER_BOTTOM | |
| STREET_OBJECT |
Api Model GeoPlugin
API Model description of GeoPlugin
| Name | Type | Description |
|---|---|---|
| crs | String | |
| forceXY | boolean | |
| geoLinkIDs | int[] | Geo Links ID |
| id | int | |
| idAttribute | String | |
| layerName | String | |
| linkType | GeoLinkType | |
| name | String | |
| nameAttribute | String | |
| newProject | boolean | |
| sourceID | int | Source ID |
| version | int |
Api Model HeightPlugin
API Model description of HeightPlugin
| Name | Type | Description |
|---|---|---|
| crs | String | |
| forceXY | boolean | |
| id | int | |
| linkType | GeoLinkType | |
| name | String | |
| newProject | boolean | |
| sourceIDs | int[] | Sources ID |
| version | int |