I'm struggling with a mysterious problem with imagery extent. I do not know much about managing imagery files. We have a few sets of aerial imagery of our region (MrSID files), stored on ArcGIS Server, and all the imagery was working/displaying fine, until one set randomly started displaying on the other side of the country. No one was doing any work on it; this seemed to happen truly randomly.
I found that most of our imagery sets have a projection that uses feet as the unit, while the problem set uses meters. However, the extent of the problem set consists of numbers that would be correct if the units were feet!
I created a polygon feature class for troubleshooting/testing, and gave it the same extent problem as the imagery. I could successfully fix it, then, using the GP tool Add Spatial Index. However, it appears this tool can only be used on feature classes, not rasters/imagery.
My current idea for fixing the imagery extent is: copy/record the current extent (the numbers that would be good if the projection units were feet), then project the imagery into the same projection but the variation that uses feet instead of meters, then manually edit the extent in Catalog to use the original extent, which will hopefully work now that the projection units are feet.
But who knows if that method would work or run into unforeseen errors. I can try on a copy of a small part of the imagery.
My question is, does anyone have a better solution for fixing the extent? And does anyone know how this problem could have occurred so randomly?? like a bug or something?