Hi Community,
Can anyone help me out create a grid layer of 1ft x 1ft size on top of a polygon or geometry? I tried using the code of create vertical and horizontal line using ArcGIS JS for API.
I was checked by passing the coordinated vertical line and horizontal line but how we can do for the polygon geometry area.
var polyline1 = new Polyline([[0, 0],[5,0], [10, 0]]);
var polyline2 = new Polyline([[0, 0],[0,5], [0, 10]]);
Thanks,
Sai