svn commit: r1793563 - in /sis/branches/JDK8: core/sis-metadata/src/main/java/org/apache/sis/metadata/ core/sis-metadata/src/test/java/org/apache/sis/metadata/ storage/sis-earth-observation/src/test/j

2017-05-02 Thread desruisseaux
Author: desruisseaux Date: Tue May 2 17:18:32 2017 New Revision: 1793563 URL: http://svn.apache.org/viewvc?rev=1793563&view=rev Log: Better node name when a property have the same name than its type and various subtypes are possible. https://issues.apache.org/jira/browse/SIS-298 Modified:

svn commit: r1793557 - /sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/geometry/Envelope2D.java

2017-05-02 Thread desruisseaux
Author: desruisseaux Date: Tue May 2 16:11:09 2017 New Revision: 1793557 URL: http://svn.apache.org/viewvc?rev=1793557&view=rev Log: Make Envelope2D consistent with the policy now applied in AbstractEnvelope as a result of https://issues.apache.org/jira/browse/SIS-172 resolution. Modified:

[jira] [Closed] (SIS-172) Replace boolean argument in AbstractEnvelope.contains and intersects

2017-05-02 Thread Martin Desruisseaux (JIRA)
[ https://issues.apache.org/jira/browse/SIS-172?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Desruisseaux closed SIS-172. --- Resolution: Won't Fix Storing the inclusion/exclusion state for each border separately is not ver

svn commit: r1793548 - /sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/geometry/AbstractEnvelope.java

2017-05-02 Thread desruisseaux
Author: desruisseaux Date: Tue May 2 16:01:09 2017 New Revision: 1793548 URL: http://svn.apache.org/viewvc?rev=1793548&view=rev Log: Remove the warning in the documentation. Instead, document 'intersects(Envelope, boolean)' in terms of "intersects" and "touches" operation. https://issues.apache

[jira] [Closed] (SIS-296) Consider defining Angle as a subclass of java.lang.Number

2017-05-02 Thread Martin Desruisseaux (JIRA)
[ https://issues.apache.org/jira/browse/SIS-296?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Desruisseaux closed SIS-296. --- Resolution: Won't Fix {{Angle}} extends {{Object}} since SIS 0.3; changing that would be a risk o

[jira] [Closed] (SIS-333) In GML, the second defining parameter of spheres should be true

2017-05-02 Thread Martin Desruisseaux (JIRA)
[ https://issues.apache.org/jira/browse/SIS-333?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Desruisseaux closed SIS-333. --- > In GML, the second defining parameter of spheres should be > true > --

[jira] [Closed] (SIS-349) Dead-lock between ContextualParameters and WeakHashSet

2017-05-02 Thread Martin Desruisseaux (JIRA)
[ https://issues.apache.org/jira/browse/SIS-349?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Desruisseaux closed SIS-349. --- > Dead-lock between ContextualParameters and WeakHashSet > --

[jira] [Closed] (SIS-347) Extents.area(GeographicBoundingBox) returns 0 if the longitude range is 360° large.

2017-05-02 Thread Martin Desruisseaux (JIRA)
[ https://issues.apache.org/jira/browse/SIS-347?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Desruisseaux closed SIS-347. --- > Extents.area(GeographicBoundingBox) returns 0 if the longitude range is 360° > large. > --

[jira] [Closed] (SIS-329) Transformation of envelope from UTM to WGS84 sometime wrongly expanded to the ±180° longitude range

2017-05-02 Thread Martin Desruisseaux (JIRA)
[ https://issues.apache.org/jira/browse/SIS-329?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Desruisseaux closed SIS-329. --- > Transformation of envelope from UTM to WGS84 sometime wrongly expanded to the > ±180° longitude ra

[jira] [Closed] (SIS-232) Albers Equal Area (EPSG:9822)

2017-05-02 Thread Martin Desruisseaux (JIRA)
[ https://issues.apache.org/jira/browse/SIS-232?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Desruisseaux closed SIS-232. --- > Albers Equal Area (EPSG:9822) > - > > Key: SIS-232 >

[jira] [Closed] (SIS-335) CRS.findOperation(…) sometime slow

2017-05-02 Thread Martin Desruisseaux (JIRA)
[ https://issues.apache.org/jira/browse/SIS-335?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Desruisseaux closed SIS-335. --- > CRS.findOperation(…) sometime slow > -- > > Key: SI

[jira] [Reopened] (SIS-155) Area calculation on ellipsoid

2017-05-02 Thread Martin Desruisseaux (JIRA)
[ https://issues.apache.org/jira/browse/SIS-155?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Desruisseaux reopened SIS-155: - > Area calculation on ellipsoid > - > > Key: SIS-155

[jira] [Updated] (SIS-155) Area calculation on ellipsoid

2017-05-02 Thread Martin Desruisseaux (JIRA)
[ https://issues.apache.org/jira/browse/SIS-155?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Desruisseaux updated SIS-155: Fix Version/s: (was: 0.8) > Area calculation on ellipsoid > - >

svn commit: r1793480 - in /sis/branches/JDK8/core/sis-referencing/src: main/java/org/apache/sis/referencing/CRS.java test/java/org/apache/sis/referencing/CRSTest.java

2017-05-02 Thread desruisseaux
Author: desruisseaux Date: Tue May 2 12:11:18 2017 New Revision: 1793480 URL: http://svn.apache.org/viewvc?rev=1793480&view=rev Log: Rename CRS.suggestTargetCRS as CRS.suggestCommonTarget. Modified: sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/referencing/CRS.java

svn commit: r1793477 - in /sis/branches/JDK8/core/sis-referencing/src/test/java/org/apache/sis: internal/referencing/DefinitionVerifierTest.java test/suite/ReferencingTestSuite.java

2017-05-02 Thread desruisseaux
Author: desruisseaux Date: Tue May 2 12:00:29 2017 New Revision: 1793477 URL: http://svn.apache.org/viewvc?rev=1793477&view=rev Log: Add test. Added: sis/branches/JDK8/core/sis-referencing/src/test/java/org/apache/sis/internal/referencing/DefinitionVerifierTest.java (with props) Modified

svn commit: r1793457 - in /sis/branches/JDK8: core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/ core/sis-referencing/src/main/java/org/apache/sis/referencing/ core/sis-utility/sr

2017-05-02 Thread desruisseaux
Author: desruisseaux Date: Tue May 2 10:18:33 2017 New Revision: 1793457 URL: http://svn.apache.org/viewvc?rev=1793457&view=rev Log: Addition of a CRS.fromAuthority(...) method. Since that new method is likely to need to log warnings, this commit contains consolidation (especially in documentat