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 d2a7a83 Geographic/Geocentric conversions shall work with
two-dimensional geographic CRS (not only three-dimensional).
https://issues.apache.org/jira/browse/SIS-376
new 0c32480 Fix a confusion in the NumberFormat settings performed by
StatisticsFormat, in particular when values are percentages.
new 74c479f Add a remarks columns in the metadata tree. The main intent
is to notify user when the geographic bounding box crosses the antimeridian,
since it is often a source of confusion.
new f463a61 CharSequences.parseDoubles(…) should returns an array of
length 0 for empty strings.
new 5717918 Upgrade some Maven plugin dependencies.
The 4 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:
core/sis-build-helper/pom.xml | 2 +-
.../apache/sis/internal/metadata/Resources.java | 33 +++++
.../sis/internal/metadata/Resources.properties | 1 +
.../sis/internal/metadata/Resources_fr.properties | 1 +
.../org/apache/sis/metadata/AbstractMetadata.java | 5 +
.../org/apache/sis/metadata/MetadataFormat.java | 65 ++++++++++
.../org/apache/sis/metadata/MetadataStandard.java | 5 +
.../org/apache/sis/metadata/PropertyAccessor.java | 11 +-
.../java/org/apache/sis/metadata/SpecialCases.java | 21 +++-
.../java/org/apache/sis/metadata/TreeNode.java | 19 ++-
.../org/apache/sis/metadata/TreeTableView.java | 50 +++-----
.../org/apache/sis/metadata/TreeTableViewTest.java | 30 ++++-
.../DefaultDataIdentificationTest.java | 2 +-
.../gazetteer/MilitaryGridReferenceSystem.java | 11 +-
.../sis/referencing/operation/matrix/Matrices.java | 3 +-
.../apache/sis/geometry/CoordinateFormatTest.java | 4 +-
.../java/org/apache/sis/io/CompoundFormat.java | 3 +
.../main/java/org/apache/sis/io/DefaultFormat.java | 2 +-
.../java/org/apache/sis/math/DecimalFunctions.java | 25 ++++
.../java/org/apache/sis/math/StatisticsFormat.java | 135 +++++++++++----------
.../java/org/apache/sis/util/CharSequences.java | 19 ++-
.../apache/sis/util/collection/TableColumn.java | 11 ++
.../sis/util/collection/TreeTableFormat.java | 48 ++++++--
.../org/apache/sis/math/DecimalFunctionsTest.java | 27 +++++
.../org/apache/sis/math/StatisticsFormatTest.java | 40 +++++-
.../java/org/apache/sis/test/TestUtilities.java | 9 +-
.../org/apache/sis/util/CharSequencesTest.java | 8 +-
pom.xml | 3 +-
28 files changed, 460 insertions(+), 133 deletions(-)
create mode 100644
core/sis-metadata/src/main/java/org/apache/sis/metadata/MetadataFormat.java