Api session event editor parametric set polygons: Difference between revisions

From Tygron Support wiki
Jump to navigation Jump to search
Created page with "API Event to Set Polygons {|class=wikitable !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=== {|class=wikitable !Response Code: !Description |- |204 |No Content |- |300-600 |Codes Overview |} ===Example POST=== Example POST: https://eng..."
 
No edit summary
Line 10: Line 10:
|REQUIRED
|REQUIRED
|(PARAMETRIC_DESIGN Integer ID or multiple values in array [1, 2, 3])
|(PARAMETRIC_DESIGN Integer ID or multiple values in array [1, 2, 3])
|[[Parametric Design]]s
|[[Parametric Design]]
|
|
|-
|-
Line 36: Line 36:
<pre>[ [ 1, 2, 3 ], [ {
<pre>[ [ 1, 2, 3 ], [ {
  "type" : "MultiPolygon",
  "type" : "MultiPolygon",
  "coordinates" : [ [ [ [ 658636.7618515313, 6799461.8964563515 ], [ 658636.7618515313, 6799382.926472285 ], [ 658645.8180343907, 6799382.926472285 ], [ 658645.8180343907, 6799461.8964563515 ], [ 658636.7618515313, 6799461.8964563515 ] ] ] ]
  "coordinates" : [ [ [ [ 658636.7618515313, 6799461.8964563515 ], [ 658636.7618515313, 6799381.057110092 ], [ 658716.2015961537, 6799381.057110092 ], [ 658716.2015961537, 6799461.8964563515 ], [ 658636.7618515313, 6799461.8964563515 ] ] ] ]
}, {
}, {
  "type" : "MultiPolygon",
  "type" : "MultiPolygon",
  "coordinates" : [ [ [ [ 658636.7618515313, 6799461.8964563515 ], [ 658636.7618515313, 6799392.011806051 ], [ 658691.2434967995, 6799392.011806051 ], [ 658691.2434967995, 6799461.8964563515 ], [ 658636.7618515313, 6799461.8964563515 ] ] ] ]
  "coordinates" : [ [ [ [ 658636.7618515313, 6799461.8964563515 ], [ 658636.7618515313, 6799417.502442103 ], [ 658712.6983345991, 6799417.502442103 ], [ 658712.6983345991, 6799461.8964563515 ], [ 658636.7618515313, 6799461.8964563515 ] ] ] ]
}, {
}, {
  "type" : "MultiPolygon",
  "type" : "MultiPolygon",
  "coordinates" : [ [ [ [ 658636.7618515313, 6799461.8964563515 ], [ 658636.7618515313, 6799430.333057039 ], [ 658731.8663887788, 6799430.333057039 ], [ 658731.8663887788, 6799461.8964563515 ], [ 658636.7618515313, 6799461.8964563515 ] ] ] ]
  "coordinates" : [ [ [ [ 658636.7618515313, 6799461.8964563515 ], [ 658636.7618515313, 6799404.537045159 ], [ 658704.1553787455, 6799404.537045159 ], [ 658704.1553787455, 6799461.8964563515 ], [ 658636.7618515313, 6799461.8964563515 ] ] ] ]
} ] ]
} ] ]
</pre>
</pre>

Revision as of 07:54, 31 March 2026

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 Design
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, 6799381.057110092 ], [ 658716.2015961537, 6799381.057110092 ], [ 658716.2015961537, 6799461.8964563515 ], [ 658636.7618515313, 6799461.8964563515 ] ] ] ]
}, {
 "type" : "MultiPolygon",
 "coordinates" : [ [ [ [ 658636.7618515313, 6799461.8964563515 ], [ 658636.7618515313, 6799417.502442103 ], [ 658712.6983345991, 6799417.502442103 ], [ 658712.6983345991, 6799461.8964563515 ], [ 658636.7618515313, 6799461.8964563515 ] ] ] ]
}, {
 "type" : "MultiPolygon",
 "coordinates" : [ [ [ [ 658636.7618515313, 6799461.8964563515 ], [ 658636.7618515313, 6799404.537045159 ], [ 658704.1553787455, 6799404.537045159 ], [ 658704.1553787455, 6799461.8964563515 ], [ 658636.7618515313, 6799461.8964563515 ] ] ] ]
} ] ]