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 865ea92  Bug fix: `PointOutsideCoverageException` was not correctly 
made silent when point is outside coverage.
     new 5959330  Avoid creating inverse transform when not needed.
     new 991733b  Change the way "North pole rotation" is created and change 
the way the inverse operation is created. The north pole case is now 
implemented as a "South pole rotation" operation rotating the antipodal point. 
It causes a 180° offset in longitude, but this is intended according the 
following definition from COSMO:

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:
 .../referencing/provider/NorthPoleRotation.java    |   9 +-
 .../referencing/provider/SouthPoleRotation.java    |   1 +
 .../operation/transform/AbstractMathTransform.java |   6 +-
 .../operation/transform/PoleRotation.java          | 221 +++++++++++++++------
 .../operation/transform/PoleRotationTest.java      | 129 +++++++++---
 5 files changed, 269 insertions(+), 97 deletions(-)

Reply via email to