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 f537ce2 Fix an error in the determination of parameter values for inverse of "Rotated North Pole". new 5cc6821 Override the most commonly used `transform(…)` variant for efficiency. new c7a27e4 Add transform derivative (Jacobian matrix) for rotated pole. This work completes https://issues.apache.org/jira/browse/SIS-533 new fe14e14 Add a `DIMENSION` constant in `AbstractMathTransform2D` for code clarity. 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: .../java/org/apache/sis/image/ResamplingGrid.java | 5 -- .../operation/projection/NormalizedProjection.java | 9 --- .../transform/AbstractMathTransform2D.java | 28 ++++++-- .../transform/ConcatenatedTransform2D.java | 4 +- .../transform/ConcatenatedTransformDirect2D.java | 4 +- .../operation/transform/RotatedPole.java | 82 ++++++++++++++++++---- .../sis/referencing/operation/projection/NoOp.java | 3 +- .../projection/ProjectionResultComparator.java | 4 +- .../operation/transform/RotatedPoleTest.java | 34 +++++---- 9 files changed, 123 insertions(+), 50 deletions(-)