Apply Smart Tree Layout (Network Diagram)

Summary

Arranges diagram features hierarchically and places them in a smart tree.

Learn more about the Smart Tree layout algorithm

Caution:

If you have an open edit session, you must save your edits prior to running this tool. This ensures that the diagram reflects the latest changes made to the network topology in the database. If you fail to save your edits, the edits will not be reflected in the diagram.

Note:

Each layout algorithm includes default parameter values. The default parameter values will be used unless otherwise specified. If the input network diagram is based on a template for which this layout has been configured with a different parameter value, that value will be used instead.

Usage

  • This tool is not supported when working with a database connection to a utility network or trace network in an enterprise geodatabase. You must use either the related published utility network or trace network service, or a utility network or trace network in a file or mobile geodatabase.

  • The input network diagram layer must be from either a utility network or a trace network in a file or mobile geodatabase. or a network diagram service.

  • This layout algorithm arranges the diagram features hierarchically and places them in a smart tree according to the direction and spacing distances specified. By default, the tree branches are ordered according to their relative positions to each other that they have before the layout applies. Starting with ArcGIS Pro 3.6 and ArcGIS Enterprise 12.0, the tree branches can also be ordered according to attribute values on the branches; that is, according to an attribute existing on the lines or on the extremity junctions of the branches.

  • When a root junction is specified in the diagram, the Smart Tree layout algorithm builds a smart tree starting from that junction.

    When several root junctions are specified in the diagram, those root junctions are aligned along the same axis perpendicular to the tree direction and appear as different start points for a tree branch of the diagram.

    If no root junction is specified, the algorithm identifies the diagram junction associated with the smallest network topology index and uses this junction as the root junction.

  • Consider applying the layout in asynchronous mode on the server when working on very large diagrams.

Parameters

LabelExplanationData Type
Input Network Diagram Layer

The network diagram to which the layout will be applied.

Diagram Layer
Preserve container layout
(Optional)

Specifies how the algorithm will process containers.

  • Checked—The layout algorithm will apply to the top graph of the diagram so containers are preserved.
  • Unchecked—The layout algorithm will apply to both content and noncontent features in the diagram. This is the default.

Boolean
Tree Direction
(Optional)

Specifies the direction the tree will be drawn.

  • From left to rightThe tree will be drawn from left to right. This is the default.
  • From right to leftThe tree will be drawn from right to left.
  • From bottom to topThe tree will be drawn from bottom to top.
  • From top to bottomThe tree will be drawn from top to bottom.
String
Spacing values interpreted as absolute units in the diagram coordinate system
(Optional)

Specifies how parameters representing distances will be interpreted.

  • Checked—The layout algorithm will interpret distance values as linear units.
  • Unchecked—The layout algorithm will interpret distance values as relative units to an estimation of the average of the junction sizes in the current diagram extent. This is the default.

Boolean
Between Subtrees
(Optional)

The spacing that will be used between two neighboring subtrees—that is, the spacing between diagram junctions that are displayed perpendicular to the smart tree direction and belong to a different subtree. The default is in the units of the diagram's coordinate system. This parameter can only be used with absolute units.

Linear Unit
Between Subtrees
(Optional)

The spacing that will be used between two neighboring subtrees—that is, the spacing between diagram junctions that are displayed perpendicular to the smart tree direction and belong to a different subtree. The default is 2. This parameter can only be used with proportional units.

Double
Between Junctions Perpendicular to the Direction
(Optional)

The spacing that will be used between diagram junctions that are displayed perpendicular to the smart tree direction and belong to the same subtree level. The default is 2 in the units of the diagram's coordinate system. This parameter can only be used with absolute units.

Linear Unit
Between Junctions Perpendicular to the Direction
(Optional)

The spacing that will be used between diagram junctions that are displayed perpendicular to the smart tree direction and belong to the same subtree level. The default is 2. This parameter can only be used with proportional units.

Double
Between Junctions Along the Direction
(Optional)

The spacing that will be used between diagram junctions that are displayed along the smart tree direction. The default is 2 in the units of the diagram's coordinate system. This parameter can only be used with absolute units.

Linear Unit
Between Junctions Along the Direction
(Optional)

