侧边栏壁纸
  • 累计撰写 90 篇文章
  • 累计创建 17 个标签
  • 累计收到 23 条评论

目 录CONTENT

文章目录

arcgis 数据库文档

Administrator
2024-11-21 / 0 评论 / 1 点赞 / 57 阅读 / 0 字
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'

1

评论区