This is an automated email from the ASF dual-hosted git repository.

desruisseaux pushed a change to branch geoapi-3.1
in repository https://gitbox.apache.org/repos/asf/sis.git


    from 9048ae55d3 Merge branch 'geoapi-4.0' into 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
     new b8b49e9bc2 Merge branch 'geoapi-4.0' into 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    |  14 ++-
 .../main/org/apache/sis/util/iso/Types.java        |  78 +++++++++++++--
 .../apache/sis/xml/bind/cat/CodeListAdapter.java   |  10 +-
 .../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  |  49 ++--------
 .../apache/sis/metadata/TreeNodeChildrenTest.java  |  18 ++--
 .../metadata/iso/citation/DefaultContactTest.java  |   2 +-
 .../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   |   7 +-
 .../apache/sis/storage/netcdf/MetadataReader.java  |  12 ++-
 .../org/apache/sis/storage/netcdf/base/Axis.java   |   4 +-
 .../org/apache/sis/converter/StringConverter.java  |  10 +-
 .../apache/sis/util/collection/CodeListSet.java    |   5 +-
 .../main/org/apache/sis/util/privy/CodeLists.java  | 106 ++++++++++++---------
 .../sis/util/collection/CodeListSetTest.java       |   2 +-
 .../apache/sis/util/collection/LargeCodeList.java  |  31 +++---
 geoapi/snapshot                                    |   2 +-
 .../apache/sis/map/service/GraphicsPortrayer.java  |  37 ++++++-
 .../apache/sis/map/service/RenderingException.java |   2 +-
 .../main/org/apache/sis/map/service/Scene2D.java   |  54 ++++++++++-
 .../org/apache/sis/map/service/StylePainter.java   |  40 +++++++-
 .../org/apache/sis/map/service/se1/SEPainter.java  |  15 ++-
 .../sis/map/service/GraphicsPortrayerTest.java     |  45 ++++++++-
 .../gui/referencing/PositionableProjection.java    |  48 +++-------
 .../apache/sis/gui/referencing/package-info.java   |   2 +-
 31 files changed, 450 insertions(+), 219 deletions(-)

Reply via email to