Select to view content in your preferred language

Draw points within a shapefile

753
1
05-21-2020 03:07 PM
Erick_CamiloMorris_Duarte
Emerging Contributor

Hi, I've got a trouble, I need to draw points within a shapefile, spaced one point with other 800 mts, but all within the shape, any Idea? Or, how to get the points where the perimeters are in the shapefile, so I can manually add its within the shapefile.

Tags (3)
0 Kudos
1 Reply
NathanCastle1
Esri Contributor

I recommend taking a look at ShapefileFeatureTable Class  and GeometryEngine.MoveGeodetic Method. Together, you should be able to use GeometryEngine to determine where to place the points, and use the feature table to edit the shapefile. You can also use GeometryEngine to determine if a point is contained by a polygon.

0 Kudos