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 c0da944894 When a CRS is specified in a netCDF file both as attributes 
and by WKT, and when the attributes do not specify object names, get the names 
from the WKT.
     new 8df5c5e20c Replace `Semaphores` bitmask by an `EnumSet` for easier 
debugging and as anticipation for `ScopedValue` in Java 25. Add a new 
enumeration value for temporarily disable warnings during the use of EPSG codes 
that are known to be deprecated.
     new d650ed458d Cleanup with one new public method but no other significant 
code change.

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:
 .../feature/internal/shared/FeatureProjection.java |   2 +-
 .../apache/sis/filter/DefaultFilterFactory.java    |   4 +-
 .../org/apache/sis/filter/FunctionRegister.java    |  10 +-
 .../geometry/wrapper/SpatialOperationContext.java  |   2 +-
 .../apache/sis/geometry/wrapper/jts/Wrapper.java   |   4 +-
 .../org/apache/sis/image/BandAggregateLayout.java  |   2 +-
 .../org/apache/sis/metadata/MetadataStandard.java  |   9 +-
 .../org/apache/sis/metadata/MetadataVisitor.java   |  28 ++---
 .../apache/sis/metadata/ModifiableMetadata.java    |  20 ++--
 .../org/apache/sis/metadata/TreeTableView.java     |  12 +-
 .../iso/maintenance/DefaultScopeDescription.java   |   2 +-
 .../iso/quality/DefaultEvaluationMethod.java       |   2 +-
 .../org/apache/sis/metadata/sql/Dispatcher.java    |   7 +-
 .../main/org/apache/sis/xml/bind/Context.java      |   7 +-
 .../main/org/apache/sis/portrayal/Canvas.java      |   2 +-
 .../apache/sis/geometry/WraparoundAdjustment.java  |   6 +-
 .../main/org/apache/sis/parameter/IntegerList.java |   2 +-
 .../main/org/apache/sis/parameter/Verifier.java    |   6 +-
 .../main/org/apache/sis/referencing/CRS.java       |  89 ++++++++------
 .../main/org/apache/sis/referencing/CommonCRS.java |   7 +-
 .../referencing/EllipsoidalHeightSeparator.java    |   3 +-
 .../apache/sis/referencing/GeodeticCalculator.java |   4 +-
 .../apache/sis/referencing/crs/AbstractCRS.java    |   2 +-
 .../sis/referencing/crs/AbstractDerivedCRS.java    |  30 +++--
 .../sis/referencing/crs/DefaultProjectedCRS.java   |   2 +-
 .../factory/ConcurrentAuthorityFactory.java        |  26 ++---
 .../referencing/factory/GeodeticObjectFactory.java |   2 +-
 .../factory/IdentifiedObjectFinder.java            |  11 +-
 .../referencing/factory/sql/EPSGDataAccess.java    |  45 ++++---
 .../sis/referencing/factory/sql/EPSGInstaller.java |  14 ++-
 .../factory/sql/InstallationScriptProvider.java    |  10 --
 .../referencing/internal/ParameterizedAffine.java  |  26 +++--
 .../referencing/internal/PositionTransformer.java  |   2 +-
 .../internal/shared/GeodeticObjectBuilder.java     |   7 +-
 .../internal/shared/ReferencingUtilities.java      |  27 -----
 .../internal/shared/TemporalAccessor.java          |   3 +-
 .../internal/shared/WraparoundAxesFinder.java      |   3 +-
 .../operation/AbstractCoordinateOperation.java     |  48 ++++----
 .../operation/CoordinateOperationRegistry.java     |  31 +++--
 .../referencing/operation/DefaultConversion.java   |   4 +-
 .../operation/DefaultPassThroughOperation.java     |  11 +-
 .../operation/transform/ConcatenatedTransform.java |   2 +-
 .../operation/transform/MathTransforms.java        |   2 +-
 .../test/org/apache/sis/io/wkt/CRSParserTest.java  |   2 +-
 .../operation/DefaultConversionTest.java           |   4 +-
 .../sis/storage/geotiff/reader/CRSBuilder.java     |   4 +-
 .../sis/storage/geotiff/reader/XMLMetadata.java    |   4 +-
 .../sis/storage/netcdf/base/GridMapping.java       |   4 +-
 .../sis/storage/netcdf/base/NamedElement.java      |   2 +-
 .../apache/sis/storage/esri/AsciiGridStore.java    |   5 +-
 .../main/org/apache/sis/math/Vector.java           |   2 +-
 .../org/apache/sis/pending/jdk/ScopedValue.java    |  13 ++-
 .../main/org/apache/sis/system/Semaphores.java     | 130 +++++++++++++--------
 optional/src/org.apache.sis.gui/bundle/bin/sisfx   |   1 +
 .../main/org/apache/sis/gui/RecentFiles.java       |   2 +-
 .../org/apache/sis/gui/coverage/GridViewSkin.java  |   2 +-
 .../main/org/apache/sis/gui/dataset/LogViewer.java |   7 +-
 .../sis/gui/metadata/IdentificationInfo.java       |   2 +-
 .../apache/sis/gui/metadata/MetadataSummary.java   |   2 +-
 .../org/apache/sis/gui/referencing/CRSChooser.java |   4 +-
 .../org/apache/sis/gui/referencing/MenuSync.java   |   8 +-
 61 files changed, 365 insertions(+), 371 deletions(-)
 copy 
incubator/src/org.apache.sis.webapp/main/org/apache/sis/services/Servlet.java 
=> 
endorsed/src/org.apache.sis.util/main/org/apache/sis/pending/jdk/ScopedValue.java
 (77%)

Reply via email to