You are here: Basic Steps > 5. Actions > Action Components > Built-in Operations

Built-in Operations

The following Built-in operations can be used within 1Integrate.

Geometric Operations

ClosedGeometric Operations

Network Graph Connectivity Operations

Network Graph Connectivity Operations are used to construct network graphs (see Connecting Network Graphs).

ClosedNetwork Graph Connectivity Operations

Shifting Operations

Shift operations are used to perform Positional Data Shifting (see Positional Data Shifting).

ClosedShifting Operations

Sorting Operations

ClosedSorting Operations

Note: The tsort_* operations are used to implement iterating through objects in dependency order. Please contact 1Spatial Support for further guidance on their use.

Operation Parameters(s)
tsort_add_dependency
  • The predecessor object that must appear before the successor.

  • The successor object that must appear after the predecessor.

  • The name of the topological sort. If not provided, or null, the default topological sort will be used.

tsort_add_object
  • The object to add.

  • The name of the topological sort. If not provided, or null, the default topological sort will be used.

tsort_remove_dependency
  • The predecessor object that no longer must (but still may) appear before the successor.

  • The successor object that no longer must (but still may) appear after the predecessor.

  • The name of the topological sort. If not provided, or null, the default topological sort will be used.

tsort_remove_object
  • The object to remove

  • The name of the topological sort. If not provided, or null, the default topological sort will be used.

tsort_reset
  • The name of the topological sort. If not provided, or null, the default topological sort will be used.