Proximity2DResult does not have methods to set/get boolean signifying right side. Need getNearestCoordinate method which calculates left/right side
未关闭
enhancement
- 主要语言
- Java
- 星标
- 710
- 派生
- 269
- 平均合并
- 7 天 23 小时
- 30 天内合并 PR
- 1
描述
Proximity2DResult does not have methods to set/get boolean signifying right side.
We need these two methods:
1. setRightSide()
2. isRightSide()
Then we need to implement this method which calculates left/right side:
```
public abstract Proximity2DResult getNearestCoordinate(Geometry geom, Point inputPoint, boolean bTestPolygonInterior, boolean bCalculateLeftRightSide);
```
贡献指南
评估
这个 Issue 还没有评估数据。