Revision: 5669
          http://sourceforge.net/p/jump-pilot/code/5669
Author:   michaudm
Date:     2018-01-13 12:54:53 +0000 (Sat, 13 Jan 2018)
Log Message:
-----------
Add a registry to manage CRS created by CTS library

Modified Paths:
--------------
    core/trunk/src/org/openjump/core/ccordsys/utils/SRSInfo.java

Modified: core/trunk/src/org/openjump/core/ccordsys/utils/SRSInfo.java
===================================================================
--- core/trunk/src/org/openjump/core/ccordsys/utils/SRSInfo.java        
2018-01-13 12:50:33 UTC (rev 5668)
+++ core/trunk/src/org/openjump/core/ccordsys/utils/SRSInfo.java        
2018-01-13 12:54:53 UTC (rev 5669)
@@ -18,8 +18,10 @@
     public static final String UNDEFINED = "0";
     public static final String USERDEFINED = "USER-DEFINED";
 
+    // Add LOCAL_CoordinateReferenceSystem to manage internal identifiers
+    // attributed by CTS library for new Coordinate Reference System
     public enum Registry {
-        SRID, EPSG, ESRI, IGNF, SRORG
+        SRID, EPSG, ESRI, IGNF, SRORG, LOCAL_CoordinateReferenceSystem
     }
 
     private String source = ""; // The source of SRS information (ex. prj file


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

Reply via email to