The spacing that will be used between diagram junctions that are displayed along the smart tree direction. The default is 2. This parameter can only be used with proportional units.

Double
Between Disjoined Graphs
(Optional)

The minimum spacing that will separate features belonging to disjoined graphs when the diagram contains such graphs. This parameter is used with absolute units. The default is 4 in the units of the diagram's coordinate system.

Linear Unit
Between Disjoined Graphs
(Optional)

The minimum spacing that will separate features belonging to disjoined graphs when the diagram contains such graphs. This parameter is used with proportional units. The default is 4.

Double
Orthogonally display edges
(Optional)
Boolean
Break Point Relative Position (%)
(Optional)

The relative position of the break point that will be inserted along the diagram edges when Edge Display Type is set to Regular edges (edge_display_type = "REGULAR_EDGES" in Python) or Edge Display Type is set to Orthogonal edges (edge_display_type = "ORTHOGONAL_EDGES" in Python). It is a percentage between 0 and 100.

  • With a Break Point Relative Position (%) value of 0, the break point is positioned at the x-coordinate of the edge's from junction and at the y-coordinate of the edge's to junction for a horizontal tree. It is positioned at the y-coordinate of the edge's from junction and at the x-coordinate of the edge's to junction for a vertical tree.
  • With a Break Point Relative Position (%) value of 100, there is no break point inserted on the diagram edges; each diagram edge directly connects its from and to junctions.
  • With a Break Point Relative Position (%) value of N between 0 and 100, the break point is positioned at N% of the length of the [XY] segment, X being the x-coordinate of the edge's from junction and Y being the y-coordinate of the edge's to junction for a horizontal tree. It is positioned at N% of the length of the [YX] segment, Y being the y-coordinate of the edge's from junction and X being the x-coordinate of the edge's to junction for a vertical tree.

The relative position of the two inflection points that will be inserted along the diagram edges to compute the curved edges geometry when Edge Display Type is set to Curved edges (edge_display_type = "CURVED_EDGES" in Python). It is a percentage between 15 and 40. With a Break Point Relative Position (%) value of N between 15 and 40:

  • X being the x-coordinate of the edge's from junction and Y being the y-coordinate of the edge's to junction for a horizontal tree:
    • The first inflection point will be positioned at N% of the length of the [XY] segment.
    • The second inflection point will be positioned at (100 - N)% of the length of the [XY] segment.
  • Y being the y-coordinate of the edge's from junction and X being the x-coordinate of the edge's to junction for a vertical tree:
    • The first inflection point will be positioned at N% of the length of the [YX] segment.
    • The second inflection point will be positioned at (100 - N)% of the length of the [XY] segment.

Note:

The concept of the from and to junctions above is relative to the tree direction; it has nothing to do with the real topology of the edge feature or edge object in the network.

Double
Edge Display Type
(Optional)

Specifies the type of display for the diagram edges related to the tree branches.

  • Regular edgesAll diagram edges related to the tree branches will not display with right angles. This is the default.
  • Orthogonal edgesAll diagram edges related to the tree branches will display with right angles.
  • Curved edgesAll diagram edges related to the tree branches will be curved.
String
Run in asynchronous mode on the server
(Optional)

Specifies whether the layout algorithm will run asynchronously or synchronously on the server.

  • Checked—The layout algorithm will run asynchronously on the server. This option dedicates server resources to run the layout algorithm with a longer time-out. Running asynchronously is recommended for layouts that are time consuming and may exceed the server time-out (for example, Partial Overlapping Edges) and applying to large diagrams (more than 25,000 features).
  • Unchecked—The layout algorithm will run synchronously on the server. It can fail without completion if it exceeds the service default time-out value of 600 seconds. This is the default.

Boolean
Absolute Offset
(Optional)

The offset that will be used to separate overlapping segments when using absolute units and Edge Display Type is set to Orthogonal edges. The value cannot exceed 10 percent of the smallest value specified for the other spacing parameters. The default is 0.

Linear Unit
Proportional Offset
(Optional)

The offset that will be used to separate overlapping segments when using proportional units and Edge Display Type is set to Orthogonal edges. It is a double value that cannot exceed 10 percent of the smallest value specified for the other spacing parameters. The default is 0.

