Api session event editor measure: Difference between revisions

From Tygron Support wiki
Jump to navigation Jump to search
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..."
 
No edit summary
Line 28: Line 28:
|-
|-
|[[api session event editor measure add event|ADD_EVENT]]
|[[api session event editor measure add event|ADD_EVENT]]
|Add a new event to a [[Measure]] for a specific Action Type.
|Add a new event to a [[Measure]] for a specific [[Action]] Type.
|-
|-
|[[api session event editor measure add geotiff|ADD_GEOTIFF]]
|[[api session event editor measure add geotiff|ADD_GEOTIFF]]
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.
|Add 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 127: Line 127:
|-
|-
|[[api session event editor measure set event|SET_EVENT]]
|[[api session event editor measure set event|SET_EVENT]]
|Change an existing event of a specific Action Type of a [[Measure]].
|Change an existing event of a specific [[Action]] Type of a [[Measure]].
|-
|-
|[[api session event editor measure set geotiff|SET_GEOTIFF]]
|[[api session event editor measure set geotiff|SET_GEOTIFF]]

Revision as of 13:26, 30 March 2026

API api session event editor measure Events.

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.

Specific Events:

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 Add 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 GeoTIFFs 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 existing polygons of a Upgrade Spatial of a Measure.
SET_COST Set the costs of a Measure of a particular cost type (construction, demolition) and wether it is fixed or cost 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 Let the polygons be calculated automatically 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 Levee Spatial of a Measure.
SET_LEVEE_HEIGHT Set the inner height of Levee Spatial of a Measure.
SET_LEVEE_HEIGHT_RELATIVE Set whether the inner height of 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 Terrain Spatial of a Measure.
SET_TERRAIN_HEIGHT_RELATIVE Set whether the inner height of 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.

Deprecated Events:

Name Description
IMPORT_BUILDING_MEASURE Use IMPORT_BUILDINGS instead, same event with option to set existing measure.

See also