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時間
- マージ済み PR(30日)
- 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 はまだ評価されていません。