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 b294df8a45 Add style painter declaration in META-INF
new f19ffb083d Add clarification in documentations related to image
operations. Update of the link to GeoTIFF specification in metadata, replacing
OSGeo track by OGC web site. Add a `Strings.appendWithHeuristic(…)` internal
method for some `toString()` implementations. The rest of this commit contains
some usages of `var` in place of redundant type declarations.
new 4e446feef3 More clarification and control on the characteristics (cell
area/center, rounding mode) of transformation of grid extent between grid
geometries. As a side-effect of this work, add a
`GridGeometry.contains(GridGeometry)` and related methods (used mostly for
assertions at this time). The above are used for identifying and fixing an
erroneous offset in the use of the GDAL data store.
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:
.../org/apache/sis/coverage/SampleRangeFormat.java | 6 +-
.../apache/sis/coverage/grid/DomainLinearizer.java | 4 +-
.../apache/sis/coverage/grid/GridDerivation.java | 178 +++++++++++-------
.../org/apache/sis/coverage/grid/GridExtent.java | 197 +++++++++++++-------
.../org/apache/sis/coverage/grid/GridGeometry.java | 191 +++++++++++++++++---
.../sis/coverage/grid/ResampledGridCoverage.java | 10 +-
.../apache/sis/coverage/grid/SliceGeometry.java | 2 +-
.../main/org/apache/sis/feature/FeatureFormat.java | 9 +-
.../main/org/apache/sis/image/ImageProcessor.java | 5 +-
.../apache/sis/image/privy/AssertionMessages.java | 87 +++++++++
.../sis/coverage/grid/GridDerivationTest.java | 128 ++++++++-----
.../apache/sis/coverage/grid/GridExtentTest.java | 60 ++++--
.../apache/sis/coverage/grid/GridGeometryTest.java | 73 ++++++--
.../main/org/apache/sis/metadata/sql/Citations.sql | 2 +-
.../coverage/MultiResolutionCoverageLoader.java | 2 +-
.../sis/referencing/gazetteer/LocationFormat.java | 7 +-
.../org/apache/sis/geometry/EnvelopeReducer.java | 7 +-
.../main/org/apache/sis/geometry/Envelopes.java | 30 +--
.../org/apache/sis/parameter/ParameterFormat.java | 41 +++--
.../main/org/apache/sis/referencing/CRS.java | 6 +-
.../apache/sis/referencing/GeodeticCalculator.java | 6 +-
.../operation/builder/LinearTransformBuilder.java | 28 +--
.../referencing/operation/builder/Linearizer.java | 11 +-
.../operation/builder/ProjectedTransformTry.java | 6 +-
.../sis/referencing/operation/gridded/Tile.java | 6 +-
.../operation/builder/LinearizerTest.java | 3 +-
.../projection/MercatorMethodComparison.java | 10 +-
.../operation/transform/MathTransformTestCase.java | 2 +-
.../sis/test/integration/ConsistencyTest.java | 12 +-
.../org/apache/sis/storage/geotiff/DataSubset.java | 2 +-
.../sis/storage/geotiff/reader/CRSBuilder.java | 4 +-
.../main/org/apache/sis/storage/gpx/Metadata.java | 10 +-
.../main/org/apache/sis/io/stream/Region.java | 2 +-
.../apache/sis/storage/GridCoverageResource.java | 2 +-
.../aggregate/ConcatenatedGridResource.java | 2 +-
.../apache/sis/storage/base/TiledGridCoverage.java | 201 ++++++++++++++++-----
.../apache/sis/storage/base/TiledGridResource.java | 16 +-
.../main/org/apache/sis/io/TableAppender.java | 7 +-
.../main/org/apache/sis/io/TabularFormat.java | 10 +-
.../main/org/apache/sis/math/StatisticsFormat.java | 9 +-
.../main/org/apache/sis/util/CharSequences.java | 16 +-
.../sis/util/collection/TreeTableFormat.java | 12 +-
.../org/apache/sis/util/privy/AbstractMap.java | 8 +-
.../main/org/apache/sis/util/privy/Strings.java | 61 +++++--
.../org/apache/sis/test/LogRecordCollector.java | 2 +-
.../apache/sis/gui/coverage/CoverageCanvas.java | 4 +-
.../main/org/apache/sis/storage/gdal/Band.java | 17 +-
.../org/apache/sis/storage/gdal/TiledCoverage.java | 18 +-
.../org/apache/sis/storage/gdal/TiledResource.java | 16 +-
49 files changed, 1076 insertions(+), 472 deletions(-)
create mode 100644
endorsed/src/org.apache.sis.feature/main/org/apache/sis/image/privy/AssertionMessages.java