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 99a1d79f15 Add a `MatrixSIS.getInteger(j,i)` method returning a 
`long`. This method can be more accurate than `double` type when using 
`GeneralMatrix`.
     new f1adff6476 More fixes of the use of "coordinate" word in 
documentation. It was used for a all coordinates of a point, while ISO 19111 
uses "coordinate" for a single value in a coordinate tuple.
     new fa09713638 Partially revert commit 3fa0138 ("Apply a longitude 
wraparound on the Mercator projection"). Instead, the Mercator projection 
applies no wraparound by default (same behavior as SIS 1.2) and the wraparound 
can be requested by invoking `createWithWraparound(…)`.

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:
 .../org/apache/sis/coverage/BandedCoverage.java    |   2 +-
 .../sis/coverage/grid/ConvertedGridCoverage.java   |   2 +-
 .../apache/sis/coverage/grid/DefaultEvaluator.java |   2 +-
 .../apache/sis/coverage/grid/EvaluatorWrapper.java |   2 +-
 .../internal/coverage/CompoundTransformOf1D.java   |  10 +-
 .../sis/internal/coverage/RepeatedTransform.java   |  10 +-
 .../sis/internal/feature/j2d/ShapeProperties.java  |  10 +-
 .../apache/sis/internal/feature/jts/Wrapper.java   |   2 +-
 .../org/apache/sis/geometry/GeneralEnvelope.java   |   4 +-
 .../java/org/apache/sis/geometry/Shapes2D.java     |   2 +-
 .../referencing/j2d/AffineTransform2D.java         |   2 +-
 .../operation/builder/LocalizationGridBuilder.java |   2 +-
 .../operation/projection/AlbersEqualArea.java      |  33 +-
 .../operation/projection/AuthalicMercator.java     |  21 +-
 .../operation/projection/AzimuthalEquidistant.java |  14 +-
 .../operation/projection/CassiniSoldner.java       |  14 +-
 .../operation/projection/CylindricalEqualArea.java |   4 +-
 .../operation/projection/Initializer.java          |  37 +--
 .../projection/LambertAzimuthalEqualArea.java      |   2 +-
 .../projection/LambertConicConformal.java          |  29 +-
 .../operation/projection/LongitudeWraparound.java  | 347 +++++++++++++++++++++
 .../referencing/operation/projection/Mercator.java |  94 +++---
 .../projection/ModifiedAzimuthalEquidistant.java   |   4 +-
 .../operation/projection/Mollweide.java            |   8 +-
 .../operation/projection/NormalizedProjection.java | 138 +++++---
 .../operation/projection/ObliqueMercator.java      |   2 +-
 .../operation/projection/ObliqueStereographic.java |  41 +--
 .../operation/projection/Orthographic.java         |   2 +-
 .../operation/projection/PolarStereographic.java   |   2 +-
 .../operation/projection/ProjectionException.java  |   2 +-
 .../operation/projection/SatelliteTracking.java    |  40 ++-
 .../operation/projection/Sinusoidal.java           |   4 +-
 .../operation/projection/TransverseMercator.java   |   4 +-
 .../operation/projection/ZonedGridSystem.java      |   4 +-
 .../operation/transform/AbstractMathTransform.java |  50 +--
 .../transform/AbstractMathTransform1D.java         |   4 +-
 .../transform/AbstractMathTransform2D.java         |  24 +-
 .../operation/transform/ConcatenatedTransform.java |   4 +-
 .../transform/ConcatenatedTransform2D.java         |   2 +-
 .../transform/ConcatenatedTransformDirect2D.java   |   2 +-
 .../transform/CoordinateSystemTransform.java       |   4 +-
 .../transform/EllipsoidToCentricTransform.java     |   2 +-
 .../operation/transform/PoleRotation.java          |   4 +-
 .../operation/transform/ProjectiveTransform.java   |   4 +-
 .../transform/SpecializableTransform.java          |  22 +-
 .../operation/transform/WraparoundTransform.java   |   2 +-
 .../operation/transform/package-info.java          |   2 +-
 .../referencing/j2d/ShapeUtilitiesViewer.java      |   2 +-
 .../projection/LambertConicConformalTest.java      |   2 +-
 .../operation/projection/MercatorTest.java         |   8 +-
 .../projection/PolarStereographicTest.java         |   2 +-
 .../projection/TransverseMercatorTest.java         |   2 +-
 .../operation/transform/PolarToCartesianTest.java  |   2 +-
 .../transform/SphericalToCartesianTest.java        |   2 +-
 54 files changed, 690 insertions(+), 352 deletions(-)
 create mode 100644 
core/sis-referencing/src/main/java/org/apache/sis/referencing/operation/projection/LongitudeWraparound.java

Reply via email to