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 7af56f6285 Replace `ProjectionLimits` by a more reliable mechanism 
defined directly in `MathTransform` implementations. For now only `Mercator` 
and `TransverseMercator` defines those limit. More will be added in the future.
     new c71a1d11dc Better implementation of `getDomain(…)` on inverse 
transforms. Remove infinite values in Mercator.getDomain(…).
     new 29beeb7358 Add `getDomain(…)` implementations for a few more map 
projections (only the easiest cases).
     new d41d7fa838 Make a better use of new `MathTransforms.getDomain(…)` API 
in JavaFX viewer.

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:
 .../sis/internal/map/coverage/RenderingData.java   | 67 ++++------------------
 .../java/org/apache/sis/geometry/Shapes2D.java     | 22 ++++++-
 .../projection/LambertConicConformal.java          | 21 ++++++-
 .../referencing/operation/projection/Mercator.java | 11 ++--
 .../operation/projection/NormalizedProjection.java |  2 +-
 .../operation/projection/PolarStereographic.java   | 19 +++++-
 .../operation/projection/TransverseMercator.java   | 12 ++--
 .../operation/projection/ZonedGridSystem.java      | 21 ++++++-
 .../operation/transform/AbstractMathTransform.java |  7 +--
 .../operation/transform/DomainDefinition.java      | 67 ++++++++++++++++------
 10 files changed, 152 insertions(+), 97 deletions(-)

Reply via email to