天天看点

JTS使用笔记

JTS版本:1.13.0

com.vividsolutions.jts.geom中CoordinateList

add(Coordinate[] coord, boolean allowRepeated, boolean direction)

allowRepeated 是否允许重复点,设置为false自动删除重复点

direction 是否正向添加,设置为false自动反向添加

clone()方法有bug,colone后数据重复,使用sp.points=new CoordinateList(this.points.toCoordinateArray());

打断线用 

Geometry.union()