Data Driven Pages (DDP) Mask Layer Query

2941
2
Jump to solution
07-12-2012 12:23 PM
GeneDixon
New Contributor II
All,
I am creating a map book of the United States using DDP with ArcGIS 10.0.

I am using a layer of the extents of each state as the DDP index. From the layer, I am using the layer attribute StateName as the Name Field and the Sort Field when I create the DDP.

I also have a mask layer that I would like to use to mask the surrounding states. For example, if I am making a single map of California, I would create a definition query in the layer properties. So for California the mask definition query would be:

StateName <> 'California'

Then of course the mask layer would draw all of the state polygons surrounding California and the California polygon would not draw.

I would like to find a way were StateName would auto-magically be filled into the definition query as I click on the Next Page or Previous Page command on the DDP toolbar. So when the map moves from Arkansas to California the mask lay query changes to match the map page.

Thanks in advance for all of your considerations!

Gene
Tags (2)
0 Kudos
1 Solution

Accepted Solutions
JohnSobetzer
Frequent Contributor
Can't you just select "Don't Match" in the Page Definition Query for the masking layer?

View solution in original post

2 Replies
JohnSobetzer
Frequent Contributor
Can't you just select "Don't Match" in the Page Definition Query for the masking layer?
GeneDixon
New Contributor II
John,
Thanks so much for the reply, that was exactly what I needed! I was hoping that there was a simple non-python solution.

I searched for "Definition Query" in the help and as you can see on the ESRI help link below and in the screen shot that is attached, they do not even show that command on Definition Query tab of the Layer Properties. This is in the 10.1 help too.

http://resources.arcgis.com/en/help/main/10.1/index.html#//00s50000002z000000

I can only hope that ESRI did not remove this command button or hide it somewhere else.

Thanks again!

Gene
0 Kudos