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 8aa6eee  Fix a NullPointerException in call to 
setIdentifier(Identifier) by MetadataVisitor.
     new 086db2d  Complete ISOMetadata.setIdentifier(Identifier) with a 
getIdentifier() method. This method was initially not provided because of the 
risk of collision if a subclass want to provide an "identifier" property of 
different kind. But ISOMetadata is only for ISO 19115 metadata, and this 
collision do not happen for that particular conceptual model.
     new 22e0930  Copy Smaniotto Enzo's work from 
https://issues.apache.org/jira/browse/SIS-417. This work will need major review 
and cleanup for exception handlings, factorization, etc. This cleanup is 
deferred to a later time.

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:
 .../org/apache/sis/gui/dataset/FeatureTable.java   | 169 +++++++++++++++++
 .../org/apache/sis/gui/dataset/ResourceTree.java   |  23 +--
 .../apache/sis/gui/metadata/MetadataOverview.java  | 120 ++++++------
 .../org/apache/sis/gui/metadata/ResourceView.java  | 207 +++++++++++++++------
 .../apache/sis/gui/metadata/WorldMap360x180.png    | Bin 0 -> 1886 bytes
 .../sis/internal/jaxb/NonMarshalledAuthority.java  |   2 +-
 .../apache/sis/metadata/iso/DefaultMetadata.java   |   5 +-
 .../org/apache/sis/metadata/iso/ISOMetadata.java   |  42 ++++-
 .../sis/metadata/iso/acquisition/DefaultEvent.java |   3 +-
 .../iso/acquisition/DefaultInstrument.java         |   3 +-
 .../metadata/iso/acquisition/DefaultOperation.java |   3 +-
 .../metadata/iso/acquisition/DefaultPlatform.java  |   3 +-
 .../iso/acquisition/DefaultPlatformPass.java       |   3 +-
 .../iso/acquisition/DefaultRequirement.java        |   3 +-
 .../metadata/iso/distribution/DefaultMedium.java   |   3 +-
 .../iso/identification/DefaultCoupledResource.java |  14 +-
 .../metadata/iso/lineage/DefaultProcessing.java    |   3 +-
 17 files changed, 435 insertions(+), 171 deletions(-)
 create mode 100644 
application/sis-javafx/src/main/java/org/apache/sis/gui/dataset/FeatureTable.java
 create mode 100644 
application/sis-javafx/src/main/resources/org/apache/sis/gui/metadata/WorldMap360x180.png

Reply via email to