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 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.
     new 4358ee9  Adjustment in the exception thrown if grid coordinates are 
outside the given bounds.
     new 67c5d18  Add an `ImageUtilities` class for methods to be needed by 
`GridCoverage2D`.

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   |  42 ++++--
 .../sis/internal/coverage/ImageUtilities.java      | 154 +++++++++++++++++++++
 .../grid/FractionalGridCoordinatesTest.java        |   6 +-
 .../sis/internal/coverage/ImageUtilitiesTest.java  |  77 +++++++++++
 .../apache/sis/test/suite/FeatureTestSuite.java    |   1 +
 .../org/apache/sis/util/resources/Vocabulary.java  |  45 ++++++
 .../sis/util/resources/Vocabulary.properties       |   9 ++
 .../sis/util/resources/Vocabulary_fr.properties    |   9 ++
 8 files changed, 326 insertions(+), 17 deletions(-)
 create mode 100644 
core/sis-feature/src/main/java/org/apache/sis/internal/coverage/ImageUtilities.java
 create mode 100644 
core/sis-feature/src/test/java/org/apache/sis/internal/coverage/ImageUtilitiesTest.java

Reply via email to