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 32b875d621 Rename `GridGeometry.translate(…)` as `shiftGrid(…)` for 
making clearer that this method changes grid coordinates without changing real 
world coordinates.
     new 618f2ddff2 Trivial javadoc formatting for consistency.
     new 7e0a63e451 Add convenience method for deriving a projection from an 
existing one, and for resampling a grid coverage by specifying only the new CRS.

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:
 .../sis/coverage/grid/GridCoverageProcessor.java   |  24 +++++
 .../referencing/GeodeticObjectBuilder.java         | 102 +++++++++++++++++----
 .../referencing/provider/AlbersEqualArea.java      |   2 +-
 .../referencing/provider/CassiniSoldner.java       |   2 +-
 .../provider/HyperbolicCassiniSoldner.java         |   2 +-
 .../provider/LambertAzimuthalEqualArea.java        |   2 +-
 .../LambertAzimuthalEqualAreaSpherical.java        |   2 +-
 .../internal/referencing/provider/Molodensky.java  |   2 +-
 .../provider/ObliqueMercatorTwoPoints.java         |   2 +-
 .../provider/ObliqueMercatorTwoPointsCenter.java   |   2 +-
 .../internal/referencing/provider/Polyconic.java   |   2 +-
 .../factory/CommonAuthorityFactory.java            |   2 +-
 .../referencing/GeodeticObjectBuilderTest.java     |  57 ++++++++++++
 .../sis/test/suite/ReferencingTestSuite.java       |   1 +
 .../apache/sis/storage/landsat/MetadataReader.java |   2 +-
 15 files changed, 176 insertions(+), 30 deletions(-)
 create mode 100644 
core/sis-referencing/src/test/java/org/apache/sis/internal/referencing/GeodeticObjectBuilderTest.java

Reply via email to