Modifying the grid index features layer

Grid index features can be used to define each page of your map book. These features can define the spatial extent, the spatial reference, and other properties of the map page, as well as label adjacent pages. Data Driven Pages geoprocessing tools can be used to create the features and data needed for the map series.

A simple reference series map book exported to Adobe PDF

The example above shows a topographic map book for Arenac County, Michigan. This 22-page series can be easily created by any ArcMap user with an Internet connection. The data comes from the USA Topographic map service available at ArcGIS online. No other data is needed to re-create this map series. You can easily re-create this simple reference series using Data Driven Pages, the geoprocessing tools available from the Data Driven Pages toolset, data frame properties, and dynamic text.

The following steps modify a previously created grid index feature class using the geoprocessing tools Calculate Adjacent Fields and Calculate UTM Zone. It is the feature class used to define the map extents for the example map book above. These steps assume you have completed the steps outlined in the following topics:

CautionCaution:

Though you can adapt these steps for your own maps or map book, keep in mind that the steps cited in this example are specific for the sample map book shown above. Using these exact steps on a different set of maps may lead to unexpected results.

Steps:
  1. Open the Calculate Adjacent Fields geoprocessing tool.
    Calculate Adjacent Fields GP tool UI steps for modifying Grid Index Feature

    You can find the tool by opening Search and typing Calculate Adjacent Fields, or you can locate the tool under Toolboxes > System Toolboxes > Cartography Tools > Data Driven Pages.

  2. Click the Input Features browse button Open, navigate to the location of the grid index feature class, then choose it.

    If you followed the steps outlined in Creating grid index features and used the suggested naming conventions, the grid index feature class that you should choose is Arenac_grid_index, which should be stored in your default database.

  3. Click the Field Name arrow, choose PageName, then click OK.

    PageName was automatically created by the Grid Index Features geoprocessing tool for each grid index feature using a bingo-style naming convention.

  4. Open the Add Field geoprocessing tool.
    Add Field GP Tool UI steps for modifying Grid Index Feature

    You can find the tool by opening Search and typing Add Fields, or you can locate the tool under Toolboxes > System Toolboxes > Data Management Tools > Fields.

  5. Click the Input Table browse button Open, navigate to the location of the grid index feature class, then choose it.

    If you followed the steps outlined in Creating grid index features and used the suggested naming conventions, the grid index feature class that you should choose is Arenac_grid_index, which should be stored in your default database.

  6. Enter a value for Field Name, for example, UTM_Zone.
  7. Click the Field Type arrow and choose Text.
  8. Enter 600 for Field Length and click OK.

    Spatial reference strings can be quite long. Be sure to leave enough room or the value may truncate and be unusable.

  9. Open the Calculate UTM Zone geoprocessing tool.
    Calculate UTM Zone UI steps for modifying Grid Index Feature

    You can find the tool by opening Search and typing Calculate UTM Zone, or you can locate the tool under Toolboxes > System Toolboxes > Cartography Tools > Data Driven Pages.

  10. Click the Input Features browse button Open, navigate to the location of the grid index feature class, then choose it.

    If you followed the steps outlined in Creating grid index features and used the suggested naming conventions, the grid index feature class that you should choose is Arenac_grid_index, which should be stored in your default database.

  11. Click the UTM Zone Field arrow, choose the field you just created (UTM_Zone), then click OK.

Additional fields have been created and populated that can be used for labeling adjacent pages in the map book and determining the correct UTM zone for each page. If you open the table for the Arenac_grid_index feature class, you should see this new information. The next step in creating the map book is enabling Data Driven Pages.

Related Topics


8/20/2010