New Open Source ArcMap Tool Posted: Point Location Fixer
I stumbled on a problem that seems to have no easy answer. Â Working on the count stations layer here at the office, I found that we had a small number of points that weren’t located in the GIS feature class, although we DO have X and Y coordinates for them.
Since searching on Google turned up nothing, I wrote my own solution. Â Since I already had some Java code to look for selected features and get to the actual features, I copied that code into a new project and made a few modifications. Â Those modifications are posted on Github. Â Even better, I actually used a few comments in this one! 🙂