Author: desruisseaux
Date: Fri Apr 22 12:25:08 2016
New Revision: 1740493
URL: http://svn.apache.org/viewvc?rev=1740493&view=rev
Log:
Declare a ConcatenatedOperation needed for transforming from old NTF systems to
new RGF93 ones.
Modified:
sis/branches/JDK8/core/sis-referencing/src/main/resources/org/apache/sis/referencing/factory/sql/EPSG_Finish.sql
Modified:
sis/branches/JDK8/core/sis-referencing/src/main/resources/org/apache/sis/referencing/factory/sql/EPSG_Finish.sql
URL:
http://svn.apache.org/viewvc/sis/branches/JDK8/core/sis-referencing/src/main/resources/org/apache/sis/referencing/factory/sql/EPSG_Finish.sql?rev=1740493&r1=1740492&r2=1740493&view=diff
==============================================================================
---
sis/branches/JDK8/core/sis-referencing/src/main/resources/org/apache/sis/referencing/factory/sql/EPSG_Finish.sql
[UTF-8] (original)
+++
sis/branches/JDK8/core/sis-referencing/src/main/resources/org/apache/sis/referencing/factory/sql/EPSG_Finish.sql
[UTF-8] Fri Apr 22 12:25:08 2016
@@ -19,6 +19,19 @@ UPDATE epsg_coordoperationparamvalue SET
+---
+--- Extensions to EPSG dataset 8.9 for helping Apache SIS to find some
coordinate operation paths.
+---
+--- NTF Paris (EPSG:4807) → NTF (EPSG:4275) → RGF93 (EPSG:4171)
+---
+INSERT INTO epsg_coordoperation VALUES (48094, 'NTF (Paris) to RGF93 (1)',
'concatenated operation',
+ 4807, 4171, NULL, 1, 3694, '?', 1, NULL, NULL, NULL, NULL, NULL, 'Apache
SIS', '2016-04-22', NULL, FALSE, FALSE);
+INSERT INTO epsg_coordoperationpath VALUES
+ (48094, 1763, 1),
+ (48094, 1053, 2);
+
+
+
--
-- Additional indexes for the EPSG database. Those indexes are not declared
-- in the SQL scripts distributed by EPSG. They are not required for proper