I have joined two polyline shapefiles together that represent two months worth of data. I'm now trying to find any changes to the shape of the records between the two months (added vertices, deleted vertices).
Is this possible to detect these changes with a definition query?
If not, is there an efficient way to detect changes in the geometry of the record?
I have a "LENGTH" field and I am able to query records that have a different length but that doesn't necessarily give me all of the records who have had their vertices changed.
Answer
My direct Answer to your Question is "No - but Spatial Definition Queries are the subject of an ArcGIS Idea that you may want to vote for".
However, I think a much better approach is to use Feature Compare.
Alternatively, if you are more interested in a database approach to tracking changes through delta (add/delete) tables you may want to investigate Geodatabase Versioning.
No comments:
Post a Comment