This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/sis.git
from 2b40ccfdc4 Merge branch 'geoapi-3.1'. https://issues.apache.org/jira/browse/SIS-596 add ff08b71b51 Add DPI parameter on GraphicsPortrayer add 106873efb3 Add javadoc on Scene2D and StylePainter add 646a6e2a15 Add stateful present method on GraphicsPortrayer add 09c131bf72 Remove final from RenderingException, subclassing should be allowed add dca5af8fc9 Update for a change in the way that CodeList are constructed in GeoAPI. https://github.com/opengeospatial/geoapi/issues/91 add b8b49e9bc2 Merge branch 'geoapi-4.0' into geoapi-3.1. new f636f75504 Merge branch 'geoapi-3.1'. The 1 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: .../metadata/iso/distribution/DefaultMedium.java | 2 +- .../apache/sis/metadata/sql/MetadataFallback.java | 9 +- .../apache/sis/metadata/sql/MetadataSource.java | 12 ++- .../main/org/apache/sis/util/iso/Types.java | 68 +++++++++++++-- .../apache/sis/xml/bind/cat/CodeListAdapter.java | 8 +- .../sis/xml/bind/gco/GO_CharacterString.java | 24 ++++-- .../apache/sis/xml/bind/gml/CodeListAdapter.java | 11 ++- .../apache/sis/xml/bind/gml/SC_VerticalCRS.java | 2 +- .../sis/xml/bind/metadata/replace/SensorType.java | 6 +- .../test/org/apache/sis/util/iso/TypesTest.java | 22 ++--- .../apache/sis/io/wkt/GeodeticObjectParser.java | 4 +- .../sis/referencing/cs/DirectionAlongMeridian.java | 2 +- .../referencing/internal/VerticalDatumTypes.java | 25 ++---- .../apache/sis/storage/netcdf/MetadataReader.java | 12 +-- .../org/apache/sis/storage/netcdf/base/Axis.java | 4 +- .../org/apache/sis/converter/StringConverter.java | 10 +-- .../main/org/apache/sis/util/privy/CodeLists.java | 98 ++++++++++++++-------- .../apache/sis/util/collection/LargeCodeList.java | 3 +- .../gui/referencing/PositionableProjection.java | 24 +++--- .../apache/sis/gui/referencing/package-info.java | 2 +- 20 files changed, 225 insertions(+), 123 deletions(-)