This is an automated email from the ASF dual-hosted git repository.
desruisseaux pushed a change to branch geoapi-4.0
in repository https://gitbox.apache.org/repos/asf/sis.git.
from d77752e Set version number to 2.0-SNAPSHOT for the "geoapi-4.0" branch. https://issues.apache.org/jira/browse/SIS-456
new 74ffaef Avoid connection to EPSG database for GeodeticCalculator tests.
new ce2eebd Use Newton iterative method for finding if a given (xp,yp) point is near
enough to the Bézier curve. This removes the need for https://issues.apache.org/jira/browse/SIS-455
and produces much better results than what we had before.
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../sis/internal/referencing/j2d/Bezier.java | 189 ++++++++++++++-------
.../apache/sis/referencing/GeodeticCalculator.java | 58 ++-----
.../sis/referencing/GeodeticCalculatorTest.java | 15 +-
.../apache/sis/referencing/crs/HardCodedCRS.java | 25 ++-
.../org/apache/sis/test/widget/ShapeViewer.java | 2 +-
5 files changed, 168 insertions(+), 121 deletions(-)
|