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 1c135038b1 Make `DefaultEvaluator` more robust to the case where the
`gridToCRS` transform has a scale factor of NaN.
new fb3ce3c46e Replace the `-e` option by the more portable `-f` option in
`readlink`.
new 30bf8f0c40 Add a tolerance factor in `TranslatedTransform`. Fix a
missing computation of inverse transform.
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/coverage/grid/TranslatedTransform.java | 70 ++++++++++++++--------
.../transform/AbstractLinearTransform.java | 62 ++++++++++---------
.../operation/transform/CopyTransform.java | 16 ++---
.../operation/transform/IdentityTransform.java | 1 -
.../operation/transform/ScaleTransform.java | 3 +-
.../operation/transform/TransformJoiner.java | 4 +-
.../operation/transform/TranslationTransform.java | 3 +-
optional/src/org.apache.sis.gui/bundle/bin/sis | 2 +-
.../src/org.apache.sis.gui/bundle/bin/sis_shell | 2 +-
optional/src/org.apache.sis.gui/bundle/bin/sisfx | 2 +-
.../src/org.apache.sis.gui/bundle/conf/imports.jsh | 2 +-
11 files changed, 90 insertions(+), 77 deletions(-)