Esri / Esri/geometry-api-java

Proximity2DResult does not have methods to set/get boolean signifying right side. Need getNearestCoordinate method which calculates left/right side

未关闭
#47 0 条评论 0 个 reaction 已指派 1 人 已被 @stolstov 认领 在 GitHub 查看
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 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。