Double
Order tree branches according to an attribute
(Optional)

Specifies whether the tree branches will be ordered according to an attribute.

  • Checked—The tree branches will be ordered according to an attribute.
  • Unchecked—The tree branches will be ordered according to the current positions of the branch extremity junctions at the moment the layout applies. This is the default.

    For example, considering the tree direction, any branch ending with junction A is placed above the branch ending with junction B when branch A already showed above branch B in the diagram before applying the layout.

Boolean
Attribute Availability
(Optional)

Specifies whether the attribute to consider is available on diagram junctions or diagram edges.

  • Search the attribute on junctionsThe attribute to consider is available on diagram junctions. This is the default.
  • Search the attribute on edgesThe attribute to consider is available on diagram edges.
String
Attribute Name
(Optional)

The name or alias of the attribute field that will be used to order the tree branches when this field exists. When the Attribute Availability parameter value is Search the attribute on junctions, this order attribute will be queried on the branch extremity junctions. When the Attribute Availability parameter value is Search the attribute on edges, this order attribute will be queried on the branch extremity edges.

String
Attribute Sort Order
(Optional)

The sort order that will be used for positioning the branches of the tree layout.

Sorting always applies from the first branch on the left to the last branch on the right for vertical tree layouts, that is, when the Tree Direction parameter value is From top to bottom or From bottom to top. For horizontal tree layouts, sorting applies from the first branch at the top to the last branch at the bottom, that is, when the Tree Direction parameter value is From left to right or From right to left.

  • AscendingThe tree branches will be sorted based on the attribute field values in ascending order. This is the default.
  • DescendingThe tree branches will be sorted based on the attribute field values in descending order.
String

Derived Output

LabelExplanationData Type
Output Network Diagram

The updated network diagram layer.

Diagram Layer

arcpy.nd.ApplySmartTreeLayout(in_network_diagram_layer, {are_containers_preserved}, {tree_direction}, {is_unit_absolute}, {subtree_absolute}, {subtree_proportional}, {perpendicular_absolute}, {perpendicular_proportional}, {along_absolute}, {along_proportional}, {disjoined_graph_absolute}, {disjoined_graph_proportional}, {are_edges_orthogonal}, {breakpoint_position}, {edge_display_type}, {run_async}, {offset_absolute}, {offset_proportional}, {order_tree_branches}, {attribute_availability}, {attribute_name}, {attribute_sort_order})
NameExplanationData Type
in_network_diagram_layer

The network diagram to which the layout will be applied.

Diagram Layer
are_containers_preserved
(Optional)

Specifies how the algorithm will process containers.

  • PRESERVE_CONTAINERS The layout algorithm will apply to the top graph of the diagram so containers are preserved.
  • IGNORE_CONTAINERSThe layout algorithm will apply to both content and noncontent features in the diagram. This is the default.
Boolean
tree_direction
(Optional)

Specifies the direction the tree will be drawn.

  • FROM_LEFT_TO_RIGHTThe tree will be drawn from left to right. This is the default.
  • FROM_RIGHT_TO_LEFTThe tree will be drawn from right to left.
  • FROM_BOTTOM_TO_TOPThe tree will be drawn from bottom to top.
  • FROM_TOP_TO_BOTTOMThe tree will be drawn from top to bottom.
String
is_unit_absolute
(Optional)

Specifies how parameters representing distances will be interpreted.

  • ABSOLUTE_UNITThe layout algorithm will interpret distance values as linear units.
  • PROPORTIONAL_UNITThe layout algorithm will interpret distance values as relative units to an estimation of the average of the junction sizes in the current diagram extent. This is the default.
Boolean
subtree_absolute
(Optional)

The spacing that will be used between two neighboring subtrees—that is, the spacing between diagram junctions that are displayed perpendicular to the smart tree direction and belong to a different subtree. The default is in the units of the diagram's coordinate system. This parameter can only be used with absolute units.

Linear Unit
subtree_proportional
(Optional)

The spacing that will be used between two neighboring subtrees—that is, the spacing between diagram junctions that are displayed perpendicular to the smart tree direction and belong to a different subtree. The default is 2. This parameter can only be used with proportional units.

