Api session event editor setting: Difference between revisions

From Tygron Support wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 6: Line 6:
!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 [[Overlay]]s.
| 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 timestamp 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]]
{{article end|seealso=*[[Api Session Endpoints]]

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