Api session event editor setting: Difference between revisions

From Tygron Support wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(17 intermediate revisions by the same user not shown)
Line 1: Line 1:
API api session event editor setting Events.
API Endpoint: api/session/event/editorsetting/


Setting editing.
API endpoints for [[Setting]] editing.
{|class=wikitable
{|class=wikitable
!Name
!Name
!Description
!Description
|-
|-
|[[api session event editor setting add crs|ADD_CRS]]
| [[Api session event editor setting add crs|add_crs]]
|Add Crs
| Add Crs
|-
|-
|[[api session event editor setting get epoch time|GET_EPOCH_TIME]]
| [[Api session event editor setting get epoch time|get_epoch_time]]
|Get UTC Epoch [[Time]] (Milliseconds since 00:00:00 UTC on 1 January 1970) for local time in this Project
| Get UTC Epoch [[Time]] (Milliseconds since 00:00:00 UTC on 1 January 1970) for local [[Time]] in this Project
|-
|-
|[[api session event editor setting get sun altitude|GET_SUN_ALTITUDE]]
| [[Api session event editor setting get sun altitude|get_sun_altitude]]
|Get Sun Altitude value for local time in this Project
| Get Sun Altitude value for local [[Time]] in this Project
|-
|-
|[[api session event editor setting get sun azimuth|GET_SUN_AZIMUTH]]
| [[Api session event editor setting get sun azimuth|get_sun_azimuth]]
|Get Sun Azimuth value for local time in this Project
| Get Sun Azimuth value for local [[Time]] in this Project
|-
|-
|[[api session event editor setting get sun motion|GET_SUN_MOTION]]
| [[Api session event editor setting get sun motion|get_sun_motion]]
|Get Sun Motion value for local time in this Project (The Netherlands only)
| Get Sun Motion value for local [[Time]] in this Project (The Netherlands only)
|-
|-
|[[api session event editor setting remove crs|REMOVE_CRS]]
| [[Api session event editor setting remove crs|remove_crs]]
|Remove Crs
| Remove Crs
|-
|-
|[[api session event editor setting set currency|SET_CURRENCY]]
| [[Api session event editor setting set currency|set_currency]]
|Set Currency
| Set Currency
|-
|-
|[[api session event editor setting set decimals|SET_DECIMALS]]
| [[Api session event editor setting set decimals|set_decimals]]
|Set Decimals
| Set Decimals
|-
|-
|[[api session event editor setting set default geoplugin|SET_DEFAULT_GEOPLUGIN]]
| [[Api session event editor setting set default geoplugin|set_default_geoplugin]]
|Set Default [[Geo Plugin]]
| Set Default [[Geo Plugin]]
|-
|-
|[[api session event editor setting set export crs|SET_EXPORT_CRS]]
| [[Api session event editor setting set export crs|set_export_crs]]
|Set Export Crs
| Set Export Crs
|-
|-
|[[api session event editor setting set grid cell size|SET_GRID_CELL_SIZE]]
| [[Api session event editor setting set grid cell size|set_grid_cell_size]]
|Change the project's grid cell size, used by active overlays.
| Change the project's [[Grid]] cell size, used by active [[Overlay]]s.
|-
|-
|[[api session event editor setting set import crs|SET_IMPORT_CRS]]
| [[Api session event editor setting set import crs|set_import_crs]]
|Set Import Crs
| Set Import Crs
|-
|-
|[[api session event editor setting set limit map|SET_LIMIT_MAP]]
| [[Api session event editor setting set limit map|set_limit_map]]
|Set Project Map Limit [[Area]]
| Set Project Map Limit [[Area]]
|-
|-
|[[api session event editor setting set panel availability|SET_PANEL_AVAILABILITY]]
| [[Api session event editor setting set panel availability|set_panel_availability]]
|Set [[Panel]] Availability
| Set [[Panel]] Availability
|-
|-
|[[api session event editor setting set permission popup active|SET_PERMISSION_POPUP_ACTIVE]]
| [[Api session event editor setting set permission popup active|set_permission_popup_active]]
|Set Permission [[Popup]] Active
| Set Permission [[Popup]] Active
|-
|-
|[[api session event editor setting set rasterization|SET_RASTERIZATION]]
| [[Api session event editor setting set rasterization|set_rasterization]]
|Set Rasterization
| Set Rasterization
|-
|-
|[[api session event editor setting set region|SET_REGION]]
| [[Api session event editor setting set region|set_region]]
|Set Region
| Set Region
|-
|-
|[[api session event editor setting set setting|SET_SETTING]]
| [[Api session event editor setting set setting|set_setting]]
|Set Project setting
| Set Project [[Setting]]
|-
|-
|[[api session event editor setting set sun dates|SET_SUN_DATES]]
| [[Api session event editor setting set sun dates|set_sun_dates]]
|Set Sun Dates
| Set Sun Dates
|-
|-
|[[api session event editor setting set timestamp format|SET_TIMESTAMP_FORMAT]]
| [[Api session event editor setting set timestamp format|set_timestamp_format]]
|Set [[Time]]stamp Format
| Set timestamp format
|-
|-
|[[api session event editor setting set unit system type|SET_UNIT_SYSTEM_TYPE]]
| [[Api session event editor setting set unit system type|set_unit_system_type]]
|Set Unit System Type
| Set Unit System Type
|-
|-
|[[api session event editor setting set wind speed|SET_WIND_SPEED]]
| [[Api session event editor setting set wind speed|set_wind_speed]]
|Set Wind Speed
| Set Wind Speed
|-
|-
|[[api session event editor setting wizard finished|WIZARD_FINISHED]]
| [[Api session event editor setting wizard finished|wizard_finished]]
|Wizard Finished
| Wizard Finished
|}
|}
 
{{article end|seealso=*[[Api Session Endpoints]]
Deprecated Events:
*[[Api session items settings]]
{|class=wikitable
}}
!Name
!Description
|-
|[[api session event editor setting set scheduled update|SET_SCHEDULED_UPDATE]]
|Deprcated: replaced by editorevent/set_scheduled_update/. Schedule a long-running Update.
|}
{{article end|seealso=*[[Api Events]]}}


[[Category:API]]
[[Category:API]]

Latest revision as of 11:42, 8 June 2026

API Endpoint: api/session/event/editorsetting/

API endpoints for Setting editing.

Name Description
add_crs Add Crs
get_epoch_time Get UTC Epoch Time (Milliseconds since 00:00:00 UTC on 1 January 1970) for local Time in this Project
get_sun_altitude Get Sun Altitude value for local Time in this Project
get_sun_azimuth Get Sun Azimuth value for local Time in this Project
get_sun_motion Get Sun Motion value for local Time in this Project (The Netherlands only)
remove_crs Remove Crs
set_currency Set Currency
set_decimals Set Decimals
set_default_geoplugin Set Default Geo Plugin
set_export_crs Set Export Crs
set_grid_cell_size Change the project's Grid cell size, used by active Overlays.
set_import_crs Set Import Crs
set_limit_map Set Project Map Limit Area
set_panel_availability Set Panel Availability
set_permission_popup_active Set Permission Popup Active
set_rasterization Set Rasterization
set_region Set Region
set_setting Set Project Setting
set_sun_dates Set Sun Dates
set_timestamp_format Set timestamp format
set_unit_system_type Set Unit System Type
set_wind_speed Set Wind Speed
wizard_finished Wizard Finished