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 a1d9fa9 Fix wrong CRS reported reported by getPositionCRS() and
getGeographicCRS().
new f3f9bc3 Fix wrong coordinate reference system used for transforming
the points returned by GeodeticCalculator.
new 3f5a29f Provide a way to compute the number of fraction digits to
show based on the desired accuracy.
new 1021593 Better formatting of GeodeticCalculator, using the default
accuracy (currently 1 cm).
The 3 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:
.../org/apache/sis/geometry/CoordinateFormat.java | 195 ++++++++++++++++++++-
.../internal/referencing/PositionTransformer.java | 2 +-
.../internal/referencing/ReferencingUtilities.java | 37 ++++
.../apache/sis/referencing/GeodeticCalculator.java | 106 +++++++----
.../apache/sis/geometry/CoordinateFormatTest.java | 15 ++
.../org/apache/sis/internal/util/Numerics.java | 15 ++
.../java/org/apache/sis/measure/AngleFormat.java | 73 +++++++-
.../org/apache/sis/measure/AngleFormatTest.java | 22 ++-
8 files changed, 427 insertions(+), 38 deletions(-)