Problem:
Grid of rectangular polygons created (using Fishnet, Grid Index Features, or another tool.) We now need to come back to this grid and expand its extents to cover a larger area. Grids must remain the same size, and we do not want to rename or modify attributes of the existing features... we just want to extend the rows and columns as needed to fit the new area.
(If possible to extend naming scheme already used... that would be a bonus; but really just getting the new polygons created and aligned would be helpful.)
Array does not appear to work, as the resulting polygons are stair stepped (corner vertices do not align; tried using rotation angle but its not precise enough.) Currently, only method appears to be copy one of the polygons, and manually snap it to an adjacent one..... and do this potentially HUNDREDS OF TIMES.
As a very last resort, you could try doing it in a database view or query layer using SQL. Get the coordinates and add some amount to move the grid squares or generate new squares. That might work in a mobile or enterprise geodatabase, but likely not a file geodatabase.
Or do the equivalent in the field calculator. And recreate the squares from the points using a geoprocessing tool.
Can you provide a screenshot?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.