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 110cb92 Partial revert of previous commit: be overflow-tolerant only
if we are going to clip the grid.
new 639ebdd Make test class name consistent with tested class.
new 01d63a7 Move the declaration of ESRI_DATUM_PREFIX constant in order
to allow its reuse from other classes.
new 5f28b17 Improve the efficiency of search of EPSG codes by reducing
the amount of GeodeticDatum to create. We do that by filtering on datum names.
Note that it requires to take aliases in account.
new 8a7eee3 Replace some GridGeometry methods by a Modifier inner class.
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:
.../org/apache/sis/coverage/grid/GridCoverage.java | 5 +-
.../org/apache/sis/coverage/grid/GridExtent.java | 7 +-
.../org/apache/sis/coverage/grid/GridGeometry.java | 384 ++++++++++++---------
.../sis/coverage/grid/SubgridCalculator.java | 16 +-
.../apache/sis/coverage/grid/GridGeometryTest.java | 26 +-
.../sis/internal/referencing/WKTUtilities.java | 5 +
.../sis/referencing/datum/AbstractDatum.java | 20 +-
.../referencing/factory/sql/EPSGDataAccess.java | 299 +++++++++++-----
.../util/{UtilitiesTest.java => StringsTest.java} | 2 +-
.../apache/sis/test/suite/UtilityTestSuite.java | 2 +-
10 files changed, 477 insertions(+), 289 deletions(-)
rename
core/sis-utility/src/test/java/org/apache/sis/internal/util/{UtilitiesTest.java
=> StringsTest.java} (96%)