Controlling features which move in and out of a clip

617
4
03-15-2011 10:46 AM
847396730
Occasional Contributor III
Please see the attached: the orange lines on the right are a state route which bends in and out of the clip.  The clip is the data driven feature layer, and is based on a percentage of the county line's perimeter (read: not changeable). Can python help me control this line and others like it?  I would happily accept its complete omission or its full inclusion.  Thank you!
Tags (2)
0 Kudos
4 Replies
ChrisMathers
Occasional Contributor III
Clip honors selections. Just select which ones you want before running the clip.
0 Kudos
847396730
Occasional Contributor III
This is a data driven index layer clip, not a traditional chop-up-the-data clip, so selecting ahead of time has no effect.
0 Kudos
ChrisMathers
Occasional Contributor III
Definition queries perhaps? You can edit a layer objects definition query as a property of the object.
0 Kudos
847396730
Occasional Contributor III
A definition query applied to the layer will apply to every page of the map book in the data driven pages.  There is a page definition query, but its only capability is to show a) geometry which matches the current data driven page or b) geometry which doesn't match the current data driven page.  So even if you broke all your data and assigned it a value to its page, you wouldn't be able to express a piece of geometry as belonging to two pages.
0 Kudos