New pages
Jump to navigation
Jump to search
30 March 2026
- 10:1410:14, 30 March 2026 Api session event editor neighborhood set polygons (hist | edit) [2,647 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set Polygons {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(NEIGHBORHOOD Integer ID or multiple values in array [1, 2, 3]) |Neighborhoods | |- |1 |REQUIRED |(MultiPolygon with crs: EPSG:3857 or multiple values in array [a, b, c]) |MultiPolygon[] | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |200 |Boolean (Content was updated) |- |300-600 |Codes Overview |} ===Example POST=== Example POST: ht...")
- 10:1410:14, 30 March 2026 Api session event editor neighborhood set name (hist | edit) [1,611 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set new name of existing Neighborhood {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(NEIGHBORHOOD Integer ID or multiple values in array [1, 2, 3]) |Neighborhoods | |- |1 |REQUIRED |(String or multiple values in array ["a", "b", "c"]) |String[] | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |200 |Boolean (Content was updated) |- |300-600 |Codes Overview |} ===Example POST=== Example POST:...")
- 10:1410:14, 30 March 2026 Api session event editor neighborhood set color (hist | edit) [1,589 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set new color of existing Neighborhood {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(NEIGHBORHOOD Integer ID or multiple values in array [1, 2, 3]) |Neighborhoods | |- |1 |REQUIRED |(TColor or multiple values in array [a, b, c]) |Color[] | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No Content |- |300-600 |Codes Overview |} ===Example POST=== Example POST: https://engine.tygro...")
- 10:1410:14, 30 March 2026 Api session event editor neighborhood set attributes (hist | edit) [1,972 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set multiple Neighborhood attribute values {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(NEIGHBORHOOD Integer ID or multiple values in array [1, 2, 3]) |Neighborhoods | |- |1 |REQUIRED |(String or multiple values in array ["a", "b", "c"]) |Attribute Names | |- |2 |REQUIRED |(Floating point number or multiple values in array [1.0, 2.0, 3.0] or matrix [[1.0, 2.0], [3.0, 4.0], [5.0, 6.0]]) |Attribute Values | |- |3 |OP...")
- 10:1410:14, 30 March 2026 Api session event editor neighborhood set attribute (hist | edit) [1,791 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set Neighborhood attribute value {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(NEIGHBORHOOD Integer ID or multiple values in array [1, 2, 3]) |Neighborhoods | |- |1 |REQUIRED |(String) |Attribute Name | |- |2 |REQUIRED |(Floating point number or multiple values in array [1.0, 2.0, 3.0]) |Attribute Values | |- |3 |OPTIONAL |(SOURCE Integer ID) |Source (optional) | |} ===Response Codes=== {|class=wikitable !Respon...")
- 10:1410:14, 30 March 2026 Api session event editor neighborhood set active (hist | edit) [1,571 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set Neighborhood active {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(NEIGHBORHOOD Integer ID or multiple values in array [1, 2, 3]) |Neighborhoods | |- |1 |REQUIRED |(Boolean or multiple values in array [true, false, true]) |Boolean[] | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No Content |- |300-600 |Codes Overview |} ===Example POST=== Example POST: https://engine.tygron.com/...")
- 10:1410:14, 30 March 2026 Api session event editor neighborhood remove polygons (hist | edit) [1,667 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Remove polygons from existing Neighborhood {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(NEIGHBORHOOD Integer ID) |Neighborhoods | |- |1 |REQUIRED |(MultiPolygon with crs: EPSG:3857) |MultiPolygon | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No Content |- |300-600 |Codes Overview |} ===Example POST=== Example POST: https://engine.tygron.com/api/session/event/editorneighborhood/re...")
- 10:1410:14, 30 March 2026 Api session event editor neighborhood remove attribute (hist | edit) [1,613 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Remove attribute from Neighborhood {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(NEIGHBORHOOD Integer ID or multiple values in array [1, 2, 3]) |Neighborhoods | |- |1 |REQUIRED |(String or multiple values in array ["a", "b", "c"]) |String[] | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No Content |- |300-600 |Codes Overview |} ===Example POST=== Example POST: https://engine.tygron...")
- 10:1410:14, 30 March 2026 Api session event editor neighborhood remove (hist | edit) [1,468 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Remove existing Neighborhood {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(NEIGHBORHOOD Integer ID or multiple values in array [1, 2, 3]) |Neighborhoods | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |200 |Boolean (True when at least one item was removed) |- |300-600 |Codes Overview |} ===Example POST=== Example POST: https://engine.tygron.com/api/session/event/editorneighborhood/remove/...")
- 10:1410:14, 30 March 2026 Api session event editor neighborhood import (hist | edit) [3,476 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Import Neighborhood Collection {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(GeometryCollection with crs: EPSG:3857) |Collection of Neighborhood geometries | |- |1 |REQUIRED |(String or multiple values in array ["a", "b", "c"]) |Neighborhood Names | |- |2 |REQUIRED |(String or multiple values in array ["a", "b", "c"]) |Attribute Names | |- |3 |REQUIRED |(Floating point number or multiple values in array [1.0, 2....")
- 10:1310:13, 30 March 2026 Api session event editor neighborhood duplicate (hist | edit) [1,456 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Duplicate existing Neighborhood {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(NEIGHBORHOOD Integer ID or multiple values in array [1, 2, 3]) |Neighborhoods | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |200 |Integer[] (Integer array) |- |300-600 |Codes Overview |} ===Example POST=== Example POST: https://engine.tygron.com/api/session/event/editorneighborhood/duplicate/?f=HTML&token=API_...")
- 10:1310:13, 30 March 2026 Api session event editor neighborhood append attribute (hist | edit) [1,826 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Appended to existing Neighborhood attribute value {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(NEIGHBORHOOD Integer ID or multiple values in array [1, 2, 3]) |Neighborhoods | |- |1 |REQUIRED |(String) |Attribute Name | |- |2 |REQUIRED |(Floating point number or multiple values in array [1.0, 2.0, 3.0]) |Attribute Values appended to existing values | |- |3 |OPTIONAL |(SOURCE Integer ID) |Source (optional) | |} =...")
- 10:1310:13, 30 March 2026 Api session event editor neighborhood add polygons (hist | edit) [1,656 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Add polygons to existing Neighborhood {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(NEIGHBORHOOD Integer ID) |Neighborhoods | |- |1 |REQUIRED |(MultiPolygon with crs: EPSG:3857) |MultiPolygon | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No Content |- |300-600 |Codes Overview |} ===Example POST=== Example POST: https://engine.tygron.com/api/session/event/editorneighborhood/add_pol...")
- 10:1310:13, 30 March 2026 Api session event editor neighborhood add (hist | edit) [1,068 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Add new Neighborhood {|class=wikitable !Name !Importance !Type !Description !Values |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |200 |Integer (Integer) |- |300-600 |Codes Overview |} ===Example POST=== Example POST: https://engine.tygron.com/api/session/event/editorneighborhood/add/?f=HTML&token=API_TOKEN with content: <pre>[ ] </pre> {{article end|seealso=*api session event editor neighborhood}} Category:API")
- 10:1310:13, 30 March 2026 Api session event editor measurement (hist | edit) [595 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API api session event editor measurement Events. Measurement editing. {|class=wikitable !Name !Description |- |DUPLICATE |Duplicate existing [[Measurement]] |- |IMPORT |Import multiple [[Measurement]]s |- |REMOVE |Remove existing [[Measurement]] |- |SET_NAME |Set n...")
- 10:1310:13, 30 March 2026 Api session event editor measurement set name (hist | edit) [1,584 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set new name of existing [[Measurement]] {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(MEASUREMENT Integer ID or multiple values in array [1, 2, 3]) |[[Measurement]]s | |- |1 |REQUIRED |(String or multiple values in array ["a", "b", "c"]) |String[] | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No Content |- |300-600 |Codes Overview |} ===Example POST=== Example POST: https://engin...")
- 10:1310:13, 30 March 2026 Api session event editor measurement remove (hist | edit) [1,460 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Remove existing [[Measurement]] {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(MEASUREMENT Integer ID or multiple values in array [1, 2, 3]) |[[Measurement]]s | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |200 |Boolean (True when at least one item was removed) |- |300-600 |Codes Overview |} ===Example POST=== Example POST: https://engine.tygron.com/api/session/event/editormeasurement/rem...")
- 10:1310:13, 30 March 2026 Api session event editor measurement import (hist | edit) [3,003 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Import multiple [[Measurement]]s {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(GeometryCollection with crs: EPSG:3857) |[[Measurement]]s | |- |1 |REQUIRED |(String or multiple values in array ["a", "b", "c"]) |[[Measurement]] Names | |- |2 |REQUIRED |(OVERLAY Integer ID or multiple values in array [1, 2, 3]) |Overlays | |- |3 |OPTIONAL |(SOURCE Integer ID) |Source (optional) | |} ===Response Codes=== {|c...")
- 10:1310:13, 30 March 2026 Api session event editor measurement duplicate (hist | edit) [1,448 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Duplicate existing [[Measurement]] {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(MEASUREMENT Integer ID or multiple values in array [1, 2, 3]) |[[Measurement]]s | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |200 |Integer[] (Integer array) |- |300-600 |Codes Overview |} ===Example POST=== Example POST: https://engine.tygron.com/api/session/event/editormeasurement/duplicate/?f=HTML&token=...")
- 10:1310:13, 30 March 2026 Api session event editor measure (hist | edit) [8,462 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API api session event editor measure Events. Measure editing. {|class=wikitable !Name !Description |- |ADD |Add measure for Stakeholder |- |DUPLICATE |Duplicate specified Measures. |- |REMOVE |Remove specified Measures. |- |SET_NAME |Set the name of a Measure. |} Specific Events...")
- 10:1310:13, 30 March 2026 Api session event editor measure import building measure (hist | edit) [363 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Use IMPORT_BUILDINGS instead, same event with option to set existing measure. {|class=wikitable !Name !Importance !Type !Description !Values |} ===Response Codes=== {|class=wikitable !Response Code: !Description |} ===Example POST=== Example POST: with content: <pre></pre> {{article end|seealso=*api session event editor measure}} Category:API")
- 10:1310:13, 30 March 2026 Api session event editor measure set upgrade type (hist | edit) [1,302 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set the Upgrade Type for an Upgrade Spatial of a Measure. {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(MEASURE Integer ID) |Measure ID | |- |1 |REQUIRED |(Integer number) |Upgrade Spatial ID | |- |2 |REQUIRED |(UPGRADE_TYPE Integer ID) |Upgrade Type ID | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No Content |- |300-600 |Codes Overview |} ===Example POST=== Example POST:...")
- 10:1310:13, 30 March 2026 Api session event editor measure set terrain type (hist | edit) [1,309 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set the Terrain Type for a Terrain Spatial of a Measure. {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(MEASURE Integer ID) |Measure ID | |- |1 |REQUIRED |(Integer number) |Terrain Spatial ID | |- |2 |REQUIRED |(TERRAIN_TYPE Integer ID) |Terrain Type ID | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No Content |- |300-600 |Codes Overview |} ===Example POST=== Example POS...")
- 10:1310:13, 30 March 2026 Api session event editor measure set terrain height relative (hist | edit) [1,630 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set whether the inner height of Terrain Spatial of a Measure is considered relative. {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(MEASURE Integer ID) |Measure IDs | |- |1 |REQUIRED |(Integer number) |Terrain Spatial ID | |- |2 |REQUIRED |(true, false) |Boolean |true or false |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No Content |- |300-600 |Codes Overview |} ===Example...")
- 10:1310:13, 30 March 2026 Api session event editor measure set terrain height (hist | edit) [1,565 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set the inner height of Terrain Spatial of a Measure. {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(MEASURE Integer ID) |Measure IDs | |- |1 |REQUIRED |(Integer number) |Terrain Spatial ID | |- |2 |REQUIRED |(Floating point number) |Height value | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No Content |- |300-600 |Codes Overview |} ===Example POST=== Example POST: http...")
- 10:1310:13, 30 March 2026 Api session event editor measure set terrain edit type (hist | edit) [1,460 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set the Edit Type of a Terrain Spatial of a Measure. This changes the way the terrain height is adjusted: lowered, flattened or raised. {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(MEASURE Integer ID) |Measure ID | |- |1 |REQUIRED |(Integer number) |Terrain Spatial ID | |- |2 |REQUIRED |(Enumeration) |Edit Type |BUILDING, FLATTEN, GEOTIFF, GRID, LEVEE, RAISE, UPGRADE or WATER |} ===Response Codes=== {|cla...")
- 10:1310:13, 30 March 2026 Api session event editor measure set requires confirmation (hist | edit) [1,286 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set whether the Measure should be confirmed by other Stakeholders. {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(MEASURE Integer ID) |Measure ID | |- |1 |REQUIRED |(true, false) |Confirmation Required Boolean |true or false |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No Content |- |300-600 |Codes Overview |} ===Example POST=== Example POST: https://engine.tygron.com/api/ses...")
- 10:1310:13, 30 March 2026 Api session event editor measure set owner (hist | edit) [1,191 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set the owner of a Measure. {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(MEASURE Integer ID) |Measure IDs | |- |1 |REQUIRED |(STAKEHOLDER Integer ID) |Stakeholder ID | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No Content |- |300-600 |Codes Overview |} ===Example POST=== Example POST: https://engine.tygron.com/api/session/event/editormeasure/set_owner/?f=HTML&token=API_TOKEN...")
- 10:1310:13, 30 March 2026 Api session event editor measure set levee type (hist | edit) [1,290 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set the Levee for a specified Levee Spatial of a Measure. {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(MEASURE Integer ID) |Measure ID | |- |1 |REQUIRED |(Integer number) |Levee Spatial ID | |- |2 |REQUIRED |(LEVEE Integer ID) |Levee ID | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No Content |- |300-600 |Codes Overview |} ===Example POST=== Example POST: https://engi...")
- 10:1310:13, 30 March 2026 Api session event editor measure set levee height relative (hist | edit) [1,326 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set whether the inner height of Levee Spatial of a Measure is considered relative. {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(MEASURE Integer ID) |Measure IDs | |- |1 |REQUIRED |(Integer number) |Levee Spatial ID | |- |2 |OPTIONAL |(true, false) |Boolean | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No Content |- |300-600 |Codes Overview |} ===Example POST=== Example PO...")
- 10:1310:13, 30 March 2026 Api session event editor measure set levee height (hist | edit) [1,292 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set the inner height of Levee Spatial of a Measure. {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(MEASURE Integer ID) |Measure IDs | |- |1 |REQUIRED |(Integer number) |Levee Spatial ID | |- |2 |OPTIONAL |(Floating point number) |Height value | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No Content |- |300-600 |Codes Overview |} ===Example POST=== Example POST: https://...")
- 10:1310:13, 30 March 2026 Api session event editor measure set levee angle (hist | edit) [1,276 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set the angle of Levee Spatial of a Measure. {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(MEASURE Integer ID) |Measure IDs | |- |1 |REQUIRED |(Integer number) |Levee Spatial ID | |- |2 |OPTIONAL |(Floating point number) |Angle | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No Content |- |300-600 |Codes Overview |} ===Example POST=== Example POST: https://engine.tygron.com/...")
- 10:1310:13, 30 March 2026 Api session event editor measure set image (hist | edit) [1,587 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set the image of a Measure. {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(MEASURE Integer ID or multiple values in array [1, 2, 3]) |Measure IDs | |- |1 |REQUIRED |(String or multiple values in array ["a", "b", "c"]) |Image names | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No Content |- |300-600 |Codes Overview |} ===Example POST=== Example POST: https://engine.tygron.com/api/se...")
- 10:1310:13, 30 March 2026 Api session event editor measure set grid terrain type (hist | edit) [1,305 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set the Terrain Type for a Grid Spatial of a Measure. {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(MEASURE Integer ID) |Measure ID | |- |1 |REQUIRED |(Integer number) |Grid Spatial ID | |- |2 |REQUIRED |(TERRAIN_TYPE Integer ID) |Terrain Type ID | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No Content |- |300-600 |Codes Overview |} ===Example POST=== Example POST: https:/...")
- 10:1310:13, 30 March 2026 Api session event editor measure set grid automatic polygons (hist | edit) [1,662 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Let the polygons be calculated automatically based on the Overlay specified in the Grid spatial of a Measure. {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(MEASURE Integer ID) |Measure ID | |- |1 |REQUIRED |(Integer number) |Grid Spatial ID | |- |2 |REQUIRED |(true, false) |Automatic calculation |true or false |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No Content |- |300-60...")
- 10:1310:13, 30 March 2026 Api session event editor measure set grid (hist | edit) [1,563 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Change the Grids applied by a specified Measure. {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(MEASURE Integer ID) |Measure ID | |- |1 |REQUIRED |(Integer number) |Grid Spatial ID | |- |2 |REQUIRED |(OVERLAY Integer ID or multiple values in array [1, 2, 3]) |Overlay IDs | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No Content |- |300-600 |Codes Overview |} ===Example POST=== E...")
- 10:1310:13, 30 March 2026 Api session event editor measure set geotiff terrain type (hist | edit) [1,325 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set the Terrain Type for a GeoTIFF Spatial of a Measure. {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(MEASURE Integer ID) |Measure ID | |- |1 |REQUIRED |(Integer number) |GeoTIFF Spatial ID | |- |2 |REQUIRED |(TERRAIN_TYPE Integer ID) |Terrain Type ID | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No Content |- |300-600 |Codes Overview |} ===Example POST=== Example POST: h...")
- 10:1210:12, 30 March 2026 Api session event editor measure set geotiff automatic polygons (hist | edit) [1,405 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Let the polygons be calculated automatically based on the GeoTIFFs specified in the GeoTIFF spatial of a Measure. {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(MEASURE Integer ID) |Measure ID | |- |1 |REQUIRED |(Integer number) |GeoTIFF Spatial ID | |- |2 |REQUIRED |(true, false) |Automatic calculation |true or false |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No Content |- |300...")
- 10:1210:12, 30 March 2026 Api session event editor measure set geotiff (hist | edit) [1,587 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Change the GeoTIFFs applied by a specified Measure. {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(MEASURE Integer ID) |Measure ID | |- |1 |REQUIRED |(Integer number) |GeoTIFF Spatial ID | |- |2 |REQUIRED |(GEO_TIFF Integer ID or multiple values in array [1, 2, 3]) |GeoTIFF IDs | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No Content |- |300-600 |Codes Overview |} ===Example POST==...")
- 10:1210:12, 30 March 2026 Api session event editor measure set event (hist | edit) [2,096 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Change an existing event of a specific Action Type of a Measure. {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(MEASURE Integer ID or multiple values in array [1, 2, 3]) |Measure ID | |- |1 |REQUIRED |(Boolean or multiple values in array [true, false, true]) |Server Side (false = Client Side) | |- |2 |REQUIRED |(ActionType or multiple values in array [a, b, c]) |Action Type | |- |3 |REQUIRED |(CodedEvent or multiple...")
- 10:1210:12, 30 March 2026 Api session event editor measure set description (hist | edit) [1,209 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set the description of a Measure. {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(MEASURE Integer ID) |Measure ID | |- |1 |REQUIRED |(String) |Description | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No Content |- |300-600 |Codes Overview |} ===Example POST=== Example POST: https://engine.tygron.com/api/session/event/editormeasure/set_description/?f=HTML&token=API_TOKEN with conte...")
- 10:1210:12, 30 March 2026 Api session event editor measure set cost (hist | edit) [1,772 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set the costs of a Measure of a particular cost type (construction, demolition) and wether it is fixed or cost per cubic meter. {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(MEASURE Integer ID) |Measure ID | |- |1 |REQUIRED |(Enumeration) |Cost Type |CONSTRUCTION |- |2 |REQUIRED |(Floating point number) |Cost in valuata | |- |3 |REQUIRED |(true, false) |Fixed (if false, cost per cubic meter) |true or false...")
- 10:1210:12, 30 March 2026 Api session event editor measure remove upgrade polygons (hist | edit) [1,749 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Remove polygons from existing polygons of a Upgrade Spatial of a Measure. {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(MEASURE Integer ID) |Measure ID | |- |1 |REQUIRED |(Integer number) |Upgrade Spatial ID | |- |2 |REQUIRED |(MultiPolygon with crs: EPSG:3857) |MultiPolygon | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No Content |- |300-600 |Codes Overview |} ===Example POST===...")
- 10:1210:12, 30 March 2026 Api session event editor measure remove upgrade (hist | edit) [1,521 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Remove specified Upgrade Spatials from a Measure. {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(MEASURE Integer ID) |Measure IDs | |- |1 |REQUIRED |(Integer number or multiple values in array [1, 2, 3]) |Upgrade Spatial IDs | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No Content |- |300-600 |Codes Overview |} ===Example POST=== Example POST: https://engine.tygron.com/api/session/...")
- 10:1210:12, 30 March 2026 Api session event editor measure remove terrain polygons (hist | edit) [2,349 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Remove polygons from existing outer (or inner) polygons of a Terrain Spatial of a Measure. {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(MEASURE Integer ID) |Measure ID | |- |1 |REQUIRED |(Integer number) |Terrain Spatial ID | |- |2 |REQUIRED |(true, false) |Is Outer (false = inner) |true or false |- |3 |REQUIRED |(MultiPolygon with crs: EPSG:3857) |MultiPolygon | |} ===Response Codes=== {|class=wikitable...")
- 10:1210:12, 30 March 2026 Api session event editor measure remove terrain (hist | edit) [1,529 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Remove specified Terrain Spatials from a Measure. {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(MEASURE Integer ID) |Measure IDs | |- |1 |REQUIRED |(Integer number or multiple values in array [1, 2, 3]) |Terrain Spatial IDs | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No Content |- |300-600 |Codes Overview |} ===Example POST=== Example POST: https://engine.tygron.com/api/...")
- 10:1210:12, 30 March 2026 Api session event editor measure remove levee polygons (hist | edit) [1,749 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Remove polygons from existing polygons of a Levee Spatial of a Measure. {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(MEASURE Integer ID) |Measure ID | |- |1 |REQUIRED |(Integer number) |Levee Spatial ID | |- |2 |REQUIRED |(MultiPolygon with crs: EPSG:3857) |MultiPolygon | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No Content |- |300-600 |Codes Overview |} ===Example POST...")
- 10:1210:12, 30 March 2026 Api session event editor measure remove levee (hist | edit) [1,519 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Remove specified Levee Spatials from a Measure. {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(MEASURE Integer ID) |Measure IDs | |- |1 |REQUIRED |(Integer number or multiple values in array [1, 2, 3]) |Levee Spatial IDs | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No Content |- |300-600 |Codes Overview |} ===Example POST=== Example POST: https://engine.tygron.com/api/sess...")
- 10:1210:12, 30 March 2026 Api session event editor measure remove grid terrain type (hist | edit) [1,241 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Remove the Terrain Type of a Grid Spatial of a Measure. {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(MEASURE Integer ID) |Measure ID | |- |1 |REQUIRED |(Integer number) |Grid Spatial ID | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No Content |- |300-600 |Codes Overview |} ===Example POST=== Example POST: https://engine.tygron.com/api/session/event/editormeasure/remove_grid_t...")
- 10:1210:12, 30 March 2026 Api session event editor measure remove grid polygons (hist | edit) [1,737 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Remove polygons from existing polygons of a Grid Spatial of a Measure. {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(MEASURE Integer ID) |Measure ID | |- |1 |REQUIRED |(Integer number) |Grid Spatial ID | |- |2 |REQUIRED |(MultiPolygon with crs: EPSG:3857) |MultiPolygon | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No Content |- |300-600 |Codes Overview |} ===Example POST=== Exampl...")