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: Felix Obemaier <felix.obermaier@netcologne.de> * Revert changes to EdgeRings and Triangulation tests. Signed-off-by: Felix Obemaier <felix.obermaier@netcologne.de> * Fixed CoordinateSequences.indexOf to not request Coordinate Added some unit test for CoordinateSequences class Signed-off-by: Felix Obemaier <felix.obermaier@netcologne.de> * Removed junit 3.8 assertion function Signed-off-by: Felix Obemaier <felix.obermaier@netcologne.de> * Removed old code in Polygon Refactored CoordinateSequencesTest to use sequence from pre-created ordinate values Signed-off-by: Felix Obemaier <felix.obermaier@netcologne.de> * Cleanup Orientation class Fixing dangling code documentation and broken links Signed-off-by: Felix Obemaier <felix.obermaier@netcologne.de>
Loading
Please register or sign in to comment