Api session event editor measure: Difference between revisions

From Tygron Support wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 82: Line 82:
|-
|-
| [[Api session event editor measure remove event|remove_event]]
| [[Api session event editor measure remove event|remove_event]]
| Add a specific event of a [[Measure]] for a specific [[Action]] Type.
| Remove a specific event of a [[Measure]] for a specific [[Action]] Type.
|-
|-
| [[Api session event editor measure remove geotiff|remove_geotiff]]
| [[Api session event editor measure remove geotiff|remove_geotiff]]
Line 88: Line 88:
|-
|-
| [[Api session event editor measure remove geotiff polygons|remove_geotiff_polygons]]
| [[Api session event editor measure remove geotiff polygons|remove_geotiff_polygons]]
| Remove [[Polygon]]s from existing [[Polygon]]s of a [[GeoTIFF]]s Spatial of a [[Measure]].
| Remove [[Polygon]]s from existing [[Polygon]]s of a [[GeoTIFF]] Spatial of a [[Measure]].
|-
|-
| [[Api session event editor measure remove geotiff terrain type|remove_geotiff_terrain_type]]
| [[Api session event editor measure remove geotiff terrain type|remove_geotiff_terrain_type]]
Line 118: Line 118:
|-
|-
| [[Api session event editor measure remove upgrade polygons|remove_upgrade_polygons]]
| [[Api session event editor measure remove upgrade polygons|remove_upgrade_polygons]]
| Remove [[Polygon]]s from existing [[Polygon]]s of a Upgrade Spatial of a [[Measure]].
| Remove [[Polygon]]s from an Upgrade Spatial of a [[Measure]].
|-
|-
| [[Api session event editor measure set cost|set_cost]]
| [[Api session event editor measure set cost|set_cost]]
| Set the [[Cost]]s of a [[Measure]] of a particular [[Cost]] type (construction, demolition) and wether it is fixed or [[Cost]] per cubic meter.
| Set the [[Cost]] of a [[Measure]] for a specific [[Cost]] type (construction, demolition) and whether it is fixed or per cubic meter.
|-
|-
| [[Api session event editor measure set description|set_description]]
| [[Api session event editor measure set description|set_description]]
Line 142: Line 142:
|-
|-
| [[Api session event editor measure set grid automatic polygons|set_grid_automatic_polygons]]
| [[Api session event editor measure set grid automatic polygons|set_grid_automatic_polygons]]
| Let the [[Polygon]]s be calculated automatically based on the [[Overlay]] specified in the [[Grid]] spatial of a [[Measure]].
| Automatically calculate [[Polygon]]s based on the [[Overlay]] specified in the [[Grid]] spatial of a [[Measure]].
|-
|-
| [[Api session event editor measure set grid terrain type|set_grid_terrain_type]]
| [[Api session event editor measure set grid terrain type|set_grid_terrain_type]]
Line 151: Line 151:
|-
|-
| [[Api session event editor measure set levee angle|set_levee_angle]]
| [[Api session event editor measure set levee angle|set_levee_angle]]
| Set the angle of [[Levee]] Spatial of a [[Measure]].
| Set the angle of a [[Levee]] Spatial of a [[Measure]].
|-
|-
| [[Api session event editor measure set levee height|set_levee_height]]
| [[Api session event editor measure set levee height|set_levee_height]]
| Set the inner height of [[Levee]] Spatial of a [[Measure]].
| Set the inner height of a [[Levee]] Spatial of a [[Measure]].
|-
|-
| [[Api session event editor measure set levee height relative|set_levee_height_relative]]
| [[Api session event editor measure set levee height relative|set_levee_height_relative]]
| Set whether the inner height of [[Levee]] Spatial of a [[Measure]] is considered relative.
| Set whether the inner height of a [[Levee]] Spatial of a [[Measure]] is considered relative.
|-
|-
| [[Api session event editor measure set levee type|set_levee_type]]
| [[Api session event editor measure set levee type|set_levee_type]]
Line 172: Line 172:
|-
|-
| [[Api session event editor measure set terrain height|set_terrain_height]]
| [[Api session event editor measure set terrain height|set_terrain_height]]
| Set the inner height of [[Terrain]] Spatial of a [[Measure]].
| Set the inner height of a [[Terrain]] Spatial of a [[Measure]].
|-
|-
| [[Api session event editor measure set terrain height relative|set_terrain_height_relative]]
| [[Api session event editor measure set terrain height relative|set_terrain_height_relative]]
| Set whether the inner height of [[Terrain]] Spatial of a [[Measure]] is considered relative.
| Set whether the inner height of a [[Terrain]] Spatial of a [[Measure]] is considered relative.
|-
|-
| [[Api session event editor measure set terrain type|set_terrain_type]]
| [[Api session event editor measure set terrain type|set_terrain_type]]

Latest revision as of 09:59, 13 July 2026

API Endpoint: api/session/event/editormeasure/

API endpoints for Measure editing.

Name Description
add Add Measure for Stakeholder
duplicate Duplicate specified Measures.
remove Remove specified Measures.
set_name Set the name of a Measure.

Additional API endpoints:

Name Description
add_building Add a new Building to specified Measures
add_event Add a new event to a Measure for a specific Action Type.
add_geotiff Add a new GeoTIFF Spatial to a Measure.
add_geotiff_polygons Add Polygons to existing Polygons of a GeoTIFF Spatial of a Measure.
add_grid Add a new Grid Spatial to a Measure.
add_grid_polygons Add Polygons to existing Polygons of a Grid Spatial of a Measure.
add_levee Add a new Levee Spatial of a specified Levee to a Measure.
add_levee_polygons Add Polygons to existing outer (or inner) Polygons of a Levee Spatial of a Measure.
add_terrain Add a new Terrain Spatial to a Measure.
add_terrain_polygons Add Polygons to existing outer (or inner) Polygons of a Terrain Spatial of a Measure.
add_upgrade Add a new Upgrade Spatial to a Measure.
add_upgrade_polygons Add Polygons to existing Polygons of an Upgrade Spatial of a Measure.
duplicate_building Duplicate specified Measure Buildings.
import_buildings Import Measure Building Collection
import_geotiffs Import Measure GeoTIFF Collection
import_grids Import Measure Grid Collection
import_levees Import Measure Levee Collection
import_terrains Import Measure Terrain Collection
import_upgrades Import Measure Upgrade Collection
remove_event Remove a specific event of a Measure for a specific Action Type.
remove_geotiff Remove specified GeoTIFF Spatial from a Measure.
remove_geotiff_polygons Remove Polygons from existing Polygons of a GeoTIFF Spatial of a Measure.
remove_geotiff_terrain_type Remove the Terrain Type of a GeoTIFF Spatial of a Measure.
remove_grid Remove specified Grid Spatial from a Measure.
remove_grid_polygons Remove Polygons from existing Polygons of a Grid Spatial of a Measure.
remove_grid_terrain_type Remove the Terrain Type of a Grid Spatial of a Measure.
remove_levee Remove specified Levee Spatials from a Measure.
remove_levee_polygons Remove Polygons from existing Polygons of a Levee Spatial of a Measure.
remove_terrain Remove specified Terrain Spatials from a Measure.
remove_terrain_polygons Remove Polygons from existing outer (or inner) Polygons of a Terrain Spatial of a Measure.
remove_upgrade Remove specified Upgrade Spatials from a Measure.
remove_upgrade_polygons Remove Polygons from an Upgrade Spatial of a Measure.
set_cost Set the Cost of a Measure for a specific Cost type (construction, demolition) and whether it is fixed or per cubic meter.
set_description Set the description of a Measure.
set_event Change an existing event of a specific Action Type of a Measure.
set_geotiff Change the GeoTIFFs applied by a specified Measure.
set_geotiff_automatic_polygons Let the Polygons be calculated automatically based on the GeoTIFFs specified in the GeoTIFF spatial of a Measure.
set_geotiff_terrain_type Set the Terrain Type for a GeoTIFF Spatial of a Measure.
set_grid Change the Grids applied by a specified Measure.
set_grid_automatic_polygons Automatically calculate Polygons based on the Overlay specified in the Grid spatial of a Measure.
set_grid_terrain_type Set the Terrain Type for a Grid Spatial of a Measure.
set_image Set the image of a Measure.
set_levee_angle Set the angle of a Levee Spatial of a Measure.
set_levee_height Set the inner height of a Levee Spatial of a Measure.
set_levee_height_relative Set whether the inner height of a Levee Spatial of a Measure is considered relative.
set_levee_type Set the Levee for a specified Levee Spatial of a Measure.
set_owner Set the owner of a Measure.
set_requires_confirmation Set whether the Measure should be confirmed by other Stakeholders.
set_terrain_edit_type Set the Edit Type of a Terrain Spatial of a Measure. This changes the way the Terrain height is adjusted: lowered, flattened or raised.
set_terrain_height Set the inner height of a Terrain Spatial of a Measure.
set_terrain_height_relative Set whether the inner height of a Terrain Spatial of a Measure is considered relative.
set_terrain_type Set the Terrain Type for a Terrain Spatial of a Measure.
set_upgrade_type Set the Upgrade Type for an Upgrade Spatial of a Measure.