Double
perpendicular_absolute
(Optional)

The spacing that will be used between diagram junctions that are displayed perpendicular to the smart tree direction and belong to the same subtree level. The default is 2 in the units of the diagram's coordinate system. This parameter can only be used with absolute units.

Linear Unit
perpendicular_proportional
(Optional)

The spacing that will be used between diagram junctions that are displayed perpendicular to the smart tree direction and belong to the same subtree level. The default is 2. This parameter can only be used with proportional units.

Double
along_absolute
(Optional)

The spacing that will be used between diagram junctions that are displayed along the smart tree direction. The default is 2 in the units of the diagram's coordinate system. This parameter can only be used with absolute units.

Linear Unit
along_proportional
(Optional)

The spacing that will be used between diagram junctions that are displayed along the smart tree direction. The default is 2. This parameter can only be used with proportional units.

Double
disjoined_graph_absolute
(Optional)

The minimum spacing that will separate features belonging to disjoined graphs when the diagram contains such graphs. This parameter is used with absolute units. The default is 4 in the units of the diagram's coordinate system.

Linear Unit
disjoined_graph_proportional
(Optional)

The minimum spacing that will separate features belonging to disjoined graphs when the diagram contains such graphs. This parameter is used with proportional units. The default is 4.

Double
are_edges_orthogonal
(Optional)

Specifies how diagram edges that are related to the tree branches will display.

Legacy:

This parameter is deprecated at ArcGIS Pro 3.6. It is systematically ignored regardless of its value when the edge_display_type parameter is specified. However, to maintain compatibility with ArcGIS Pro 2.1, it remains enabled when the edge_display_type parameter is not specified.

  • ORTHOGONAL_EDGESAll diagram edges related to the tree branches will display with right angles.
  • SLANTED_EDGESAll diagram edges related to the tree branches will not display with right angles. This is the default.
Boolean
breakpoint_position
(Optional)

The relative position of the break point that will be inserted along the diagram edges when Edge Display Type is set to Regular edges (edge_display_type = "REGULAR_EDGES" in Python) or Edge Display Type is set to Orthogonal edges (edge_display_type = "ORTHOGONAL_EDGES" in Python). It is a percentage between 0 and 100.

  • With a Break Point Relative Position (%) value of 0, the break point is positioned at the x-coordinate of the edge's from junction and at the y-coordinate of the edge's to junction for a horizontal tree. It is positioned at the y-coordinate of the edge's from junction and at the x-coordinate of the edge's to junction for a vertical tree.
  • With a Break Point Relative Position (%) value of 100, there is no break point inserted on the diagram edges; each diagram edge directly connects its from and to junctions.
  • With a Break Point Relative Position (%) value of N between 0 and 100, the break point is positioned at N% of the length of the [XY] segment, X being the x-coordinate of the edge's from junction and Y being the y-coordinate of the edge's to junction for a horizontal tree. It is positioned at N% of the length of the [YX] segment, Y being the y-coordinate of the edge's from junction and X being the x-coordinate of the edge's to junction for a vertical tree.

The relative position of the two inflection points that will be inserted along the diagram edges to compute the curved edges geometry when Edge Display Type is set to Curved edges (edge_display_type = "CURVED_EDGES" in Python). It is a percentage between 15 and 40. With a Break Point Relative Position (%) value of N between 15 and 40:

  • X being the x-coordinate of the edge's from junction and Y being the y-coordinate of the edge's to junction for a horizontal tree:
    • The first inflection point will be positioned at N% of the length of the [XY] segment.
    • The second inflection point will be positioned at (100 - N)% of the length of the [XY] segment.
  • Y being the y-coordinate of the edge's from junction and X being the x-coordinate of the edge's to junction for a vertical tree:
    • The first inflection point will be positioned at N% of the length of the [YX] segment.
    • The second inflection point will be positioned at (100 - N)% of the length of the [XY] segment.

Note:

The concept of the from and to junctions above is relative to the tree direction; it has nothing to do with the real topology of the edge feature or edge object in the network.

Double
edge_display_type
(Optional)

