Api session items geolinks: Difference between revisions
No edit summary |
No edit summary |
||
| Line 11: | Line 11: | ||
"priority" : 55, | "priority" : 55, | ||
"tree" : false, | "tree" : false, | ||
"version" : | "version" : 16 | ||
}, { | }, { | ||
"defaultWidth" : 10.0, | "defaultWidth" : 10.0, | ||
| Line 22: | Line 22: | ||
}, | }, | ||
"tree" : false, | "tree" : false, | ||
"version" : | "version" : 17 | ||
} ]</syntaxhighlight> | } ]</syntaxhighlight> | ||
==Limit Queries== | ==Limit Queries== | ||
| Line 47: | Line 47: | ||
ZIPSMILE: | ZIPSMILE: | ||
<syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/items/geolinks/?f=ZIPSMILE&token=API_TOKEN</syntaxhighlight> | <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 BGTFunctionLink== | |||
API Model description of BGTFunctionLink | |||
{|class=wikitable | |||
!Name | |||
!Type | |||
!Description | |||
|- | |||
|categories | |||
|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 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 | |||
| | |||
|- | |||
|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 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 | |||
| | |||
|- | |||
|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 GeoLink== | |||
API Model description of GeoLink | |||
{|class=wikitable | |||
!Name | |||
!Type | |||
!Description | |||
|- | |||
|id | |||
|int | |||
| | |||
|- | |||
|priority | |||
|int | |||
| | |||
|- | |||
|version | |||
|int | |||
| | |||
|} | |||
==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 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 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 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 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 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 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 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 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 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 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 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]] | ||
Revision as of 11:53, 20 April 2026
Api session items Geo Links Endpoints.
Edit items with event: editorgeolink.
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" : 16
}, {
"defaultWidth" : 10.0,
"elementType" : "MULTIPOLYGON",
"functionID" : 747,
"id" : 1,
"priority" : 0,
"subTypes" : {
"BUILDINGS" : [ ]
},
"tree" : false,
"version" : 17
} ]Limit Queries
version=100:
https://engine.tygron.com/api/session/items/geolinks/?version=100&token=API_TOKENShow Queries
max version:
https://engine.tygron.com/api/session/items/geolinks/version/?token=API_TOKENsize:
https://engine.tygron.com/api/session/items/geolinks/size/?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 BGTFunctionLink
API Model description of BGTFunctionLink
| Name | Type | Description |
|---|---|---|
| categories | Category[] | |
| className | String | |
| functionID | int | Function ID |
| id | int | |
| layer | BGTLayer | |
| priority | int | |
| transmissionTowerFoundations | int | |
| tree | boolean | |
| typeName | String | |
| version | int |
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 | |
| 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 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 | |
| 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 GeoLink
API Model description of GeoLink
| Name | Type | Description |
|---|---|---|
| id | int | |
| priority | int | |
| version | int |
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 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 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 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 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 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 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 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 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 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 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 TerrainGeoLink
API Model description of TerrainGeoLink
| Name | Type | Description |
|---|---|---|
| id | int | |
| priority | int | |
| terrainTypeID | int | Terrain Type ID |
| version | int |