I'm looking for a tool that generate points within a polygon with a fixed-distance between point neighbors.
I've tried Create Random Points, but the parameter is only minimum distance, and I was looking for a maximum distance or fixed-distance.
Create Fishnet works well with the distance between neighbors up/down/right/left, but not between other neighbors.
For now I'm manually creating buffers and moving them around to cover the entire area, but I belief there would be an automated way to do it.
Any ideas?
I'm currently working with ArcGIS for Desktop.