Api session event editor geolink: Difference between revisions

From Tygron Support wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
Api session event editor geolink Events.
Api session event editor geolink Events.


[[Geo Link]] editing.
API Endpoints for [[Geo Link]] editing.
{|class=wikitable
{|class=wikitable
!Name
!Name
!Description
!Description
|-
|-
|[[Api session event editor geolink add|ADD]]
|[[Api session event editor geolink add|add]]
|Add new [[Geo Link]]
|Add new [[Geo Link]]
|-
|-
|[[Api session event editor geolink duplicate|DUPLICATE]]
|[[Api session event editor geolink duplicate|duplicate]]
|Duplicate existing [[Geo Link]]
|Duplicate existing [[Geo Link]]
|-
|-
|[[Api session event editor geolink remove|REMOVE]]
|[[Api session event editor geolink remove|remove]]
|Remove existing [[Geo Link]]
|Remove existing [[Geo Link]]
|-
|-
|[[Api session event editor geolink set name|SET_NAME]]
|[[Api session event editor geolink set name|set_name]]
|Set new name of existing [[Geo Link]]
|Set new name of existing [[Geo Link]]
|}
|}


Specific Events:
Additional API Endpoints:
{|class=wikitable
{|class=wikitable
!Name
!Name
!Description
!Description
|-
|-
|[[Api session event editor geolink remove additional|REMOVE_ADDITIONAL]]
|[[Api session event editor geolink remove additional|remove_additional]]
|Remove additional attribute injection from the created feature.
|Remove additional attribute injection from the created feature.
|-
|-
|[[Api session event editor geolink remove function|REMOVE_FUNCTION]]
|[[Api session event editor geolink remove function|remove_function]]
|Remove [[Function]]
|Remove [[Function]]
|-
|-
|[[Api session event editor geolink remove mapping|REMOVE_MAPPING]]
|[[Api session event editor geolink remove mapping|remove_mapping]]
|Remove map orginal Attribute name to a new name in the created feature.
|Remove map orginal Attribute name to a new name in the created feature.
|-
|-
|[[Api session event editor geolink remove matching|REMOVE_MATCHING]]
|[[Api session event editor geolink remove matching|remove_matching]]
|Remove matching incoming features against Attribute.
|Remove matching incoming features against Attribute.
|-
|-
|[[Api session event editor geolink set additional|SET_ADDITIONAL]]
|[[Api session event editor geolink set additional|set_additional]]
|Inject additional attributes into the created feature.
|Inject additional attributes into the created feature.
|-
|-
|[[Api session event editor geolink set function|SET_FUNCTION]]
|[[Api session event editor geolink set function|set_function]]
|Set [[Function]]
|Set [[Function]]
|-
|-
|[[Api session event editor geolink set geometry mode|SET_GEOMETRY_MODE]]
|[[Api session event editor geolink set geometry mode|set_geometry_mode]]
|Set Geometry Mode
|Set Geometry Mode
|-
|-
|[[Api session event editor geolink set line buffer|SET_LINE_BUFFER]]
|[[Api session event editor geolink set line buffer|set_line_buffer]]
|Set Line Buffer
|Set Line Buffer
|-
|-
|[[Api session event editor geolink set mapping|SET_MAPPING]]
|[[Api session event editor geolink set mapping|set_mapping]]
|Map orginal Attribute name to a new name in the created feature.
|Map orginal Attribute name to a new name in the created feature.
|-
|-
|[[Api session event editor geolink set matching|SET_MATCHING]]
|[[Api session event editor geolink set matching|set_matching]]
|Match incoming features against this Attribute name and value.
|Match incoming features against this Attribute name and value.
|-
|-
|[[Api session event editor geolink set point buffer|SET_POINT_BUFFER]]
|[[Api session event editor geolink set point buffer|set_point_buffer]]
|Set Point Buffer
|Set Point Buffer
|-
|-
|[[Api session event editor geolink set priority|SET_PRIORITY]]
|[[Api session event editor geolink set priority|set_priority]]
|Set Priority
|Set Priority
|}
|}
{{article end|seealso=*[[Api Events]]
{{article end|seealso=*[[Api Events]]
*[[Api session items geolinks]]
}}
}}


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

Revision as of 11:24, 10 April 2026

Api session event editor geolink Events.

API Endpoints for Geo Link editing.

Name Description
add Add new Geo Link
duplicate Duplicate existing Geo Link
remove Remove existing Geo Link
set_name Set new name of existing Geo Link

Additional API Endpoints:

Name Description
remove_additional Remove additional attribute injection from the created feature.
remove_function Remove Function
remove_mapping Remove map orginal Attribute name to a new name in the created feature.
remove_matching Remove matching incoming features against Attribute.
set_additional Inject additional attributes into the created feature.
set_function Set Function
set_geometry_mode Set Geometry Mode
set_line_buffer Set Line Buffer
set_mapping Map orginal Attribute name to a new name in the created feature.
set_matching Match incoming features against this Attribute name and value.
set_point_buffer Set Point Buffer
set_priority Set Priority

See also