Api session items parametricdesigns: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| (6 intermediate revisions by the same user not shown) | |||
| Line 37: | Line 37: | ||
!Description | !Description | ||
|- | |- | ||
|ROAD | | ROAD | ||
| | | | ||
|- | |- | ||
|SPACED | | SPACED | ||
| | | | ||
|} | |} | ||
| Line 61: | Line 61: | ||
!Description | !Description | ||
|- | |- | ||
|type | | type | ||
|String | | String | ||
|[[ | | [[MultiPolygon]] | ||
|- | |- | ||
|coordinates | | coordinates | ||
|double[][][][] | | double[][][][] | ||
|array of [[ | | array of [[Polygon]]s; [[Polygon]] is array of outer and optional inner rings; rings is array of coordinates; coordinates is array of [x,y,(optional) z] | ||
|} | |} | ||
| Line 78: | Line 78: | ||
!Description | !Description | ||
|- | |- | ||
|alignment | | alignment | ||
|Alignment | | Alignment | ||
| | | | ||
|- | |- | ||
|attributes | | attributes | ||
|Map<String,double[]> | | Map<String,double[]> | ||
| | | | ||
|- | |- | ||
|center | | center | ||
|Point | | Point | ||
| | | [[Point]] | ||
|- | |- | ||
|gardenID | | gardenID | ||
|int | | int | ||
|[[Function]] ID | | [[Function]] ID | ||
|- | |- | ||
|id | | id | ||
|int | | int | ||
| | | | ||
|- | |- | ||
|maquetteOverride | | maquetteOverride | ||
|Map<String,double[]> | | Map<String,double[]> | ||
| | | | ||
|- | |- | ||
|name | | name | ||
|String | | String | ||
| | | | ||
|- | |- | ||
|parkingID | | parkingID | ||
|int | | int | ||
|[[Function]] ID | | [[Function]] ID | ||
|- | |- | ||
|plotDesigns | | plotDesigns | ||
|PlotDesign<nowiki>[]</nowiki> | | PlotDesign<nowiki>[]</nowiki> | ||
| | | [[Plot]]Design<nowiki>[]</nowiki> | ||
|- | |- | ||
|polygons | | polygons | ||
|MultiPolygon | | MultiPolygon | ||
| | | [[MultiPolygon]] | ||
|- | |- | ||
|publicGreenID | | publicGreenID | ||
|int | | int | ||
|[[Function]] ID | | [[Function]] ID | ||
|- | |- | ||
|roadID | | roadID | ||
|int | | int | ||
|[[Function]] ID | | [[Function]] ID | ||
|- | |- | ||
|sidewalkID | | sidewalkID | ||
|int | | int | ||
|[[Function]] ID | | [[Function]] ID | ||
|- | |- | ||
|sourceIDs | | sourceIDs | ||
|int<nowiki>[]</nowiki> | | int<nowiki>[]</nowiki> | ||
|[[Source]]s ID | | [[Source]]s ID | ||
|- | |- | ||
|version | | version | ||
|int | | int | ||
| | | | ||
|- | |- | ||
|waterID | | waterID | ||
|int | | int | ||
|[[Terrain Type]] ID | | [[Terrain Type]] ID | ||
|} | |} | ||
| Line 151: | Line 151: | ||
!Description | !Description | ||
|- | |- | ||
|attributes | | attributes | ||
|Map<String,double[]> | | Map<String,double[]> | ||
| | | | ||
|- | |- | ||
|functionID | | functionID | ||
|int | | int | ||
|[[Function]] ID | | [[Function]] ID | ||
|- | |- | ||
|id | | id | ||
|int | | int | ||
| | | | ||
|- | |- | ||
|multiPolygon | | multiPolygon | ||
|MultiPolygon | | MultiPolygon | ||
| | | [[MultiPolygon]] | ||
|} | |} | ||
| Line 176: | Line 176: | ||
!Description | !Description | ||
|- | |- | ||
|type | | type | ||
|String | | String | ||
|[[ | | [[Point]] | ||
|- | |- | ||
|coordinates | | coordinates | ||
|double[] | | double[] | ||
|x, y, (optional) z | | x, y, (optional) z | ||
|} | |} | ||
Latest revision as of 13:04, 19 June 2026
API Endpoint: /api/session/items/parametricdesigns/
Edit items with events described at Api session event editor parametric.
Default Query:
https://engine.tygron.com/api/session/items/parametricdesigns/?f=JSON&token=API_TOKENExample Response:
[ ]Limit Queries
version=100:
https://engine.tygron.com/api/session/items/parametricdesigns/?version=100&token=API_TOKENShow Queries
max version:
https://engine.tygron.com/api/session/items/parametricdesigns/version/?token=API_TOKENsize:
https://engine.tygron.com/api/session/items/parametricdesigns/size/?token=API_TOKENFormats
HTML:
https://engine.tygron.com/api/session/items/parametricdesigns/?f=HTML&token=API_TOKENJSON:
https://engine.tygron.com/api/session/items/parametricdesigns/?f=JSON&token=API_TOKENCSV:
https://engine.tygron.com/api/session/items/parametricdesigns/?f=CSV&token=API_TOKENSSV:
https://engine.tygron.com/api/session/items/parametricdesigns/?f=SSV&token=API_TOKENSMILE:
https://engine.tygron.com/api/session/items/parametricdesigns/?f=SMILE&token=API_TOKENZIPJSON:
https://engine.tygron.com/api/session/items/parametricdesigns/?f=ZIPJSON&token=API_TOKENZIPSMILE:
https://engine.tygron.com/api/session/items/parametricdesigns/?f=ZIPSMILE&token=API_TOKENApi Model Alignment
API Enumeration description of Alignment
| Name | Description |
|---|---|
| ROAD | |
| SPACED |
Api Model GeometryCollection
API Model description of GeometryCollection
| Name | Type | Description |
|---|
Api Model MultiPolygon
API Model description of MultiPolygon
| Name | Type | Description |
|---|---|---|
| type | String | MultiPolygon |
| coordinates | double[][][][] | array of Polygons; Polygon is array of outer and optional inner rings; rings is array of coordinates; coordinates is array of [x,y,(optional) z] |
Api Model ParametricDesign
API Model description of ParametricDesign
| Name | Type | Description |
|---|---|---|
| alignment | Alignment | |
| attributes | Map<String,double[]> | |
| center | Point | Point |
| gardenID | int | Function ID |
| id | int | |
| maquetteOverride | Map<String,double[]> | |
| name | String | |
| parkingID | int | Function ID |
| plotDesigns | PlotDesign[] | PlotDesign[] |
| polygons | MultiPolygon | MultiPolygon |
| publicGreenID | int | Function ID |
| roadID | int | Function ID |
| sidewalkID | int | Function ID |
| sourceIDs | int[] | Sources ID |
| version | int | |
| waterID | int | Terrain Type ID |
Api Model PlotDesign
API Model description of PlotDesign
| Name | Type | Description |
|---|---|---|
| attributes | Map<String,double[]> | |
| functionID | int | Function ID |
| id | int | |
| multiPolygon | MultiPolygon | MultiPolygon |
Api Model Point
API Model description of Point
| Name | Type | Description |
|---|---|---|
| type | String | Point |
| coordinates | double[] | x, y, (optional) z |