Polygon计算每一个角的角度 主要算法 Polygon 拆解 (孔型) 两条线段之间求角度值 测试数据 面数据 POLYGON ((350 100, 450 450, 150 400, 100 200, 350 100), (200 300, 350 350, 300 200, 200 300)) 流程注解 JTS org.locationtech.jts.geom.Geometry 类 Coordinate[] coordinates = geometry.getCoordinates()