Exercise 4: Working with free representations

This topic applies to ArcGIS for Desktop Standard and ArcGIS for Desktop Advanced only.

Complexity: Beginner Data Requirement: ArcGIS Tutorial Data for Desktop Data Path: C:\ArcGIS\ArcTutor\Representations Goal: Learn how to create and modify free representations.

When authoring your map, you may encounter instances where a unique or significant feature requires specialized symbology. Overrides to a representation rule can usually provide this flexibility, but in some instances, they may not be enough. In situations where you may be tempted to simply draw a graphic to get the appearance you need, try a free representation instead. A free representation allows you to take control of all the parts of a representation rule by converting the dynamic geometry into real geometry that you can interact with. The representation rule becomes unique to the feature, and its structure can be modified as necessary. The easiest way to understand free representations is to make one and modify it.

Understand, however, that all this flexibility comes with a small price. Once you create a free representation, the underlying feature is no longer following any representation rule. That means updates to the representation rules will not be reflected in this feature. A complete, independent representation rule will exist for this feature, stored in the Override field. This means that excessive use of free representations can bloat the feature class and adversely affect drawing performance.

In this exercise, you will work through the creation and modification of a free representation for a dashed line portraying a hiking path.

Creating a free representation

In this section, you will learn how to create a free representation from a feature representation.

Steps:
  1. Continue with your current map document from Exercise 1, 2, or 3 or open Exercise_4.mxd from the Exercise 4 folder.
  2. Open the Representation toolbar and the Editor toolbar if they are not already open.
  3. Click Bookmarks > 4) Hiking Path.
  4. Open the Layer Properties dialog box for the TrailL_Rep layer.
  5. On the Symbology tab, click the Hiking Path rule.

    Notice that the rule is composed of a single stroke symbol layer with one geometric effect, Dashes.

    On the Symbology tab, click the rule, Hiking Path, notice that the rule is composed of a single stroke symbol layer with one geometric effect, Dashes.

  6. Click OK to close the Layer Properties dialog box.
  7. In the table of contents window, make the TrailL_Rep layer the only selectable layer.
  8. Start editing and select a section of the hiking path with the Select tool Select Tool from the Representation toolbar.

    Set TrailL_Rep as the only selectable layer. Start editing and select a section of the Hiking Path with the Select tool.

  9. On the Representation toolbar, convert this feature to a free representation by clicking Representation > Free Representation > Convert to Free Representation.
  10. To view the structure of the free representation you just created, click the Representation Properties button Representation Properties on the Representation toolbar to open the Representation Properties window. Click the Drawing tab.

    Open the Representation Properties dialog box and click the Drawing tab to see how a free representation is described in detail.

    Examine the contents of the representation rule as it applies to the currently selected feature, which is now a free representation. Notice that all the components of the representation rule (Hiking Path) to which the feature was originally assigned are still here. The difference is that the feature no longer follows that rule. In fact, the menu at the top of the Drawing tab now reads Free Representation. In addition, there are now also buttons below and within the rule components that can be used to modify the structure. Since the rule is wholly independent of this feature, you can add or remove symbol layers and add, remove, or change geometric effects and marker placement styles.

Modifying free representations

Steps:
  1. With the same feature still selected and the Representation Properties window still open, notice that this independent representation rule still contains the Dashes geometric effect that was present in the Hiking Path representation rule. Recall that geometric effects make dynamic geometry. That means the feature is still a line, but before it is drawn with a symbol, it is interpreted as individual dashes. Notice that the currently selected line shows vertices along the whole line, even in between dashes. During this next step, you will make the dashes actual representation geometry, so you can interact with them individually. To do this, you will use another command on the Representation toolbar. Click Representation > Free Representation > Convert Effect to Geometry.

    Notice that the Dashes geometric effect is no longer present in the representation rule structure in the Representation Properties window. It has been removed and converted to actual representation geometry. Notice also that just the dashes are selected in the canvas. No selected geometry or vertices are visible between dashes. Use the Undo Undo and Redo Redo buttons on the Standard toolbar to see this change again if you missed it.

  2. Converting the dynamic dashes geometric effect to actual geometry results in small individual lines grouped together in a multipart line. To interact with a single dash, you need to ungroup these elements. To do this, use the Representation toolbar and click Representation > Free Representation > Ungroup Elements.

    This command explodes the multipart geometry. Now each individual segment has its own rule. In this case, the rule is a simple one, just a solid orange line. Since multiple segments with individual rules are now selected, the Representation Properties window is unable to display one rule. The following message appears:

    The Representation Properties window when more than one sub-element of a free representation is selected.
    At this point, you could click the Edit Free Representation button to open Free Representation Editor and continue from there. In this exercise, you will continue to use the Representation toolbar instead. Once you complete this exercise, you might want to try to accomplish these same steps from this point on another feature using Free Representation Editor.

  3. Zoom in to the topmost section of the selected feature.

    Zoom in to the topmost section of the selected feature.

  4. Click the Clear Selected Features button Clear Selected Features on the Tools toolbar to unselect the group of subelements.
  5. Using the Direct Select tool Direct Select Tool on the Representation toolbar, select a single dash.

    Clear the selected feature and select a segment with the Direct Select tool.

    The Representation Properties window now shows the rule of the selected segment.

    The Representation Properties window now shows the rule of the selected segment.

  6. Using the Direct Select tool Direct Select Tool, move the segment you have selected.

    Move the segment you have selected.

  7. Use the Direct Select tool to select two vertices of a new segment.

    TipTip:

    You may want to experiment with the Select Part, Unselect Part, and Delete Part commands on the shortcut menu of the Direct Select tool Direct Select Tool to achieve this. Open the shortcut menu by right-clicking on the canvas.

  8. Use the Direct Select tool to move the selected vertices.

    Use the Direct Select tool to move the selected vertices.

  9. Select a different dash with the Direct Select tool.

    Select another segment with the Direct Select tool.

  10. Type 2 in the Width text box on the Representation Properties window to resize the segment.

    Resize the segment.

  11. Select another dash.

    Select another segment with the Direct Select tool.

  12. Click the Color box on the Representation Properties window to choose a new color for the segment.

    Click the color palette to choose a new color for the segment.

  13. Clear the selected features.

    You can now see that with a free representation, you can modify the appearance of a single feature exactly as necessary. You could use this technique to ensure that dashes fall precisely where you want them, to delineate a very specific line or outline, or to avoid other map details. As an advanced exercise, try using Free Representation Editor to accomplish some of these tasks and even add geometry into the same feature.

    Keep in mind that although free representations provide nearly indefinite customization, they will not respond to any representation rule updates, and they can impact the drawing performance if they are used excessively. If you find that you are using many free representations, you may want to consider the way your data and/or your representation rules are structured.

  14. Save your edits and stop editing.
  15. Save your map as Exercise_four.mxd. Close ArcMap.

Congratulations, you’ve completed Exercise 4.

Things created and accomplished in this exercise

In Exercise 5, you will learn how to use the geoprocessing tools for representations.

Related Topics

3/5/2014