Api session items geolinks: Difference between revisions
No edit summary |
No edit summary |
||
| (30 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
API Endpoint: /api/session/items/geolinks/ | |||
Edit items with events described at [[Api session event editor geolink]]. | |||
Default Query: | |||
<syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/items/geolinks/?f=JSON&token=API_TOKEN</syntaxhighlight> | |||
Example Response: | |||
<syntaxhighlight lang="text" copy>[ { | |||
"functionID" : 0, | |||
"id" : 0, | |||
"priority" : 55, | |||
"tree" : false, | |||
"version" : 1 | |||
}, { | |||
"defaultWidth" : 10.0, | |||
"elementType" : "MULTIPOLYGON", | |||
"functionID" : 747, | |||
"id" : 1, | |||
"priority" : 0, | |||
"subTypes" : { | |||
"BUILDINGS" : [ ] | |||
}, | |||
"tree" : false, | |||
"version" : 2 | |||
} ]</syntaxhighlight> | |||
==Limit Queries== | ==Limit Queries== | ||
version=100: | version=100: | ||
< | <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/items/geolinks/?version=100&token=API_TOKEN</syntaxhighlight> | ||
== | ==Get Queries== | ||
attributes: | |||
<syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/items/geolinks/attributes/?token=API_TOKEN</syntaxhighlight> | |||
max version: | max version: | ||
< | <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/items/geolinks/version/?token=API_TOKEN</syntaxhighlight> | ||
count: | |||
< | <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/items/geolinks/count/?token=API_TOKEN</syntaxhighlight> | ||
==Formats== | ==Formats== | ||
HTML: | HTML: | ||
< | <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/items/geolinks/?f=HTML&token=API_TOKEN</syntaxhighlight> | ||
JSON: | JSON: | ||
< | <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/items/geolinks/?f=JSON&token=API_TOKEN</syntaxhighlight> | ||
CSV: | CSV: | ||
< | <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/items/geolinks/?f=CSV&token=API_TOKEN</syntaxhighlight> | ||
SSV: | SSV: | ||
< | <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/items/geolinks/?f=SSV&token=API_TOKEN</syntaxhighlight> | ||
SMILE: | SMILE: | ||
< | <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/items/geolinks/?f=SMILE&token=API_TOKEN</syntaxhighlight> | ||
ZIPJSON: | ZIPJSON: | ||
< | <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/items/geolinks/?f=ZIPJSON&token=API_TOKEN</syntaxhighlight> | ||
ZIPSMILE: | ZIPSMILE: | ||
< | <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/items/geolinks/?f=ZIPSMILE&token=API_TOKEN</syntaxhighlight> | ||
==Api Model AreaGeoLink== | |||
API Model description of AreaGeoLink | |||
{|class=wikitable | |||
!Name | |||
!Type | |||
!Description | |||
|- | |||
| additionals | |||
| Map<String,double[]> | |||
| | |||
|- | |||
| geomMode | |||
| GeometryMode | |||
| | |||
|- | |||
| id | |||
| int | |||
| | |||
|- | |||
| lineBuffer | |||
| double | |||
| | |||
|- | |||
| mappings | |||
| Map<String,String> | |||
| | |||
|- | |||
| matchings | |||
| Map<String,java.lang.String[]> | |||
| | |||
|- | |||
| name | |||
| String | |||
| | |||
|- | |||
| pointBuffer | |||
| double | |||
| | |||
|- | |||
| priority | |||
| int | |||
| | |||
|- | |||
| version | |||
| int | |||
| | |||
|} | |||
==Api Model BGTAppearance== | |||
API Enumeration description of BGTAppearance | |||
{|class=wikitable | |||
!Name | |||
!Description | |||
|- | |||
| TEGELS | |||
| | |||
|- | |||
| KLINKERS | |||
| | |||
|- | |||
| BETON_STENEN | |||
| | |||
|- | |||
| BETON_ELEMENT | |||
| | |||
|- | |||
| ASFALT | |||
| | |||
|- | |||
| ZAND | |||
| | |||
|- | |||
| ONBEKEND | |||
| | |||
|} | |||
==Api Model BGTFunction== | |||
API Enumeration description of BGTFunction | |||
{|class=wikitable | |||
!Name | |||
!Description | |||
|- | |||
| VLIEG_BAAN | |||
| | |||
|- | |||
| FIETSPAD | |||
| | |||
|- | |||
| INRIT | |||
| | |||
|- | |||
| OV_BAAN | |||
| | |||
|- | |||
| OVERWEG | |||
| | |||
|- | |||
| PARKEERVLAK | |||
| | |||
|- | |||
| AUTOSNEL_WEG | |||
| | |||
|- | |||
| AUTO_WEG | |||
| | |||
|- | |||
| LOKALE_WEG | |||
| | |||
|- | |||
| REGIONALE_WEG | |||
| | |||
|- | |||
| RUITERPAD | |||
| | |||
|- | |||
| SPOORBAAN | |||
| | |||
|- | |||
| VOETGANGERSGEBIED | |||
| | |||
|- | |||
| VOETPAD_OP_TRAP | |||
| | |||
|- | |||
| VOETPAD | |||
| | |||
|- | |||
| WOONERF | |||
| | |||
|- | |||
| ONBEKEND | |||
| | |||
|} | |||
==Api Model BGTFunctionLink== | |||
API Model description of BGTFunctionLink | |||
{|class=wikitable | |||
!Name | |||
!Type | |||
!Description | |||
|- | |||
| categories | |||
| Category<nowiki>[]</nowiki> | |||
| [[Category]]<nowiki>[]</nowiki> | |||
|- | |||
| className | |||
| String | |||
| | |||
|- | |||
| functionID | |||
| int | |||
| [[Function]] ID | |||
|- | |||
| id | |||
| int | |||
| | |||
|- | |||
| layer | |||
| BGTLayer | |||
| | |||
|- | |||
| priority | |||
| int | |||
| | |||
|- | |||
| transmissionTowerFoundations | |||
| int | |||
| | |||
|- | |||
| tree | |||
| boolean | |||
| | |||
|- | |||
| typeName | |||
| String | |||
| | |||
|- | |||
| version | |||
| int | |||
| | |||
|} | |||
==Api Model BGTLayer== | |||
API Enumeration description of BGTLayer | |||
{|class=wikitable | |||
!Name | |||
!Description | |||
|- | |||
| BAK | |||
| | |||
|- | |||
| BEGROEIDTERREINDEEL | |||
| | |||
|- | |||
| BORD | |||
| | |||
|- | |||
| BUURT | |||
| | |||
|- | |||
| FUNCTIONEELGEBIED | |||
| | |||
|- | |||
| GEBOUWINSTALLATIE | |||
| | |||
|- | |||
| INSTALLATIE | |||
| | |||
|- | |||
| KAST | |||
| | |||
|- | |||
| KUNSTWERKDEEL | |||
| | |||
|- | |||
| MAST | |||
| | |||
|- | |||
| ONBEGROEIDTERREINDEEL | |||
| | |||
|- | |||
| ONDERSTEUNENDWATERDEEL | |||
| | |||
|- | |||
| ONDERSTEUNENDWEGDEEL | |||
| | |||
|- | |||
| ONGECLASSIFICEERDOBJECT | |||
| | |||
|- | |||
| OPENBARERUIMTE | |||
| | |||
|- | |||
| OPENBARERUIMTELABEL | |||
| | |||
|- | |||
| OVERBRUGGINGSDEEL | |||
| | |||
|- | |||
| OVERIGBOUWWERK | |||
| | |||
|- | |||
| OVERIGESCHEIDING | |||
| | |||
|- | |||
| PAAL | |||
| | |||
|- | |||
| PUBLIC | |||
| | |||
|- | |||
| PAND | |||
| | |||
|- | |||
| PLAATSBEPALINGSPUNT | |||
| | |||
|- | |||
| PUT | |||
| | |||
|- | |||
| SCHEIDING | |||
| | |||
|- | |||
| SENSOR | |||
| | |||
|- | |||
| SPOOR | |||
| | |||
|- | |||
| STRAATMEUBILAIR | |||
| | |||
|- | |||
| TUNNELDEEL | |||
| | |||
|- | |||
| VEGETATIEOBJECT | |||
| | |||
|- | |||
| WATERDEEL | |||
| | |||
|- | |||
| WATERINRICHTINGSELEMENT | |||
| | |||
|- | |||
| WEGDEEL | |||
| | |||
|- | |||
| WEGINRICHTINGSELEMENT | |||
| | |||
|- | |||
| WIJK | |||
| | |||
|} | |||
==Api Model BGTMaterial== | |||
API Enumeration description of BGTMaterial | |||
{|class=wikitable | |||
!Name | |||
!Description | |||
|- | |||
| CLOSED | |||
| | |||
|- | |||
| HALF | |||
| | |||
|- | |||
| OPEN | |||
| | |||
|- | |||
| UNKNOWN | |||
| | |||
|} | |||
==Api Model BGTRoadLink== | |||
API Model description of BGTRoadLink | |||
{|class=wikitable | |||
!Name | |||
!Type | |||
!Description | |||
|- | |||
| appearance | |||
| BGTAppearance | |||
| | |||
|- | |||
| function | |||
| BGTFunction | |||
| | |||
|- | |||
| functionID | |||
| int | |||
| [[Function]] ID | |||
|- | |||
| id | |||
| int | |||
| | |||
|- | |||
| material | |||
| BGTMaterial | |||
| | |||
|- | |||
| priority | |||
| int | |||
| | |||
|- | |||
| tree | |||
| boolean | |||
| | |||
|- | |||
| version | |||
| int | |||
| | |||
|} | |||
==Api Model BGTTerrainLink== | |||
API Model description of BGTTerrainLink | |||
{|class=wikitable | |||
!Name | |||
!Type | |||
!Description | |||
|- | |||
| className | |||
| String | |||
| | |||
|- | |||
| id | |||
| int | |||
| | |||
|- | |||
| layer | |||
| BGTLayer | |||
| | |||
|- | |||
| priority | |||
| int | |||
| | |||
|- | |||
| terrainTypeID | |||
| int | |||
| [[Terrain Type]] ID | |||
|- | |||
| typeName | |||
| String | |||
| | |||
|- | |||
| version | |||
| int | |||
| | |||
|} | |||
==Api Model BRPLink== | |||
API Model description of BRPLink | |||
{|class=wikitable | |||
!Name | |||
!Type | |||
!Description | |||
|- | |||
| cropCodes | |||
| int<nowiki>[]</nowiki> | |||
| | |||
|- | |||
| description | |||
| String | |||
| | |||
|- | |||
| functionID | |||
| int | |||
| [[Function]] ID | |||
|- | |||
| id | |||
| int | |||
| | |||
|- | |||
| priority | |||
| int | |||
| | |||
|- | |||
| tree | |||
| boolean | |||
| | |||
|- | |||
| version | |||
| int | |||
| | |||
|} | |||
==Api Model BagBuildingLink== | |||
API Model description of BagBuildingLink | |||
{|class=wikitable | |||
!Name | |||
!Type | |||
!Description | |||
|- | |||
| functionID | |||
| int | |||
| [[Function]] ID | |||
|- | |||
| id | |||
| int | |||
| | |||
|- | |||
| priority | |||
| int | |||
| | |||
|- | |||
| residenceType | |||
| ResidenceType | |||
| [[Residence]]Type | |||
|- | |||
| tree | |||
| boolean | |||
| | |||
|- | |||
| version | |||
| int | |||
| | |||
|} | |||
==Api Model BuildingAttributeGeoLink== | |||
API Model description of BuildingAttributeGeoLink | |||
{|class=wikitable | |||
!Name | |||
!Type | |||
!Description | |||
|- | |||
| attribute | |||
| String | |||
| | |||
|- | |||
| featureAttributes | |||
| Map<String,java.util.List<java.lang.String>> | |||
| | |||
|- | |||
| id | |||
| int | |||
| | |||
|- | |||
| priority | |||
| int | |||
| | |||
|- | |||
| value | |||
| double | |||
| | |||
|- | |||
| version | |||
| int | |||
| | |||
|} | |||
==Api Model BuildingGeoLink== | |||
API Model description of BuildingGeoLink | |||
{|class=wikitable | |||
!Name | |||
!Type | |||
!Description | |||
|- | |||
| additionals | |||
| Map<String,double[]> | |||
| | |||
|- | |||
| functionID | |||
| int | |||
| [[Function]] ID | |||
|- | |||
| geomMode | |||
| GeometryMode | |||
| | |||
|- | |||
| id | |||
| int | |||
| | |||
|- | |||
| lineBuffer | |||
| double | |||
| | |||
|- | |||
| mappings | |||
| Map<String,String> | |||
| | |||
|- | |||
| matchings | |||
| Map<String,java.lang.String[]> | |||
| | |||
|- | |||
| name | |||
| String | |||
| | |||
|- | |||
| pointBuffer | |||
| double | |||
| | |||
|- | |||
| priority | |||
| int | |||
| | |||
|- | |||
| version | |||
| int | |||
| | |||
|} | |||
==Api Model Category== | |||
API Enumeration description of Category | |||
{|class=wikitable | |||
!Name | |||
!Description | |||
|- | |||
| SOCIAL | |||
| | |||
|- | |||
| NORMAL | |||
| | |||
|- | |||
| LUXE | |||
| | |||
|- | |||
| ROAD | |||
| | |||
|- | |||
| PAVED_AREA | |||
| | |||
|- | |||
| EDUCATION | |||
| | |||
|- | |||
| HEALTHCARE | |||
| | |||
|- | |||
| PARK | |||
| | |||
|- | |||
| NATURE | |||
| | |||
|- | |||
| INDUSTRY | |||
| | |||
|- | |||
| OFFICES | |||
| | |||
|- | |||
| OTHER | |||
| | |||
|- | |||
| SENIOR | |||
| | |||
|- | |||
| UNDERGROUND | |||
| | |||
|- | |||
| SHOPPING | |||
| | |||
|- | |||
| AGRICULTURE | |||
| | |||
|- | |||
| LEISURE | |||
| | |||
|- | |||
| STUDENT | |||
| | |||
|- | |||
| GARDEN | |||
| | |||
|- | |||
| INTERSECTION | |||
| | |||
|- | |||
| BRIDGE | |||
| | |||
|} | |||
==Api Model CustomFunctionGeoLink== | |||
API Model description of CustomFunctionGeoLink | |||
{|class=wikitable | |||
!Name | |||
!Type | |||
!Description | |||
|- | |||
| additionals | |||
| Map<String,double[]> | |||
| | |||
|- | |||
| functionID | |||
| int | |||
| [[Function]] ID | |||
|- | |||
| geomMode | |||
| GeometryMode | |||
| | |||
|- | |||
| id | |||
| int | |||
| | |||
|- | |||
| lineBuffer | |||
| double | |||
| | |||
|- | |||
| mappings | |||
| Map<String,String> | |||
| | |||
|- | |||
| matchings | |||
| Map<String,java.lang.String[]> | |||
| | |||
|- | |||
| name | |||
| String | |||
| | |||
|- | |||
| pointBuffer | |||
| double | |||
| | |||
|- | |||
| priority | |||
| int | |||
| | |||
|- | |||
| version | |||
| int | |||
| | |||
|} | |||
==Api Model CustomGeoLink== | |||
API Model description of CustomGeoLink | |||
{|class=wikitable | |||
!Name | |||
!Type | |||
!Description | |||
|- | |||
| additionals | |||
| Map<String,double[]> | |||
| | |||
|- | |||
| geomMode | |||
| GeometryMode | |||
| | |||
|- | |||
| id | |||
| int | |||
| | |||
|- | |||
| lineBuffer | |||
| double | |||
| | |||
|- | |||
| mappings | |||
| Map<String,String> | |||
| | |||
|- | |||
| matchings | |||
| Map<String,java.lang.String[]> | |||
| | |||
|- | |||
| name | |||
| String | |||
| | |||
|- | |||
| pointBuffer | |||
| double | |||
| | |||
|- | |||
| priority | |||
| int | |||
| | |||
|- | |||
| version | |||
| int | |||
| | |||
|} | |||
==Api Model FGRTerrainLink== | |||
API Model description of FGRTerrainLink | |||
{|class=wikitable | |||
!Name | |||
!Type | |||
!Description | |||
|- | |||
| fgrName | |||
| String | |||
| | |||
|- | |||
| id | |||
| int | |||
| | |||
|- | |||
| priority | |||
| int | |||
| | |||
|- | |||
| terrainTypeID | |||
| int | |||
| [[Terrain Type]] ID | |||
|- | |||
| version | |||
| int | |||
| | |||
|} | |||
==Api Model FunctionChangeGeoLink== | |||
API Model description of FunctionChangeGeoLink | |||
{|class=wikitable | |||
!Name | |||
!Type | |||
!Description | |||
|- | |||
| add | |||
| boolean | |||
| | |||
|- | |||
| category | |||
| Category | |||
| [[Category]] | |||
|- | |||
| featureAttributes | |||
| Map<String,java.util.List<java.lang.String>> | |||
| | |||
|- | |||
| functionID | |||
| int | |||
| [[Function]] ID | |||
|- | |||
| id | |||
| int | |||
| | |||
|- | |||
| priority | |||
| int | |||
| | |||
|- | |||
| tree | |||
| boolean | |||
| | |||
|- | |||
| update | |||
| boolean | |||
| | |||
|- | |||
| version | |||
| int | |||
| | |||
|} | |||
==Api Model FunctionGeoLink== | |||
API Model description of FunctionGeoLink | |||
{|class=wikitable | |||
!Name | |||
!Type | |||
!Description | |||
|- | |||
| functionID | |||
| int | |||
| [[Function]] ID | |||
|- | |||
| id | |||
| int | |||
| | |||
|- | |||
| priority | |||
| int | |||
| | |||
|- | |||
| tree | |||
| boolean | |||
| | |||
|- | |||
| version | |||
| int | |||
| | |||
|} | |||
==Api Model GeoElementType== | |||
API Enumeration description of GeoElementType | |||
{|class=wikitable | |||
!Name | |||
!Description | |||
|- | |||
| POINT | |||
| | |||
|- | |||
| LINESTRING | |||
| | |||
|- | |||
| MULTIPOLYGON | |||
| | |||
|} | |||
==Api Model GeoLink== | |||
API Model description of GeoLink | |||
{|class=wikitable | |||
!Name | |||
!Type | |||
!Description | |||
|- | |||
| id | |||
| int | |||
| | |||
|- | |||
| priority | |||
| int | |||
| | |||
|- | |||
| version | |||
| int | |||
| | |||
|} | |||
==Api Model GeometryMode== | |||
API Enumeration description of GeometryMode | |||
{|class=wikitable | |||
!Name | |||
!Description | |||
|- | |||
| NORMAL | |||
| | |||
|- | |||
| RADIUS_CENTERPOINT | |||
| | |||
|} | |||
==Api Model IMWABuildingLink== | |||
API Model description of IMWABuildingLink | |||
{|class=wikitable | |||
!Name | |||
!Type | |||
!Description | |||
|- | |||
| aquoName | |||
| String | |||
| | |||
|- | |||
| bufferWidth | |||
| double | |||
| | |||
|- | |||
| functionID | |||
| int | |||
| [[Function]] ID | |||
|- | |||
| id | |||
| int | |||
| | |||
|- | |||
| priority | |||
| int | |||
| | |||
|- | |||
| tree | |||
| boolean | |||
| | |||
|- | |||
| type | |||
| IMWAType | |||
| | |||
|- | |||
| version | |||
| int | |||
| | |||
|} | |||
==Api Model IMWAType== | |||
API Enumeration description of IMWAType | |||
{|class=wikitable | |||
!Name | |||
!Description | |||
|- | |||
| CULVERTS | |||
| | |||
|} | |||
==Api Model OSMFunctionGeoLink== | |||
API Model description of OSMFunctionGeoLink | |||
{|class=wikitable | |||
!Name | |||
!Type | |||
!Description | |||
|- | |||
| defaultWidth | |||
| double | |||
| | |||
|- | |||
| elementType | |||
| GeoElementType | |||
| | |||
|- | |||
| functionID | |||
| int | |||
| [[Function]] ID | |||
|- | |||
| id | |||
| int | |||
| | |||
|- | |||
| priority | |||
| int | |||
| | |||
|- | |||
| subTypes | |||
| Map<OSMLayer,java.util.List<java.lang.String>> | |||
| | |||
|- | |||
| tree | |||
| boolean | |||
| | |||
|- | |||
| version | |||
| int | |||
| | |||
|} | |||
==Api Model OSMLayer== | |||
API Enumeration description of OSMLayer | |||
{|class=wikitable | |||
!Name | |||
!Description | |||
|- | |||
| AERIALWAY | |||
| | |||
|- | |||
| AEROWAY | |||
| | |||
|- | |||
| AMENITY | |||
| | |||
|- | |||
| BARRIER | |||
| | |||
|- | |||
| BOUNDARY | |||
| | |||
|- | |||
| BUILDINGS | |||
| | |||
|- | |||
| CONSTRUCTION | |||
| | |||
|- | |||
| CRAFT | |||
| | |||
|- | |||
| EMERGENCY | |||
| | |||
|- | |||
| GEOLOGICAL | |||
| | |||
|- | |||
| ROADS | |||
| | |||
|- | |||
| HISTORIC | |||
| | |||
|- | |||
| LANDUSE | |||
| | |||
|- | |||
| LEISURE | |||
| | |||
|- | |||
| MAN_MADE | |||
| | |||
|- | |||
| MILITARY | |||
| | |||
|- | |||
| NATURAL | |||
| | |||
|- | |||
| OFFICE | |||
| | |||
|- | |||
| PLACES | |||
| | |||
|- | |||
| POWER | |||
| | |||
|- | |||
| PUBLIC_TRANSPORT | |||
| | |||
|- | |||
| RAILWAYS | |||
| | |||
|- | |||
| ROUTE | |||
| | |||
|- | |||
| SHOP | |||
| | |||
|- | |||
| SPORT | |||
| | |||
|- | |||
| TOURISM | |||
| | |||
|- | |||
| TUNNEL | |||
| | |||
|- | |||
| WATERWAYS | |||
| | |||
|- | |||
| BRIDGES | |||
| | |||
|} | |||
==Api Model OSMTerrainGeoLink== | |||
API Model description of OSMTerrainGeoLink | |||
{|class=wikitable | |||
!Name | |||
!Type | |||
!Description | |||
|- | |||
| defaultWidth | |||
| double | |||
| | |||
|- | |||
| elementType | |||
| GeoElementType | |||
| | |||
|- | |||
| id | |||
| int | |||
| | |||
|- | |||
| priority | |||
| int | |||
| | |||
|- | |||
| subTypes | |||
| Map<OSMLayer,java.util.List<java.lang.String>> | |||
| | |||
|- | |||
| terrainTypeID | |||
| int | |||
| [[Terrain Type]] ID | |||
|- | |||
| version | |||
| int | |||
| | |||
|} | |||
==Api Model ResidenceType (BagBuildingLink)== | |||
API Enumeration description of ResidenceType | |||
{|class=wikitable | |||
!Name | |||
!Description | |||
|- | |||
| MOORAGE | |||
| | |||
|- | |||
| STAND | |||
| | |||
|} | |||
==Api Model RoadGeoLink== | |||
API Model description of RoadGeoLink | |||
{|class=wikitable | |||
!Name | |||
!Type | |||
!Description | |||
|- | |||
| additionals | |||
| Map<String,double[]> | |||
| | |||
|- | |||
| functionID | |||
| int | |||
| [[Function]] ID | |||
|- | |||
| geomMode | |||
| GeometryMode | |||
| | |||
|- | |||
| id | |||
| int | |||
| | |||
|- | |||
| lineBuffer | |||
| double | |||
| | |||
|- | |||
| mappings | |||
| Map<String,String> | |||
| | |||
|- | |||
| matchings | |||
| Map<String,java.lang.String[]> | |||
| | |||
|- | |||
| name | |||
| String | |||
| | |||
|- | |||
| pointBuffer | |||
| double | |||
| | |||
|- | |||
| priority | |||
| int | |||
| | |||
|- | |||
| version | |||
| int | |||
| | |||
|} | |||
==Api Model StreetObjectGeoLink== | |||
API Model description of StreetObjectGeoLink | |||
{|class=wikitable | |||
!Name | |||
!Type | |||
!Description | |||
|- | |||
| additionals | |||
| Map<String,double[]> | |||
| | |||
|- | |||
| functionID | |||
| int | |||
| [[Function]] ID | |||
|- | |||
| geomMode | |||
| GeometryMode | |||
| | |||
|- | |||
| id | |||
| int | |||
| | |||
|- | |||
| lineBuffer | |||
| double | |||
| | |||
|- | |||
| mappings | |||
| Map<String,String> | |||
| | |||
|- | |||
| matchings | |||
| Map<String,java.lang.String[]> | |||
| | |||
|- | |||
| name | |||
| String | |||
| | |||
|- | |||
| pointBuffer | |||
| double | |||
| | |||
|- | |||
| priority | |||
| int | |||
| | |||
|- | |||
| version | |||
| int | |||
| | |||
|} | |||
==Api Model TNLBuildingHeightType== | |||
API Enumeration description of TNLBuildingHeightType | |||
{|class=wikitable | |||
!Name | |||
!Description | |||
|- | |||
| LAAGBOUW | |||
| | |||
|- | |||
| HOOGBOUW | |||
| | |||
|- | |||
| ONBEKEND | |||
| | |||
|} | |||
==Api Model TNLBuildingLink== | |||
API Model description of TNLBuildingLink | |||
{|class=wikitable | |||
!Name | |||
!Type | |||
!Description | |||
|- | |||
| buildingTypes | |||
| TNLBuildingType<nowiki>[]</nowiki> | |||
| | |||
|- | |||
| functionID | |||
| int | |||
| [[Function]] ID | |||
|- | |||
| heightTypes | |||
| TNLBuildingHeightType<nowiki>[]</nowiki> | |||
| | |||
|- | |||
| id | |||
| int | |||
| | |||
|- | |||
| priority | |||
| int | |||
| | |||
|- | |||
| slantingRoofHeight | |||
| double | |||
| | |||
|- | |||
| tree | |||
| boolean | |||
| | |||
|- | |||
| version | |||
| int | |||
| | |||
|} | |||
==Api Model TNLBuildingType== | |||
API Enumeration description of TNLBuildingType | |||
{|class=wikitable | |||
!Name | |||
!Description | |||
|- | |||
| BRANDTOREN | |||
| | |||
|- | |||
| BEZOEKERSCENTRUM | |||
| | |||
|- | |||
| BUNKER | |||
| | |||
|- | |||
| CREMATORIUM | |||
| | |||
|- | |||
| DEELRAADSECRETARIE | |||
| | |||
|- | |||
| DOK | |||
| | |||
|- | |||
| ELEKTRICITEITSCENTRALE | |||
| | |||
|- | |||
| FABRIEK | |||
| | |||
|- | |||
| FORT | |||
| | |||
|- | |||
| GASCOMPRESSIESTATION | |||
| | |||
|- | |||
| GEMAAL | |||
| | |||
|- | |||
| GEMEENTEHUIS | |||
| | |||
|- | |||
| GEVANGENIS | |||
| | |||
|- | |||
| GRENSKANTOOR | |||
| | |||
|- | |||
| HOTEL | |||
| | |||
|- | |||
| HUIZENBLOK | |||
| | |||
|- | |||
| HULPSECRETARIE | |||
| | |||
|- | |||
| KAPEL | |||
| | |||
|- | |||
| KAS_WARENHUIS | |||
| | |||
|- | |||
| KASTEEL | |||
| | |||
|- | |||
| KERK | |||
| | |||
|- | |||
| KERNCENTRALE | |||
| | |||
|- | |||
| KLOKKENTOREN | |||
| | |||
|- | |||
| KLOOSTER | |||
| | |||
|- | |||
| KLINIEK | |||
| | |||
|- | |||
| KUNSTIJSBAAN | |||
| | |||
|- | |||
| KOELTOREN | |||
| | |||
|- | |||
| KOEPEL | |||
| | |||
|- | |||
| LICHTTOREN | |||
| | |||
|- | |||
| LUCHTWACHTTOREN | |||
| | |||
|- | |||
| MANEGE | |||
| | |||
|- | |||
| METROSTATION | |||
| | |||
|- | |||
| MILITAIR_GEBOUW | |||
| | |||
|- | |||
| MOTEL | |||
| | |||
|- | |||
| MUSEUM | |||
| | |||
|- | |||
| PARKEERGELEGENHEID | |||
| | |||
|- | |||
| PEILMEETSTATION | |||
| | |||
|- | |||
| POLITIE_BUREAU | |||
| | |||
|- | |||
| POMPSTATION | |||
| | |||
|- | |||
| POSTKANTOOR | |||
| | |||
|- | |||
| PSYCHIATRISCH_ZIEKENHUIS | |||
| | |||
|- | |||
| RADARPOST | |||
| | |||
|- | |||
| RADARTOREN | |||
| | |||
|- | |||
| RADIOTOREN | |||
| | |||
|- | |||
| RECREATIECENTRUM | |||
| | |||
|- | |||
| REDDINGBOOTHUISJE | |||
| | |||
|- | |||
| REDDINGHUISJE | |||
| | |||
|- | |||
| RELIGIEUS_GEBOUW | |||
| | |||
|- | |||
| REMISE | |||
| | |||
|- | |||
| RUINE | |||
| | |||
|- | |||
| SCHAAPSKOOI | |||
| | |||
|- | |||
| SCHOOL | |||
| | |||
|- | |||
| SCHOORSTEEN | |||
| | |||
|- | |||
| SPORTHAL | |||
| | |||
|- | |||
| STADION | |||
| | |||
|- | |||
| STADSKANTOOR | |||
| | |||
|- | |||
| TANK | |||
| | |||
|- | |||
| TANKSTATION | |||
| | |||
|- | |||
| TELECOMMUNICATIETOREN | |||
| | |||
|- | |||
| TOREN | |||
| | |||
|- | |||
| TRANSFORMATORSTATION | |||
| | |||
|- | |||
| TREINSTATION | |||
| | |||
|- | |||
| UITZICHTTOREN | |||
| | |||
|- | |||
| UNIVERSITEIT | |||
| | |||
|- | |||
| VEILING | |||
| | |||
|- | |||
| VERKEERSTOREN | |||
| | |||
|- | |||
| WATERRADMOLEN | |||
| | |||
|- | |||
| WATERTOREN | |||
| | |||
|- | |||
| WEGENWACHTSTATION | |||
| | |||
|- | |||
| WEGRESTAURANT | |||
| | |||
|- | |||
| WERF | |||
| | |||
|- | |||
| WINDMOLEN | |||
| | |||
|- | |||
| WATERMOLEN | |||
| | |||
|- | |||
| KORENMOLEN | |||
| | |||
|- | |||
| WINDTURBINE | |||
| | |||
|- | |||
| ZENDTOREN | |||
| | |||
|- | |||
| ZIEKENHUIS | |||
| | |||
|- | |||
| ZWEMBAD | |||
| | |||
|- | |||
| OVERIG | |||
| | |||
|} | |||
==Api Model TNLFunctionTerrainLink== | |||
API Model description of TNLFunctionTerrainLink | |||
{|class=wikitable | |||
!Name | |||
!Type | |||
!Description | |||
|- | |||
| functionID | |||
| int | |||
| [[Function]] ID | |||
|- | |||
| id | |||
| int | |||
| | |||
|- | |||
| landUses | |||
| TNLTerrainLandUse<nowiki>[]</nowiki> | |||
| | |||
|- | |||
| mustContainHouses | |||
| boolean | |||
| | |||
|- | |||
| priority | |||
| int | |||
| | |||
|- | |||
| tree | |||
| boolean | |||
| | |||
|- | |||
| version | |||
| int | |||
| | |||
|} | |||
==Api Model TNLHoofdafwatering== | |||
API Enumeration description of TNLHoofdafwatering | |||
{|class=wikitable | |||
!Name | |||
!Description | |||
|- | |||
| JA | |||
| | |||
|- | |||
| NEE | |||
| | |||
|} | |||
==Api Model TNLRailLink== | |||
API Model description of TNLRailLink | |||
{|class=wikitable | |||
!Name | |||
!Type | |||
!Description | |||
|- | |||
| functionID | |||
| int | |||
| [[Function]] ID | |||
|- | |||
| id | |||
| int | |||
| | |||
|- | |||
| priority | |||
| int | |||
| | |||
|- | |||
| railTypes | |||
| TNLRailType<nowiki>[]</nowiki> | |||
| | |||
|- | |||
| tree | |||
| boolean | |||
| | |||
|- | |||
| version | |||
| int | |||
| | |||
|} | |||
==Api Model TNLRailType== | |||
API Enumeration description of TNLRailType | |||
{|class=wikitable | |||
!Name | |||
!Description | |||
|- | |||
| TREIN | |||
| | |||
|- | |||
| METRO | |||
| | |||
|- | |||
| TRAM | |||
| | |||
|- | |||
| GEMENGD | |||
| | |||
|- | |||
| SNELTRAM | |||
| | |||
|} | |||
==Api Model TNLRoadHardnessType== | |||
API Enumeration description of TNLRoadHardnessType | |||
{|class=wikitable | |||
!Name | |||
!Description | |||
|- | |||
| HALFVERHARD | |||
| | |||
|- | |||
| ONVERHARD | |||
| | |||
|- | |||
| VERHARD | |||
| | |||
|- | |||
| ONBEKEND | |||
| | |||
|} | |||
==Api Model TNLRoadLink== | |||
API Model description of TNLRoadLink | |||
{|class=wikitable | |||
!Name | |||
!Type | |||
!Description | |||
|- | |||
| functionID | |||
| int | |||
| [[Function]] ID | |||
|- | |||
| hardnessType | |||
| TNLRoadHardnessType<nowiki>[]</nowiki> | |||
| | |||
|- | |||
| id | |||
| int | |||
| | |||
|- | |||
| priority | |||
| int | |||
| | |||
|- | |||
| roadType | |||
| TNLRoadType<nowiki>[]</nowiki> | |||
| | |||
|- | |||
| tree | |||
| boolean | |||
| | |||
|- | |||
| usageType | |||
| TNLRoadUsageType<nowiki>[]</nowiki> | |||
| | |||
|- | |||
| version | |||
| int | |||
| | |||
|} | |||
==Api Model TNLRoadType== | |||
API Enumeration description of TNLRoadType | |||
{|class=wikitable | |||
!Name | |||
!Description | |||
|- | |||
| AUTOSNELWEG | |||
| | |||
|- | |||
| HOOFDWEG | |||
| | |||
|- | |||
| REGIONALE_WEG | |||
| | |||
|- | |||
| ROLBAAN | |||
| | |||
|- | |||
| PLATFORM | |||
| | |||
|- | |||
| STARTBAAN | |||
| | |||
|- | |||
| LANDINGSBAAN | |||
| | |||
|- | |||
| LOKALE_WEG | |||
| | |||
|- | |||
| STRAAT | |||
| | |||
|- | |||
| ONBEKEND | |||
| | |||
|- | |||
| OVERIG | |||
| | |||
|} | |||
==Api Model TNLRoadUsageType== | |||
API Enumeration description of TNLRoadUsageType | |||
{|class=wikitable | |||
!Name | |||
!Description | |||
|- | |||
| SNELVERKEER | |||
| | |||
|- | |||
| VLIEGVERKEER | |||
| | |||
|- | |||
| BUSVERKEER | |||
| | |||
|- | |||
| FIETSERS | |||
| | |||
|- | |||
| PARKEREN | |||
| | |||
|- | |||
| PARKEREN_CARPOOL | |||
| | |||
|- | |||
| PARKEREN_PR | |||
| | |||
|- | |||
| RUITERS | |||
| | |||
|- | |||
| VOETGANGERS | |||
| | |||
|- | |||
| ONBEKEND | |||
| | |||
|- | |||
| OVERIG | |||
| | |||
|} | |||
==Api Model TNLStreetObjectLink== | |||
API Model description of TNLStreetObjectLink | |||
{|class=wikitable | |||
!Name | |||
!Type | |||
!Description | |||
|- | |||
| functionID | |||
| int | |||
| [[Function]] ID | |||
|- | |||
| id | |||
| int | |||
| | |||
|- | |||
| objectTypes | |||
| TNLStreetObjectType<nowiki>[]</nowiki> | |||
| | |||
|- | |||
| priority | |||
| int | |||
| | |||
|- | |||
| tree | |||
| boolean | |||
| | |||
|- | |||
| version | |||
| int | |||
| | |||
|} | |||
==Api Model TNLStreetObjectType== | |||
API Enumeration description of TNLStreetObjectType | |||
{|class=wikitable | |||
!Name | |||
!Description | |||
|- | |||
| PAAL | |||
| | |||
|- | |||
| PAALWERK | |||
| | |||
|- | |||
| METROSTATION | |||
| | |||
|- | |||
| MUUR | |||
| | |||
|- | |||
| OLIEPOMPINSTALLATIE | |||
| | |||
|- | |||
| RADIOBAKEN | |||
| | |||
|- | |||
| RD_PUNT | |||
| | |||
|- | |||
| RADIOTELESCOOP | |||
| | |||
|- | |||
| PEILSCHAAL | |||
| | |||
|- | |||
| PIJLER | |||
| | |||
|- | |||
| PLAATSNAAMBORD | |||
| | |||
|- | |||
| HUNEBED | |||
| | |||
|- | |||
| KAAP | |||
| | |||
|- | |||
| KABELBAAN | |||
| | |||
|- | |||
| KABELBAANMAST | |||
| | |||
|- | |||
| HEG_HAAG | |||
| | |||
|- | |||
| HEKWERK | |||
| | |||
|- | |||
| HELIKOPTERLANDINGSPLATFORM | |||
| | |||
|- | |||
| HOOGSPANNINGSLEIDING | |||
| | |||
|- | |||
| HOOGSPANNINGSMAST | |||
| | |||
|- | |||
| KRAAN | |||
| | |||
|- | |||
| KRUIS | |||
| | |||
|- | |||
| KOGELVANGER_SCHIETBAAN | |||
| | |||
|- | |||
| LUCHTVAARTLICHT | |||
| | |||
|- | |||
| LEIDING | |||
| | |||
|- | |||
| MARKANT_OBJECT | |||
| | |||
|- | |||
| KILOMETERPAAL | |||
| | |||
|- | |||
| KILOMETERPAAL_SPOORWEG | |||
| | |||
|- | |||
| KILOMETERRAAIPAAL | |||
| | |||
|- | |||
| KILOMETERPAAL_WATER | |||
| | |||
|- | |||
| KILOMETERRAAIBORD | |||
| | |||
|- | |||
| KOEDAM | |||
| | |||
|- | |||
| DUKDALF | |||
| | |||
|- | |||
| BUSSTATION | |||
| | |||
|- | |||
| CALAMITEITENDOORGANG | |||
| | |||
|- | |||
| GOLFMEETPAAL | |||
| | |||
|- | |||
| GRENSPUNT | |||
| | |||
|- | |||
| GPS_KERNNETPUNT | |||
| | |||
|- | |||
| GASWINNING | |||
| | |||
|- | |||
| GELUIDSWERING | |||
| | |||
|- | |||
| GEDENKTEKEN | |||
| | |||
|- | |||
| BOMENRIJ | |||
| | |||
|- | |||
| BOOM | |||
| | |||
|- | |||
| BOTENHELLING | |||
| | |||
|- | |||
| AANLEGSTEIGER | |||
| | |||
|- | |||
| BAAK | |||
| | |||
|- | |||
| WEGWIJZER | |||
| | |||
|- | |||
| WEGAFSLUITING | |||
| | |||
|- | |||
| VERKEERSGELEIDER | |||
| | |||
|- | |||
| VLAMPIJP | |||
| | |||
|- | |||
| VLIEDBERG | |||
| | |||
|- | |||
| ZICHTBAAR_WRAK | |||
| | |||
|- | |||
| WINDMOLENTJE | |||
| | |||
|- | |||
| ZENDMAST | |||
| | |||
|- | |||
| SNELTRAMHALTE | |||
| | |||
|- | |||
| SLUISDEUR | |||
| | |||
|- | |||
| SCHEEPVAARTLICHT | |||
| | |||
|- | |||
| SCHIETBAAN | |||
| | |||
|- | |||
| SEINMAST | |||
| | |||
|- | |||
| TOL | |||
| | |||
|- | |||
| TREINSTATION | |||
| | |||
|- | |||
| STORMVLOEDKERING | |||
| | |||
|- | |||
| STREKDAM_KRIB_GOLFBREKER | |||
| | |||
|- | |||
| STUW | |||
| | |||
|- | |||
| STRANDPAAL | |||
| | |||
|- | |||
| HAVENHOOFD | |||
| | |||
|- | |||
| KLOKKENSTOEL | |||
| | |||
|- | |||
| UITZICHTPUNT | |||
| | |||
|- | |||
| OVERIG | |||
| | |||
|} | |||
==Api Model TNLTerrainLandUse== | |||
API Enumeration description of TNLTerrainLandUse | |||
{|class=wikitable | |||
!Name | |||
!Description | |||
|- | |||
| AANLEGSTEIGER | |||
| | |||
|- | |||
| AKKERLAND | |||
| | |||
|- | |||
| BEBOUWD_GEBIED | |||
| | |||
|- | |||
| BOOMGAARD | |||
| | |||
|- | |||
| BOOMKWEKERIJ | |||
| | |||
|- | |||
| BOS_GEMENGD_BOS | |||
| | |||
|- | |||
| BOS_GRIEND | |||
| | |||
|- | |||
| BOS_LOOFBOS | |||
| | |||
|- | |||
| BOS_NAALDBOS | |||
| | |||
|- | |||
| DODENAKKER | |||
| | |||
|- | |||
| DODENAKKER_MET_BOS | |||
| | |||
|- | |||
| FRUITKWEKERIJ | |||
| | |||
|- | |||
| GRASLAND | |||
| | |||
|- | |||
| HEIDE | |||
| | |||
|- | |||
| LAADPERRON | |||
| | |||
|- | |||
| BASSALTBLOKKEN | |||
| | |||
|- | |||
| POPULIEREN | |||
| | |||
|- | |||
| SPOORBAANLICHAAM | |||
| | |||
|- | |||
| ZAND | |||
| | |||
|- | |||
| OVERIG | |||
| | |||
|- | |||
| ONBEKEND | |||
| | |||
|} | |||
==Api Model TNLTerrainLink== | |||
API Model description of TNLTerrainLink | |||
{|class=wikitable | |||
!Name | |||
!Type | |||
!Description | |||
|- | |||
| id | |||
| int | |||
| | |||
|- | |||
| landUses | |||
| TNLTerrainLandUse<nowiki>[]</nowiki> | |||
| | |||
|- | |||
| priority | |||
| int | |||
| | |||
|- | |||
| version | |||
| int | |||
| | |||
|} | |||
==Api Model TNLTerrainTypeLink== | |||
API Model description of TNLTerrainTypeLink | |||
{|class=wikitable | |||
!Name | |||
!Type | |||
!Description | |||
|- | |||
| id | |||
| int | |||
| | |||
|- | |||
| landUses | |||
| TNLTerrainLandUse<nowiki>[]</nowiki> | |||
| | |||
|- | |||
| priority | |||
| int | |||
| | |||
|- | |||
| terrainTypeID | |||
| int | |||
| [[Terrain Type]] ID | |||
|- | |||
| version | |||
| int | |||
| | |||
|} | |||
==Api Model TNLWaterFunctie== | |||
API Enumeration description of TNLWaterFunctie | |||
{|class=wikitable | |||
!Name | |||
!Description | |||
|- | |||
| DRINK_WATER_BEKKEN | |||
| | |||
|- | |||
| HAVEN | |||
| | |||
|- | |||
| NATUURBAD | |||
| | |||
|- | |||
| VLOEIVELD | |||
| | |||
|- | |||
| VISKWEKERIJ | |||
| | |||
|- | |||
| VISTRAP | |||
| | |||
|- | |||
| WATERVAL | |||
| | |||
|- | |||
| WATERZUIVERING | |||
| | |||
|- | |||
| ZWEMBAD | |||
| | |||
|- | |||
| OVERIG | |||
| | |||
|- | |||
| ONBEKEND | |||
| | |||
|} | |||
==Api Model TNLWaterInfrastructuur== | |||
API Enumeration description of TNLWaterInfrastructuur | |||
{|class=wikitable | |||
!Name | |||
!Description | |||
|- | |||
| VERBINDING | |||
| | |||
|- | |||
| KRUISING | |||
| | |||
|- | |||
| OVERIG | |||
| | |||
|} | |||
==Api Model TNLWaterLink== | |||
API Model description of TNLWaterLink | |||
{|class=wikitable | |||
!Name | |||
!Type | |||
!Description | |||
|- | |||
| appearances | |||
| TNLWaterVoorkomen<nowiki>[]</nowiki> | |||
| | |||
|- | |||
| id | |||
| int | |||
| | |||
|- | |||
| infrastructures | |||
| TNLWaterInfrastructuur<nowiki>[]</nowiki> | |||
| | |||
|- | |||
| mainDrainages | |||
| TNLHoofdafwatering<nowiki>[]</nowiki> | |||
| | |||
|- | |||
| priority | |||
| int | |||
| | |||
|- | |||
| terrainTypeID | |||
| int | |||
| [[Terrain Type]] ID | |||
|- | |||
| version | |||
| int | |||
| | |||
|- | |||
| waterFunctions | |||
| TNLWaterFunctie<nowiki>[]</nowiki> | |||
| | |||
|- | |||
| waterTypes | |||
| TNLWaterType<nowiki>[]</nowiki> | |||
| | |||
|} | |||
==Api Model TNLWaterType== | |||
API Enumeration description of TNLWaterType | |||
{|class=wikitable | |||
!Name | |||
!Description | |||
|- | |||
| ZEE | |||
| | |||
|- | |||
| WATERLOOP | |||
| | |||
|- | |||
| MEER | |||
| | |||
|- | |||
| SLOOT | |||
| | |||
|- | |||
| DROOGVALLEND | |||
| | |||
|- | |||
| BRON | |||
| | |||
|- | |||
| ONBEKEND | |||
| | |||
|} | |||
==Api Model TNLWaterVoorkomen== | |||
API Enumeration description of TNLWaterVoorkomen | |||
{|class=wikitable | |||
!Name | |||
!Description | |||
|- | |||
| MET_RIET | |||
| | |||
|- | |||
| OVERIG | |||
| | |||
|} | |||
==Api Model TerrainGeoLink== | |||
API Model description of TerrainGeoLink | |||
{|class=wikitable | |||
!Name | |||
!Type | |||
!Description | |||
|- | |||
| id | |||
| int | |||
| | |||
|- | |||
| priority | |||
| int | |||
| | |||
|- | |||
| terrainTypeID | |||
| int | |||
| [[Terrain Type]] ID | |||
|- | |||
| version | |||
| int | |||
| | |||
|} | |||
{{article end|seealso=*[[Api Content Items]] | {{article end|seealso=*[[Api Content Items]] | ||
*[[Api session event editor geolink]] | *[[Api session event editor geolink]] | ||
| Line 31: | Line 2,377: | ||
[[Category:API]] | [[Category:API]] | ||
[[Category:Items]] | |||
Latest revision as of 10:01, 13 July 2026
API Endpoint: /api/session/items/geolinks/
Edit items with events described at Api session event editor geolink.
Default Query:
https://engine.tygron.com/api/session/items/geolinks/?f=JSON&token=API_TOKENExample Response:
[ {
"functionID" : 0,
"id" : 0,
"priority" : 55,
"tree" : false,
"version" : 1
}, {
"defaultWidth" : 10.0,
"elementType" : "MULTIPOLYGON",
"functionID" : 747,
"id" : 1,
"priority" : 0,
"subTypes" : {
"BUILDINGS" : [ ]
},
"tree" : false,
"version" : 2
} ]Limit Queries
version=100:
https://engine.tygron.com/api/session/items/geolinks/?version=100&token=API_TOKENGet Queries
attributes:
https://engine.tygron.com/api/session/items/geolinks/attributes/?token=API_TOKENmax version:
https://engine.tygron.com/api/session/items/geolinks/version/?token=API_TOKENcount:
https://engine.tygron.com/api/session/items/geolinks/count/?token=API_TOKENFormats
HTML:
https://engine.tygron.com/api/session/items/geolinks/?f=HTML&token=API_TOKENJSON:
https://engine.tygron.com/api/session/items/geolinks/?f=JSON&token=API_TOKENCSV:
https://engine.tygron.com/api/session/items/geolinks/?f=CSV&token=API_TOKENSSV:
https://engine.tygron.com/api/session/items/geolinks/?f=SSV&token=API_TOKENSMILE:
https://engine.tygron.com/api/session/items/geolinks/?f=SMILE&token=API_TOKENZIPJSON:
https://engine.tygron.com/api/session/items/geolinks/?f=ZIPJSON&token=API_TOKENZIPSMILE:
https://engine.tygron.com/api/session/items/geolinks/?f=ZIPSMILE&token=API_TOKENApi Model AreaGeoLink
API Model description of AreaGeoLink
| Name | Type | Description |
|---|---|---|
| additionals | Map<String,double[]> | |
| geomMode | GeometryMode | |
| id | int | |
| lineBuffer | double | |
| mappings | Map<String,String> | |
| matchings | Map<String,java.lang.String[]> | |
| name | String | |
| pointBuffer | double | |
| priority | int | |
| version | int |
Api Model BGTAppearance
API Enumeration description of BGTAppearance
| Name | Description |
|---|---|
| TEGELS | |
| KLINKERS | |
| BETON_STENEN | |
| BETON_ELEMENT | |
| ASFALT | |
| ZAND | |
| ONBEKEND |
Api Model BGTFunction
API Enumeration description of BGTFunction
| Name | Description |
|---|---|
| VLIEG_BAAN | |
| FIETSPAD | |
| INRIT | |
| OV_BAAN | |
| OVERWEG | |
| PARKEERVLAK | |
| AUTOSNEL_WEG | |
| AUTO_WEG | |
| LOKALE_WEG | |
| REGIONALE_WEG | |
| RUITERPAD | |
| SPOORBAAN | |
| VOETGANGERSGEBIED | |
| VOETPAD_OP_TRAP | |
| VOETPAD | |
| WOONERF | |
| ONBEKEND |
Api Model BGTFunctionLink
API Model description of BGTFunctionLink
| Name | Type | Description |
|---|---|---|
| categories | Category[] | Category[] |
| className | String | |
| functionID | int | Function ID |
| id | int | |
| layer | BGTLayer | |
| priority | int | |
| transmissionTowerFoundations | int | |
| tree | boolean | |
| typeName | String | |
| version | int |
Api Model BGTLayer
API Enumeration description of BGTLayer
| Name | Description |
|---|---|
| BAK | |
| BEGROEIDTERREINDEEL | |
| BORD | |
| BUURT | |
| FUNCTIONEELGEBIED | |
| GEBOUWINSTALLATIE | |
| INSTALLATIE | |
| KAST | |
| KUNSTWERKDEEL | |
| MAST | |
| ONBEGROEIDTERREINDEEL | |
| ONDERSTEUNENDWATERDEEL | |
| ONDERSTEUNENDWEGDEEL | |
| ONGECLASSIFICEERDOBJECT | |
| OPENBARERUIMTE | |
| OPENBARERUIMTELABEL | |
| OVERBRUGGINGSDEEL | |
| OVERIGBOUWWERK | |
| OVERIGESCHEIDING | |
| PAAL | |
| PUBLIC | |
| PAND | |
| PLAATSBEPALINGSPUNT | |
| PUT | |
| SCHEIDING | |
| SENSOR | |
| SPOOR | |
| STRAATMEUBILAIR | |
| TUNNELDEEL | |
| VEGETATIEOBJECT | |
| WATERDEEL | |
| WATERINRICHTINGSELEMENT | |
| WEGDEEL | |
| WEGINRICHTINGSELEMENT | |
| WIJK |
Api Model BGTMaterial
API Enumeration description of BGTMaterial
| Name | Description |
|---|---|
| CLOSED | |
| HALF | |
| OPEN | |
| UNKNOWN |
Api Model BGTRoadLink
API Model description of BGTRoadLink
| Name | Type | Description |
|---|---|---|
| appearance | BGTAppearance | |
| function | BGTFunction | |
| functionID | int | Function ID |
| id | int | |
| material | BGTMaterial | |
| priority | int | |
| tree | boolean | |
| version | int |
Api Model BGTTerrainLink
API Model description of BGTTerrainLink
| Name | Type | Description |
|---|---|---|
| className | String | |
| id | int | |
| layer | BGTLayer | |
| priority | int | |
| terrainTypeID | int | Terrain Type ID |
| typeName | String | |
| version | int |
Api Model BRPLink
API Model description of BRPLink
| Name | Type | Description |
|---|---|---|
| cropCodes | int[] | |
| description | String | |
| functionID | int | Function ID |
| id | int | |
| priority | int | |
| tree | boolean | |
| version | int |
Api Model BagBuildingLink
API Model description of BagBuildingLink
| Name | Type | Description |
|---|---|---|
| functionID | int | Function ID |
| id | int | |
| priority | int | |
| residenceType | ResidenceType | ResidenceType |
| tree | boolean | |
| version | int |
Api Model BuildingAttributeGeoLink
API Model description of BuildingAttributeGeoLink
| Name | Type | Description |
|---|---|---|
| attribute | String | |
| featureAttributes | Map<String,java.util.List<java.lang.String>> | |
| id | int | |
| priority | int | |
| value | double | |
| version | int |
Api Model BuildingGeoLink
API Model description of BuildingGeoLink
| Name | Type | Description |
|---|---|---|
| additionals | Map<String,double[]> | |
| functionID | int | Function ID |
| geomMode | GeometryMode | |
| id | int | |
| lineBuffer | double | |
| mappings | Map<String,String> | |
| matchings | Map<String,java.lang.String[]> | |
| name | String | |
| pointBuffer | double | |
| priority | int | |
| version | int |
Api Model Category
API Enumeration description of Category
| Name | Description |
|---|---|
| SOCIAL | |
| NORMAL | |
| LUXE | |
| ROAD | |
| PAVED_AREA | |
| EDUCATION | |
| HEALTHCARE | |
| PARK | |
| NATURE | |
| INDUSTRY | |
| OFFICES | |
| OTHER | |
| SENIOR | |
| UNDERGROUND | |
| SHOPPING | |
| AGRICULTURE | |
| LEISURE | |
| STUDENT | |
| GARDEN | |
| INTERSECTION | |
| BRIDGE |
Api Model CustomFunctionGeoLink
API Model description of CustomFunctionGeoLink
| Name | Type | Description |
|---|---|---|
| additionals | Map<String,double[]> | |
| functionID | int | Function ID |
| geomMode | GeometryMode | |
| id | int | |
| lineBuffer | double | |
| mappings | Map<String,String> | |
| matchings | Map<String,java.lang.String[]> | |
| name | String | |
| pointBuffer | double | |
| priority | int | |
| version | int |
Api Model CustomGeoLink
API Model description of CustomGeoLink
| Name | Type | Description |
|---|---|---|
| additionals | Map<String,double[]> | |
| geomMode | GeometryMode | |
| id | int | |
| lineBuffer | double | |
| mappings | Map<String,String> | |
| matchings | Map<String,java.lang.String[]> | |
| name | String | |
| pointBuffer | double | |
| priority | int | |
| version | int |
Api Model FGRTerrainLink
API Model description of FGRTerrainLink
| Name | Type | Description |
|---|---|---|
| fgrName | String | |
| id | int | |
| priority | int | |
| terrainTypeID | int | Terrain Type ID |
| version | int |
Api Model FunctionChangeGeoLink
API Model description of FunctionChangeGeoLink
| Name | Type | Description |
|---|---|---|
| add | boolean | |
| category | Category | Category |
| featureAttributes | Map<String,java.util.List<java.lang.String>> | |
| functionID | int | Function ID |
| id | int | |
| priority | int | |
| tree | boolean | |
| update | boolean | |
| version | int |
Api Model FunctionGeoLink
API Model description of FunctionGeoLink
| Name | Type | Description |
|---|---|---|
| functionID | int | Function ID |
| id | int | |
| priority | int | |
| tree | boolean | |
| version | int |
Api Model GeoElementType
API Enumeration description of GeoElementType
| Name | Description |
|---|---|
| POINT | |
| LINESTRING | |
| MULTIPOLYGON |
Api Model GeoLink
API Model description of GeoLink
| Name | Type | Description |
|---|---|---|
| id | int | |
| priority | int | |
| version | int |
Api Model GeometryMode
API Enumeration description of GeometryMode
| Name | Description |
|---|---|
| NORMAL | |
| RADIUS_CENTERPOINT |
Api Model IMWABuildingLink
API Model description of IMWABuildingLink
| Name | Type | Description |
|---|---|---|
| aquoName | String | |
| bufferWidth | double | |
| functionID | int | Function ID |
| id | int | |
| priority | int | |
| tree | boolean | |
| type | IMWAType | |
| version | int |
Api Model IMWAType
API Enumeration description of IMWAType
| Name | Description |
|---|---|
| CULVERTS |
Api Model OSMFunctionGeoLink
API Model description of OSMFunctionGeoLink
| Name | Type | Description |
|---|---|---|
| defaultWidth | double | |
| elementType | GeoElementType | |
| functionID | int | Function ID |
| id | int | |
| priority | int | |
| subTypes | Map<OSMLayer,java.util.List<java.lang.String>> | |
| tree | boolean | |
| version | int |
Api Model OSMLayer
API Enumeration description of OSMLayer
| Name | Description |
|---|---|
| AERIALWAY | |
| AEROWAY | |
| AMENITY | |
| BARRIER | |
| BOUNDARY | |
| BUILDINGS | |
| CONSTRUCTION | |
| CRAFT | |
| EMERGENCY | |
| GEOLOGICAL | |
| ROADS | |
| HISTORIC | |
| LANDUSE | |
| LEISURE | |
| MAN_MADE | |
| MILITARY | |
| NATURAL | |
| OFFICE | |
| PLACES | |
| POWER | |
| PUBLIC_TRANSPORT | |
| RAILWAYS | |
| ROUTE | |
| SHOP | |
| SPORT | |
| TOURISM | |
| TUNNEL | |
| WATERWAYS | |
| BRIDGES |
Api Model OSMTerrainGeoLink
API Model description of OSMTerrainGeoLink
| Name | Type | Description |
|---|---|---|
| defaultWidth | double | |
| elementType | GeoElementType | |
| id | int | |
| priority | int | |
| subTypes | Map<OSMLayer,java.util.List<java.lang.String>> | |
| terrainTypeID | int | Terrain Type ID |
| version | int |
Api Model ResidenceType (BagBuildingLink)
API Enumeration description of ResidenceType
| Name | Description |
|---|---|
| MOORAGE | |
| STAND |
Api Model RoadGeoLink
API Model description of RoadGeoLink
| Name | Type | Description |
|---|---|---|
| additionals | Map<String,double[]> | |
| functionID | int | Function ID |
| geomMode | GeometryMode | |
| id | int | |
| lineBuffer | double | |
| mappings | Map<String,String> | |
| matchings | Map<String,java.lang.String[]> | |
| name | String | |
| pointBuffer | double | |
| priority | int | |
| version | int |
Api Model StreetObjectGeoLink
API Model description of StreetObjectGeoLink
| Name | Type | Description |
|---|---|---|
| additionals | Map<String,double[]> | |
| functionID | int | Function ID |
| geomMode | GeometryMode | |
| id | int | |
| lineBuffer | double | |
| mappings | Map<String,String> | |
| matchings | Map<String,java.lang.String[]> | |
| name | String | |
| pointBuffer | double | |
| priority | int | |
| version | int |
Api Model TNLBuildingHeightType
API Enumeration description of TNLBuildingHeightType
| Name | Description |
|---|---|
| LAAGBOUW | |
| HOOGBOUW | |
| ONBEKEND |
Api Model TNLBuildingLink
API Model description of TNLBuildingLink
| Name | Type | Description |
|---|---|---|
| buildingTypes | TNLBuildingType[] | |
| functionID | int | Function ID |
| heightTypes | TNLBuildingHeightType[] | |
| id | int | |
| priority | int | |
| slantingRoofHeight | double | |
| tree | boolean | |
| version | int |
Api Model TNLBuildingType
API Enumeration description of TNLBuildingType
| Name | Description |
|---|---|
| BRANDTOREN | |
| BEZOEKERSCENTRUM | |
| BUNKER | |
| CREMATORIUM | |
| DEELRAADSECRETARIE | |
| DOK | |
| ELEKTRICITEITSCENTRALE | |
| FABRIEK | |
| FORT | |
| GASCOMPRESSIESTATION | |
| GEMAAL | |
| GEMEENTEHUIS | |
| GEVANGENIS | |
| GRENSKANTOOR | |
| HOTEL | |
| HUIZENBLOK | |
| HULPSECRETARIE | |
| KAPEL | |
| KAS_WARENHUIS | |
| KASTEEL | |
| KERK | |
| KERNCENTRALE | |
| KLOKKENTOREN | |
| KLOOSTER | |
| KLINIEK | |
| KUNSTIJSBAAN | |
| KOELTOREN | |
| KOEPEL | |
| LICHTTOREN | |
| LUCHTWACHTTOREN | |
| MANEGE | |
| METROSTATION | |
| MILITAIR_GEBOUW | |
| MOTEL | |
| MUSEUM | |
| PARKEERGELEGENHEID | |
| PEILMEETSTATION | |
| POLITIE_BUREAU | |
| POMPSTATION | |
| POSTKANTOOR | |
| PSYCHIATRISCH_ZIEKENHUIS | |
| RADARPOST | |
| RADARTOREN | |
| RADIOTOREN | |
| RECREATIECENTRUM | |
| REDDINGBOOTHUISJE | |
| REDDINGHUISJE | |
| RELIGIEUS_GEBOUW | |
| REMISE | |
| RUINE | |
| SCHAAPSKOOI | |
| SCHOOL | |
| SCHOORSTEEN | |
| SPORTHAL | |
| STADION | |
| STADSKANTOOR | |
| TANK | |
| TANKSTATION | |
| TELECOMMUNICATIETOREN | |
| TOREN | |
| TRANSFORMATORSTATION | |
| TREINSTATION | |
| UITZICHTTOREN | |
| UNIVERSITEIT | |
| VEILING | |
| VERKEERSTOREN | |
| WATERRADMOLEN | |
| WATERTOREN | |
| WEGENWACHTSTATION | |
| WEGRESTAURANT | |
| WERF | |
| WINDMOLEN | |
| WATERMOLEN | |
| KORENMOLEN | |
| WINDTURBINE | |
| ZENDTOREN | |
| ZIEKENHUIS | |
| ZWEMBAD | |
| OVERIG |
Api Model TNLFunctionTerrainLink
API Model description of TNLFunctionTerrainLink
| Name | Type | Description |
|---|---|---|
| functionID | int | Function ID |
| id | int | |
| landUses | TNLTerrainLandUse[] | |
| mustContainHouses | boolean | |
| priority | int | |
| tree | boolean | |
| version | int |
Api Model TNLHoofdafwatering
API Enumeration description of TNLHoofdafwatering
| Name | Description |
|---|---|
| JA | |
| NEE |
Api Model TNLRailLink
API Model description of TNLRailLink
| Name | Type | Description |
|---|---|---|
| functionID | int | Function ID |
| id | int | |
| priority | int | |
| railTypes | TNLRailType[] | |
| tree | boolean | |
| version | int |
Api Model TNLRailType
API Enumeration description of TNLRailType
| Name | Description |
|---|---|
| TREIN | |
| METRO | |
| TRAM | |
| GEMENGD | |
| SNELTRAM |
Api Model TNLRoadHardnessType
API Enumeration description of TNLRoadHardnessType
| Name | Description |
|---|---|
| HALFVERHARD | |
| ONVERHARD | |
| VERHARD | |
| ONBEKEND |
Api Model TNLRoadLink
API Model description of TNLRoadLink
| Name | Type | Description |
|---|---|---|
| functionID | int | Function ID |
| hardnessType | TNLRoadHardnessType[] | |
| id | int | |
| priority | int | |
| roadType | TNLRoadType[] | |
| tree | boolean | |
| usageType | TNLRoadUsageType[] | |
| version | int |
Api Model TNLRoadType
API Enumeration description of TNLRoadType
| Name | Description |
|---|---|
| AUTOSNELWEG | |
| HOOFDWEG | |
| REGIONALE_WEG | |
| ROLBAAN | |
| PLATFORM | |
| STARTBAAN | |
| LANDINGSBAAN | |
| LOKALE_WEG | |
| STRAAT | |
| ONBEKEND | |
| OVERIG |
Api Model TNLRoadUsageType
API Enumeration description of TNLRoadUsageType
| Name | Description |
|---|---|
| SNELVERKEER | |
| VLIEGVERKEER | |
| BUSVERKEER | |
| FIETSERS | |
| PARKEREN | |
| PARKEREN_CARPOOL | |
| PARKEREN_PR | |
| RUITERS | |
| VOETGANGERS | |
| ONBEKEND | |
| OVERIG |
Api Model TNLStreetObjectLink
API Model description of TNLStreetObjectLink
| Name | Type | Description |
|---|---|---|
| functionID | int | Function ID |
| id | int | |
| objectTypes | TNLStreetObjectType[] | |
| priority | int | |
| tree | boolean | |
| version | int |
Api Model TNLStreetObjectType
API Enumeration description of TNLStreetObjectType
| Name | Description |
|---|---|
| PAAL | |
| PAALWERK | |
| METROSTATION | |
| MUUR | |
| OLIEPOMPINSTALLATIE | |
| RADIOBAKEN | |
| RD_PUNT | |
| RADIOTELESCOOP | |
| PEILSCHAAL | |
| PIJLER | |
| PLAATSNAAMBORD | |
| HUNEBED | |
| KAAP | |
| KABELBAAN | |
| KABELBAANMAST | |
| HEG_HAAG | |
| HEKWERK | |
| HELIKOPTERLANDINGSPLATFORM | |
| HOOGSPANNINGSLEIDING | |
| HOOGSPANNINGSMAST | |
| KRAAN | |
| KRUIS | |
| KOGELVANGER_SCHIETBAAN | |
| LUCHTVAARTLICHT | |
| LEIDING | |
| MARKANT_OBJECT | |
| KILOMETERPAAL | |
| KILOMETERPAAL_SPOORWEG | |
| KILOMETERRAAIPAAL | |
| KILOMETERPAAL_WATER | |
| KILOMETERRAAIBORD | |
| KOEDAM | |
| DUKDALF | |
| BUSSTATION | |
| CALAMITEITENDOORGANG | |
| GOLFMEETPAAL | |
| GRENSPUNT | |
| GPS_KERNNETPUNT | |
| GASWINNING | |
| GELUIDSWERING | |
| GEDENKTEKEN | |
| BOMENRIJ | |
| BOOM | |
| BOTENHELLING | |
| AANLEGSTEIGER | |
| BAAK | |
| WEGWIJZER | |
| WEGAFSLUITING | |
| VERKEERSGELEIDER | |
| VLAMPIJP | |
| VLIEDBERG | |
| ZICHTBAAR_WRAK | |
| WINDMOLENTJE | |
| ZENDMAST | |
| SNELTRAMHALTE | |
| SLUISDEUR | |
| SCHEEPVAARTLICHT | |
| SCHIETBAAN | |
| SEINMAST | |
| TOL | |
| TREINSTATION | |
| STORMVLOEDKERING | |
| STREKDAM_KRIB_GOLFBREKER | |
| STUW | |
| STRANDPAAL | |
| HAVENHOOFD | |
| KLOKKENSTOEL | |
| UITZICHTPUNT | |
| OVERIG |
Api Model TNLTerrainLandUse
API Enumeration description of TNLTerrainLandUse
| Name | Description |
|---|---|
| AANLEGSTEIGER | |
| AKKERLAND | |
| BEBOUWD_GEBIED | |
| BOOMGAARD | |
| BOOMKWEKERIJ | |
| BOS_GEMENGD_BOS | |
| BOS_GRIEND | |
| BOS_LOOFBOS | |
| BOS_NAALDBOS | |
| DODENAKKER | |
| DODENAKKER_MET_BOS | |
| FRUITKWEKERIJ | |
| GRASLAND | |
| HEIDE | |
| LAADPERRON | |
| BASSALTBLOKKEN | |
| POPULIEREN | |
| SPOORBAANLICHAAM | |
| ZAND | |
| OVERIG | |
| ONBEKEND |
Api Model TNLTerrainLink
API Model description of TNLTerrainLink
| Name | Type | Description |
|---|---|---|
| id | int | |
| landUses | TNLTerrainLandUse[] | |
| priority | int | |
| version | int |
Api Model TNLTerrainTypeLink
API Model description of TNLTerrainTypeLink
| Name | Type | Description |
|---|---|---|
| id | int | |
| landUses | TNLTerrainLandUse[] | |
| priority | int | |
| terrainTypeID | int | Terrain Type ID |
| version | int |
Api Model TNLWaterFunctie
API Enumeration description of TNLWaterFunctie
| Name | Description |
|---|---|
| DRINK_WATER_BEKKEN | |
| HAVEN | |
| NATUURBAD | |
| VLOEIVELD | |
| VISKWEKERIJ | |
| VISTRAP | |
| WATERVAL | |
| WATERZUIVERING | |
| ZWEMBAD | |
| OVERIG | |
| ONBEKEND |
Api Model TNLWaterInfrastructuur
API Enumeration description of TNLWaterInfrastructuur
| Name | Description |
|---|---|
| VERBINDING | |
| KRUISING | |
| OVERIG |
Api Model TNLWaterLink
API Model description of TNLWaterLink
| Name | Type | Description |
|---|---|---|
| appearances | TNLWaterVoorkomen[] | |
| id | int | |
| infrastructures | TNLWaterInfrastructuur[] | |
| mainDrainages | TNLHoofdafwatering[] | |
| priority | int | |
| terrainTypeID | int | Terrain Type ID |
| version | int | |
| waterFunctions | TNLWaterFunctie[] | |
| waterTypes | TNLWaterType[] |
Api Model TNLWaterType
API Enumeration description of TNLWaterType
| Name | Description |
|---|---|
| ZEE | |
| WATERLOOP | |
| MEER | |
| SLOOT | |
| DROOGVALLEND | |
| BRON | |
| ONBEKEND |
Api Model TNLWaterVoorkomen
API Enumeration description of TNLWaterVoorkomen
| Name | Description |
|---|---|
| MET_RIET | |
| OVERIG |
Api Model TerrainGeoLink
API Model description of TerrainGeoLink
| Name | Type | Description |
|---|---|---|
| id | int | |
| priority | int | |
| terrainTypeID | int | Terrain Type ID |
| version | int |