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 1f4f8a9 Reduce the number of CRS created during search of coordinate operations. We address the issue by adding IdentifiedObjectFinder.Domain.EXHAUSTIVE_VALID_DATASET enumeration value, whih also appears to simplify code as a side-effect. new 579f77e Simplify the `IdentifiedObjectFinder` cache by removing the flags about explicitely requested object. The objects searched indirectly are not so numerous, and sometime shared by other searches. new 9dd1fc3 Add GeoTIFF and PROJ names and identifiers for "Azimuthal Equidistant". A verification in Snyder's book suggests that what other projects call "Azimuthal Equidistant" is actually the "Modified Azimuthal Equidistant" approximation (both were designed for islands in Micronesia). Another source is https://cfconventions.org/wkt-proj-4.html new 5cd9557 Avoid a NullPointerException. This is a temporary fix will waiting a better fix of https://issues.apache.org/jira/browse/SIS-536 new 6a5ec9f Fix a sometime wrong "possible inconsistency" message saying that "width" or "height" was the problem. 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: .../java/org/apache/sis/image/PlanarImage.java | 17 +-- .../provider/ModifiedAzimuthalEquidistant.java | 13 +- .../factory/ConcurrentAuthorityFactory.java | 156 +++++++-------------- .../operation/CoordinateOperationRegistry.java | 4 +- .../factory/ConcurrentAuthorityFactoryTest.java | 4 +- .../org/apache/sis/storage/geotiff/CRSBuilder.java | 6 +- 6 files changed, 80 insertions(+), 120 deletions(-)