Specifies the type of display for the diagram edges related to the tree branches.

  • REGULAR_EDGESAll diagram edges related to the tree branches will not display with right angles. This is the default.
  • ORTHOGONAL_EDGESAll diagram edges related to the tree branches will display with right angles.
  • CURVED_EDGESAll diagram edges related to the tree branches will be curved.
String
run_async
(Optional)

Specifies whether the layout algorithm will run asynchronously or synchronously on the server.

  • RUN_ASYNCHRONOUSLYThe layout algorithm will run asynchronously on the server. This option dedicates server resources to run the layout algorithm with a longer time-out. Running asynchronously is recommended for layouts that are time consuming and may exceed the server time-out (for example, Partial Overlapping Edges) and applying to large diagrams (more than 25,000 features).
  • RUN_SYNCHRONOUSLYThe layout algorithm will run synchronously on the server. It can fail without completion if it exceeds the service default time-out value of 600 seconds. This is the default.
Boolean
offset_absolute
(Optional)

The offset that will be used to separate overlapping segments when is_unit_absolute = "ABSOLUTE_UNIT" and edge_display_type = "ORTHOGONAL_EDGES". The value cannot exceed 10 percent of the smallest value specified for the other spacing parameters. The default is 0.

Linear Unit
offset_proportional
(Optional)

The offset that will be used to separate overlapping segments when is_unit_absolute = "PROPORTIONAL_UNIT" and edge_display_type = "ORTHOGONAL_EDGES". It is a double value that cannot exceed 10 percent of the smallest value specified for the other spacing parameters. The default is 0.

Double
order_tree_branches
(Optional)

Specifies whether the tree branches will be ordered according to an attribute.

  • USE_ORDER_ATTRIBUTEThe tree branches will be ordered according to an attribute.
  • USE_CURRENT_GEOMETRYThe tree branches will be ordered according to the current positions of the branch extremity junctions at the moment the layout applies. This is the default. For example, considering the tree direction, any branch ending with junction A is placed above the branch ending with junction B when branch A already showed above branch B in the diagram before applying the layout.
Boolean
attribute_availability
(Optional)

Specifies whether the attribute to consider is available on diagram junctions or diagram edges.

  • JUNCTIONThe attribute to consider is available on diagram junctions. This is the default.
  • EDGEThe attribute to consider is available on diagram edges.
String
attribute_name
(Optional)

The name or alias of the attribute field that will be used to order the tree branches when this field exists. When the attribute_availability parameter value is JUNCTION, this order attribute will be queried on the branch extremity junctions. When the attribute_availability parameter value is EDGE, this order attribute will be queried on the branch extremity edges.

String
attribute_sort_order
(Optional)

The sort order that will be used for positioning the branches of the tree layout.

Sorting always applies from the first branch on the left to the last branch on the right for vertical tree layouts, that is, when the tree_direction parameter value is FROM_TOP_TO_BOTTOM or FROM_BOTTOM_TO_TOP. For horizontal tree layouts, sorting applies from the first branch at the top to the last branch at the bottom, that is, when the tree_direction parameter value is FROM_LEFT_TO_RIGHT or FROM_RIGHT_TO_LEFT.

  • ASCENDINGThe tree branches will be sorted based on the attribute field values in ascending order. This is the default.
  • DESCENDINGThe tree branches will be sorted based on the attribute field values in descending order.
String

Derived Output

NameExplanationData Type
out_network_diagram_layer

The updated network diagram layer.

Diagram Layer

Code sample

ApplySmartTreeLayout example (Python window)

This sample applies the Smart Tree Layout algorithm to the diagram named Temporary Diagram.

import arcpy
arcpy.nd.ApplySmartTreeLayout("Temporary Diagram", "PRESERVE_CONTAINERS", 
                              "FROM_LEFT_TO_RIGHT", "PROPORTIONAL_UNIT", 
                              "", 8, "", 5, "", 5, "", 15, "", 70, 
                              "REGULAR_EDGES", "RUN_SYNCHRONOUSLY", "USE_CURRENT_GEOMETRY")

Environments

This tool does not use any geoprocessing environments.

Licensing information

  • Basic: No
  • Standard: Yes
  • Advanced: Yes

Related topics