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 78a95a0  Add an `isIdentity()` method.
     new b677477  Add tests for north pole rotation.
     new 61aa869  Move `fastHypot` in a location where `RotatedPole` can use. 
This is mostly for documenting why we use that function.

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:
 .../apache/sis/internal/referencing/Formulas.java  |  48 ++++++++-
 .../referencing/provider/RotatedNorthPole.java     |   5 +
 .../referencing/provider/RotatedSouthPole.java     |   4 +
 .../projection/LambertConicConformal.java          |   1 +
 .../projection/ModifiedAzimuthalEquidistant.java   |   2 +-
 .../operation/projection/NormalizedProjection.java |  46 +--------
 .../operation/projection/ObliqueMercator.java      |   1 +
 .../operation/projection/ObliqueStereographic.java |   1 +
 .../operation/projection/PolarStereographic.java   |   1 +
 .../operation/projection/package-info.java         |   2 +-
 .../operation/transform/RotatedPole.java           |  12 ++-
 .../projection/MapProjectionTestCase.java          |   2 +-
 .../operation/transform/RotatedPoleTest.java       | 115 ++++++++++++++++++++-
 13 files changed, 183 insertions(+), 57 deletions(-)

Reply via email to