Controlling the data frame window extent and scale

In Chapter 8, Introduction to ArcPy.Mapping we started to explore the properties and methods of the data frame. Using the arcpy.Extent object, we were able to set the extent of the data frame to an extent that was hard-coded into the script. However, this does not always capture the entire extent of large census blocks. Using a combination of definition queries and the data frame extent and scale properties, we can avoid these unwanted results.

There are two data frame object methods used to shift the data frame window to the area of interest, in this case the selected census blocks. The first, which we are not using here, is dataFrame.zoomToSelectedFeatures. The second, is to assign the data frame's ...

Get ArcPy and ArcGIS – Geospatial Analysis with Python now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.