https://desktop.arcgis.com/zh-cn/arcmap/latest/manage-data/using-sql-with-gdbs/st-distance.htm
//获取某个面内随机点
SELECT (ST_Dump(ST_GeneratePoints(polygon_shape, 5))).geom,polygon_shape
FROM 空间表名
where id='75'
https://desktop.arcgis.com/zh-cn/arcmap/latest/manage-data/using-sql-with-gdbs/st-distance.htm
//获取某个面内随机点
SELECT (ST_Dump(ST_GeneratePoints(polygon_shape, 5))).geom,polygon_shape
FROM 空间表名
where id='75'
评论区