Skip to content
Commit 3500a912 authored by Felix Obermaier's avatar Felix Obermaier Committed by Martin Davis
Browse files

Fix for Polygon.normalize() to work on CoordinateSequence (#254) (#262)



* Fix for Polygon.normalize() to work on CoordinateSequence (#254)
* Necessary additions to CoordinateSequences utility class (#188)
  - minCoordinate, minCoordinateIndex
  - indexOf
  - scroll
* Create overload of Orientation.isCCW with CoordinateSequence as ring
  argument partly (#188)
* Wire Orientation.isCCW(CoordinateSequence) with some EdgeRing classes

Signed-off-by: default avatarFelix Obemaier <felix.obermaier@netcologne.de>

* Revert changes to EdgeRings and Triangulation tests.

Signed-off-by: default avatarFelix Obemaier <felix.obermaier@netcologne.de>

* Fixed CoordinateSequences.indexOf to not request Coordinate
Added some unit test for CoordinateSequences class

Signed-off-by: default avatarFelix Obemaier <felix.obermaier@netcologne.de>

* Removed junit 3.8 assertion function

Signed-off-by: default avatarFelix Obemaier <felix.obermaier@netcologne.de>

* Removed old code in Polygon
Refactored CoordinateSequencesTest to use sequence from pre-created
  ordinate values

Signed-off-by: default avatarFelix Obemaier <felix.obermaier@netcologne.de>

* Cleanup Orientation class
Fixing dangling code documentation and broken links

Signed-off-by: default avatarFelix Obemaier <felix.obermaier@netcologne.de>
parent 65eace10
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment