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 0f90b1a  Image : fix missing translation in 
AbstractRenderedImage.getData() method
     new fb1d4e2  Adjust indentation and omit the properties for JUnit 
versions, temporarily replaced by hard-coded version numbers. The intent is to 
inherit those version numbers from GeoAPI since they are used for the 
conformance test suite. GeoAPI migration to JUnit 5 started in the "jupiter" 
branch.
     new 0431f2e  Partial review of GridCoverage.evaluate(DirectPosition) 
method. - Add a new FractionalGridCoordinates class with some of the 
calculations done by GridCoverage methods. - Rename toGridCoord as 
toGridCoordinates and change the return type to FractionalGridCoordinates. - 
Remove toLongExact(DirectPosition), replaced by FractionalGridCoordinates.

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:
 .../coverage/grid/FractionalGridCoordinates.java   | 473 +++++++++++++++++++++
 .../sis/coverage/grid/GridCoordinatesView.java     |  10 +-
 .../org/apache/sis/coverage/grid/GridCoverage.java | 191 +++++----
 .../org/apache/sis/coverage/grid/GridExtent.java   |  71 ++--
 .../org/apache/sis/coverage/grid/GridGeometry.java |   4 +-
 .../sis/coverage/grid/PointToGridCoordinates.java  |  81 ++++
 .../sis/internal/coverage/GridCoverage2D.java      | 232 ++++++----
 .../org/apache/sis/internal/feature/Resources.java |   5 +
 .../sis/internal/feature/Resources.properties      |   1 +
 .../sis/internal/feature/Resources_fr.properties   |   1 +
 .../grid/FractionalGridCoordinatesTest.java        | 101 +++++
 .../coverage/BufferedGridCoverageTest.java         |   3 +-
 .../sis/internal/coverage/GridCoverage2DTest.java  |   3 +-
 .../apache/sis/test/suite/FeatureTestSuite.java    |   1 +
 pom.xml                                            |  44 +-
 storage/sis-sqlstore/pom.xml                       |   2 +-
 16 files changed, 979 insertions(+), 244 deletions(-)
 create mode 100644 
core/sis-feature/src/main/java/org/apache/sis/coverage/grid/FractionalGridCoordinates.java
 create mode 100644 
core/sis-feature/src/main/java/org/apache/sis/coverage/grid/PointToGridCoordinates.java
 create mode 100644 
core/sis-feature/src/test/java/org/apache/sis/coverage/grid/FractionalGridCoordinatesTest.java

Reply via email to