(一)地图AOI的基本信息
(二)postgreSQL中的地理坐标基础框架与利用postgreSQL的地图全...
https://v.youku.com/v_show/id_XMzEzNjExNzU0MA==.html
(三)多边形开源jar包
java 使用jts-jar计算任意多边形的内点、质点(不是中心也不是重心,内点经测试都在图形内部)_可爱猪猪-CSDN博客
<!-- https://mvnrepository.com/artifact/org.locationtech.jts/jts-core -->
<dependency>
<groupId>org.locationtech.jts</groupId>
<artifactId>jts-core</artifactId>
<version>1.16.0</version>
</dependency>