Api session event editor parametric set polygons
API Event to Set Polygons
| Name | Importance | Type | Description | Values |
|---|---|---|---|---|
| 0 | REQUIRED | (PARAMETRIC_DESIGN Integer ID or multiple values in array [1, 2, 3]) | Parametric Designs | |
| 1 | REQUIRED | (MultiPolygon with crs: EPSG:3857 or multiple values in array [a, b, c]) | MultiPolygon[] |
Response Codes
| Response Code: | Description |
|---|---|
| 204 | No Content |
| 300-600 | Codes Overview |
Example POST
Example POST: https://engine.tygron.com/api/session/event/editorparametric/set_polygons/?crs=3857&f=HTML&token=API_TOKEN
with content:
[ [ 1, 2, 3 ], [ {
"type" : "MultiPolygon",
"coordinates" : [ [ [ [ 658636.7618515313, 6799461.8964563515 ], [ 658636.7618515313, 6799382.926472285 ], [ 658645.8180343907, 6799382.926472285 ], [ 658645.8180343907, 6799461.8964563515 ], [ 658636.7618515313, 6799461.8964563515 ] ] ] ]
}, {
"type" : "MultiPolygon",
"coordinates" : [ [ [ [ 658636.7618515313, 6799461.8964563515 ], [ 658636.7618515313, 6799392.011806051 ], [ 658691.2434967995, 6799392.011806051 ], [ 658691.2434967995, 6799461.8964563515 ], [ 658636.7618515313, 6799461.8964563515 ] ] ] ]
}, {
"type" : "MultiPolygon",
"coordinates" : [ [ [ [ 658636.7618515313, 6799461.8964563515 ], [ 658636.7618515313, 6799430.333057039 ], [ 658731.8663887788, 6799430.333057039 ], [ 658731.8663887788, 6799461.8964563515 ], [ 658636.7618515313, 6799461.8964563515 ] ] ] ]
} ] ]