Built-in Operations
The following Built-in operations can be used within 1Integrate.
Geometric Operations
Operation | Description |
---|---|
create_polygon |
Returns a geometry. Polygons are created in the specified feature class from given ring geometries. The function detects inner and outer rings and attaches them to the appropriate polygons. Any open lines passed to the operation are closed, where possible, before creating polygons.
|
Network Graph Connectivity Operations
Network Graph Connectivity Operations are used to construct network graphs (see Connecting Network Graphs).
Network Graph Connectivity Operations
Operation | Description |
---|---|
add_position |
Adds an object, as a position, to a network graph.
Note: There will be no output results if the object is added to a network graph that already contains the object. |
connect_positions |
Creates directed connections between two objects in a network graph. Both objects must have been previously added to the network graph. Note: This connection is one-way. To specify a connection in both directions, call this again, reversing the order.
Note: There will be no output results if the connecting positions are already connected. |
disconnect_positions |
Removes a direct connection from a network graph.
Note: There will be no output results if non-connected positions are disconnected. |
remove_position |
Removes an object from a network graph. Disconnects it from any other objects in the network.
Note: Does nothing if the network graph did not contain the object. |