Proximity2DResult does not have methods to set/get boolean signifying right side. Need getNearestCoordinate method which calculates left/right side
Abierto
enhancement
- Lenguaje dominante
- Java
- Estrellas
- 710
- Forks
- 269
- Merge medio
- 7 d 23 h
- PR fusionados (30 d)
- 1
Descripción
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);
```
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.