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 04f8d71  Documentation cleanup and removal of duplicated code.
     new 19a8711  Replace the null value in Category.range by a range 
containing NaN values. The intent is to remove the Category.minimum/maximum 
fields in a future commit.
     new 63484e9  Replace the "remove" method by a categories() list supporting 
the List.remove(int) operation. The intend is to let user choose themselves 
their criterion for selecting the category to remove.

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:
 .../java/org/apache/sis/coverage/Category.java     |  78 ++++++++-------
 .../java/org/apache/sis/coverage/CategoryList.java |  29 +++---
 .../org/apache/sis/coverage/ConvertedCategory.java |   2 +-
 .../org/apache/sis/coverage/SampleDimension.java   | 107 +++++++++++----------
 .../org/apache/sis/coverage/SampleRangeFormat.java |   9 +-
 .../org/apache/sis/coverage/CategoryListTest.java  |   2 +-
 .../java/org/apache/sis/coverage/CategoryTest.java |  13 ++-
 .../apache/sis/coverage/SampleDimensionTest.java   |   9 +-
 .../java/org/apache/sis/measure/NumberRange.java   |  22 ++++-
 .../main/java/org/apache/sis/measure/Range.java    |   5 +-
 .../apache/sis/storage/netcdf/GridResource.java    |   6 +-
 11 files changed, 156 insertions(+), 126 deletions(-)

Reply via email to