Proximity2DResult does not have methods to set/get boolean signifying right side. Need getNearestCoordinate method which calculates left/right side
Aperta
enhancement
- Lingua principale
- Java
- Stelle
- 710
- Fork
- 269
- Merge medio
- 7g 23h
- PR unite (30g)
- 1
Descrizione
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);
```
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.