Compression layout reference

Compression Compression Layout is a schematic layout algorithm that is typically used on diagrams with containers so the features in the containers are processed as junction groups.

This layout algorithm compresses the diagram features toward the middle of the diagram while trying to maintain relative positioning. It works from a distance that allows it to build junction groups that are moved as super nodes during the algorithm run.

This layout algorithm is useful for networks that span thousands of miles and are otherwise difficult to view and understand in their true geographic positions—for example, in the transmission utilities industry.

The graphics below show a sample diagram before and after applying the Compression layout:

Sample diagram before applying the Compression layout

Here is the diagram layout after applying the Compression layout.

Sample diagram after applying the Compression layout

Apply the Compression layout on an active diagram map view

When applying this layout on a network diagram, the following prerequisites must be met:

  • Since this operation is transactional, edits must be saved before it is run.
  • The input network diagram layer to which the layout applies must be from either a utility network or trace network in a file or mobile geodatabase, or a network diagram service. When working with a utility network or a trace network in an enterprise geodatabase, the input network diagram layer must be from a service.

To apply the Compression layout on an active diagram map view, do one of the following:

  • On the Network Diagram tab, click the drop-down arrow on the Diagram Layouts button in the Layout group, and click the Compression Compression Layout layout item in the gallery.
  • Load the Apply Compression Layout tool in the Geoprocessing pane, adjust the Compression layout parameters and click Run.

Note:

To apply the layout algorithm on a subset of features in the network diagram, use one of the Select Features tools (for example, Select By Rectangle, Select By Polygon, and so on), and select the diagram features before running.

Configure the Compression layout on a diagram template

To configure this layout on your diagram template, use the Add Compression Layout tool.

Compression layout parameters

Apply Compression Layout parameters

The sections below clarify the Compression diagram layout main parameters.

Preserve container layout

Most of the layout algorithms work with the Preserve container layout option. When this option is checked, it allows you to control the algorithm application so it runs on the top graph of the diagram. When this option is not checked, the algorithm is applied to both content and noncontent features in the diagram.

Learn more about the Preserve container layout option

Maximum Distance for Grouping

This parameter is used to determine when neighbor junctions must be considered part of the same junction group. A junction group acts as a top container, which will be moved as a unit during the layout process. It can contain junctions and containers. Two conditions are required to group two junctions together: they must be connected by an edge, and the distance between them must be less than the maximum value you enter. A junction group cannot be composed of two junctions (or containers) that are very close but not connected. With a very small value for Maximum Distance for Grouping, the algorithm may not perform any grouping at all.

The images below show the differences when applying the layout on the following initial diagram:

Initial diagram

With Maximum Distance for Grouping set to 1 foot, the blue and red junctions in the middle are too far from each other and from their neighbor container to be regrouped. The algorithm compressed all the diagram features to the middle while preserving their relative distances:

Compression with Maximum Distance for Grouping set to 1

With Maximum Distance for Grouping set to 3 feet, the two blue junctions are not regrouped, and the red junction and its neighbor red container are regrouped. Then, the diagram graph compression operates.

Compression with Maximum Distance for Grouping set to 3

With Maximum Distance for Grouping set to 5 feet, the two blue junctions are regrouped, and the red junction and its neighbor red container are regrouped. Then, the diagram graph compression operates.

Compression with Maximum Distance for Grouping set to 5

Vertex Removal Rule

This parameter specifies how vertices along diagram edges are processed. The images below show the differences when applying each type of vertex removal rule on the following initial diagram:

Initial diagram
  • All outer vertices except the first one—Any edge vertices that are within the detected junctions' groups will be maintained; edge vertices that are outside will be removed except the first (or last) outside vertex that is preserved.

    Compression with Vertex Removal Rule set to All outer vertices except the first one

  • All outer vertices—Any edge vertices that are within the detected junctions' groups will be maintained, while edge vertices that are outside will be removed.

    Compression with Vertex Removal Rule set to All outer vertices

  • All vertices—All vertices on all edges will be removed from the diagram.

    Compression with Vertex Removal Rule set to All vertices

Related topics