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

2016-11-04 Thread Martin Desruisseaux (JIRA)
[ https://issues.apache.org/jira/browse/SIS-333?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Desruisseaux resolved SIS-333. - Resolution: Fixed Fixed at revision 1768119. > In GML, the second defining parameter of

svn commit: r1768119 - in /sis/branches/JDK8/core/sis-referencing/src: main/java/org/apache/sis/internal/jaxb/referencing/ main/java/org/apache/sis/referencing/datum/ test/java/org/apache/sis/internal

2016-11-04 Thread desruisseaux
Author: desruisseaux Date: Fri Nov 4 22:45:28 2016 New Revision: 1768119 URL: http://svn.apache.org/viewvc?rev=1768119=rev Log: Fix for SIS-333: Ellipsoid that are sphere should have true as their second defining parameter in GML. Added:

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

2016-11-04 Thread Martin Desruisseaux (JIRA)
[ https://issues.apache.org/jira/browse/SIS-333?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Desruisseaux updated SIS-333: Description: Currently, Apache SIS marshals the XML representation of the EPSG:7048 ellipsoid

svn commit: r1768102 [1/3] - in /sis/trunk: ./ core/sis-feature/src/main/java/org/apache/sis/feature/builder/ core/sis-feature/src/test/java/org/apache/sis/feature/builder/ core/sis-referencing/src/ma

2016-11-04 Thread desruisseaux
Author: desruisseaux Date: Fri Nov 4 21:16:09 2016 New Revision: 1768102 URL: http://svn.apache.org/viewvc?rev=1768102=rev Log: Merge from JDK7 branch the addition of new units and the fix for performance problem in CRS.findOperation(...). Modified: sis/trunk/ (props changed)

svn commit: r1768102 [3/3] - in /sis/trunk: ./ core/sis-feature/src/main/java/org/apache/sis/feature/builder/ core/sis-feature/src/test/java/org/apache/sis/feature/builder/ core/sis-referencing/src/ma

2016-11-04 Thread desruisseaux
Modified: sis/trunk/core/sis-utility/src/main/java/org/apache/sis/measure/package-info.java URL: http://svn.apache.org/viewvc/sis/trunk/core/sis-utility/src/main/java/org/apache/sis/measure/package-info.java?rev=1768102=1768101=1768102=diff

svn commit: r1768102 [2/3] - in /sis/trunk: ./ core/sis-feature/src/main/java/org/apache/sis/feature/builder/ core/sis-feature/src/test/java/org/apache/sis/feature/builder/ core/sis-referencing/src/ma

2016-11-04 Thread desruisseaux
Modified: sis/trunk/core/sis-utility/src/main/java/org/apache/sis/internal/simple/SimpleCitation.java URL: http://svn.apache.org/viewvc/sis/trunk/core/sis-utility/src/main/java/org/apache/sis/internal/simple/SimpleCitation.java?rev=1768102=1768101=1768102=diff

svn commit: r1768097 [2/3] - in /sis/branches/JDK7: ./ core/sis-feature/src/main/java/org/apache/sis/feature/builder/ core/sis-feature/src/test/java/org/apache/sis/feature/builder/ core/sis-referencin

2016-11-04 Thread desruisseaux
Modified: sis/branches/JDK7/core/sis-utility/src/main/java/org/apache/sis/internal/simple/SimpleCitation.java URL: http://svn.apache.org/viewvc/sis/branches/JDK7/core/sis-utility/src/main/java/org/apache/sis/internal/simple/SimpleCitation.java?rev=1768097=1768096=1768097=diff

svn commit: r1768097 [3/3] - in /sis/branches/JDK7: ./ core/sis-feature/src/main/java/org/apache/sis/feature/builder/ core/sis-feature/src/test/java/org/apache/sis/feature/builder/ core/sis-referencin

2016-11-04 Thread desruisseaux
Modified: sis/branches/JDK7/core/sis-utility/src/main/java/org/apache/sis/measure/package-info.java URL: http://svn.apache.org/viewvc/sis/branches/JDK7/core/sis-utility/src/main/java/org/apache/sis/measure/package-info.java?rev=1768097=1768096=1768097=diff

svn commit: r1768094 - in /sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis: geometry/Envelopes.java referencing/operation/AbstractSingleOperation.java referencing/operation/Default

2016-11-04 Thread desruisseaux
Author: desruisseaux Date: Fri Nov 4 20:56:46 2016 New Revision: 1768094 URL: http://svn.apache.org/viewvc?rev=1768094=rev Log: Javadoc formatting. Modified: sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/geometry/Envelopes.java

svn commit: r1768089 - /sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/referencing/operation/InverseOperationMethod.java

2016-11-04 Thread desruisseaux
Author: desruisseaux Date: Fri Nov 4 20:30:42 2016 New Revision: 1768089 URL: http://svn.apache.org/viewvc?rev=1768089=rev Log: Remove the heuristic rule that tried to determine if we can inverse the sign of the parameter value for the inverse operation. That heuritic rule performs the wrong

svn commit: r1768088 - in /sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/referencing/operation: AbstractCoordinateOperation.java CoordinateOperationRegistry.java

2016-11-04 Thread desruisseaux
Author: desruisseaux Date: Fri Nov 4 20:29:27 2016 New Revision: 1768088 URL: http://svn.apache.org/viewvc?rev=1768088=rev Log: Javadoc formatting. Modified: sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/referencing/operation/AbstractCoordinateOperation.java

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

2016-11-04 Thread Martin Desruisseaux (JIRA)
[ https://issues.apache.org/jira/browse/SIS-335?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Desruisseaux resolved SIS-335. - Resolution: Fixed Fixed as of revision 1768057. > CRS.findOperation(…) sometime slow >

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

2016-11-04 Thread Martin Desruisseaux (JIRA)
Martin Desruisseaux created SIS-335: --- Summary: CRS.findOperation(…) sometime slow Key: SIS-335 URL: https://issues.apache.org/jira/browse/SIS-335 Project: Spatial Information Systems Issue

svn commit: r1768057 - in /sis/branches/JDK8/core/sis-referencing/src: main/java/org/apache/sis/referencing/factory/ main/java/org/apache/sis/referencing/factory/sql/ test/java/org/apache/sis/referenc

2016-11-04 Thread desruisseaux
Author: desruisseaux Date: Fri Nov 4 15:48:28 2016 New Revision: 1768057 URL: http://svn.apache.org/viewvc?rev=1768057=rev Log: Performance improvement: when searching for a CRS in the database matching a given CRS, filter better the EPSG codes by IdentifiedObject sub-type before to