Revision: 5022
          http://sourceforge.net/p/jump-pilot/code/5022
Author:   michaudm
Date:     2016-09-20 11:47:26 +0000 (Tue, 20 Sep 2016)
Log Message:
-----------
Remove ProjUtilsOldTest which is breaking the build

Removed Paths:
-------------
    core/trunk/src/jumptest/ccordsys/ProjUtilsOldTest.java

Deleted: core/trunk/src/jumptest/ccordsys/ProjUtilsOldTest.java
===================================================================
--- core/trunk/src/jumptest/ccordsys/ProjUtilsOldTest.java      2016-09-20 
07:09:14 UTC (rev 5021)
+++ core/trunk/src/jumptest/ccordsys/ProjUtilsOldTest.java      2016-09-20 
11:47:26 UTC (rev 5022)
@@ -1,96 +0,0 @@
-package jumptest.ccordsys;
-
-import junit.framework.TestCase;
-import org.openjump.core.ccordsys.utils.SRSInfo;
-import org.openjump.core.rasterimage.TiffTags;
-
-import java.io.File;
-
-/**
- * Created by UMichael on 10/09/2016.
- */
-public class ProjUtilsOldTest extends TestCase {
-
-    public static void main(String[] args) throws Exception {
-        /*
-        File src1 = new File("D:\\DATA\\FORMATS\\GeoTIFF\\gdal_eg\\cea.tif");
-        File src2 = new 
File("D:\\DATA\\FORMATS\\GeoTIFF\\GeogToWGS84GeoKey\\GeogToWGS84GeoKey5.tif");
-        File src3 = new 
File("D:\\DATA\\FORMATS\\GeoTIFF\\intergraph\\albers27.tif");
-        File src4 = new 
File("D:\\DATA\\FORMATS\\GeoTIFF\\intergraph\\lamb_conf.tif");
-        File src5 = new 
File("D:\\DATA\\FORMATS\\GeoTIFF\\intergraph\\utm.tif");
-        File src6 = new 
File("D:\\DATA\\FORMATS\\GeoTIFF\\made_up\\bogota.tif");
-        File src7 = new 
File("D:\\DATA\\FORMATS\\GeoTIFF\\made_up\\ilatlon_float.tif");
-        File src8 = new 
File("D:\\DATA\\FORMATS\\GeoTIFF\\made_up\\lcc-datum.tif");
-        File src9 = new File("D:\\DATA\\FORMATS\\GeoTIFF\\misc\\tjpeg.tif");
-        File src10 = new 
File("D:\\DATA\\FORMATS\\GeoTIFF\\other\\erdas_spnad83.tif");
-        File src11 = new 
File("D:\\DATA\\FORMATS\\GeoTIFF\\pci_eg\\oblqmerc.tif");
-        File src12 = new File("D:\\DATA\\FORMATS\\GeoTIFF\\usgs\\ilatlon.tif");
-        File src13 = new 
File("D:\\DATA\\FORMATS\\GeoTIFF\\usgs\\o41078a1.tif");
-        File src14 = new 
File("D:\\DATA\\FORMATS\\GeoTIFF\\zi_imaging\\image0.tif");
-        File src15 = new 
File("D:\\DATA\\FORMATS\\GeoTIFF\\zi_imaging\\tp_image0.tif");
-
-        SRSInfo info1 = TiffTags.readMetadata(src1).getSRSInfo();
-        System.out.printf("%s%n%n", info1);
-
-        System.out.println("");
-        SRSInfo info2 = TiffTags.readMetadata(src2).getSRSInfo();
-        System.out.printf("%s%n%n", info2);
-
-        System.out.println("");
-        SRSInfo info3 = TiffTags.readMetadata(src3).getSRSInfo();
-        System.out.printf("%s%n%n", info3);
-
-        System.out.println("");
-        SRSInfo info4 = TiffTags.readMetadata(src4).getSRSInfo();
-        System.out.printf("%s%n%n", info4);
-
-        System.out.println("");
-        SRSInfo info5 = TiffTags.readMetadata(src5).getSRSInfo();
-        System.out.printf("%s%n%n", info5);
-
-        System.out.println("");
-        SRSInfo info6 = TiffTags.readMetadata(src6).getSRSInfo();
-        System.out.printf("%s%n%n", info6);
-
-        SRSInfo info7 = TiffTags.readMetadata(src7).getSRSInfo();
-        System.out.printf("%s%n%n", info7);
-
-        SRSInfo info8 = TiffTags.readMetadata(src8).getSRSInfo();
-        System.out.printf("%s%n%n", info8);
-
-        SRSInfo info9 = TiffTags.readMetadata(src9).getSRSInfo();
-        System.out.printf("%s%n%n", info9);
-
-        SRSInfo info10 = TiffTags.readMetadata(src10).getSRSInfo();
-        System.out.printf("%s%n%n", info10);
-
-        SRSInfo info11 = TiffTags.readMetadata(src11).getSRSInfo();
-        System.out.printf("%s%n%n", info11);
-
-        SRSInfo info12 = TiffTags.readMetadata(src12).getSRSInfo();
-        System.out.printf("%s%n%n", info12);
-
-        SRSInfo info13 = TiffTags.readMetadata(src13).getSRSInfo();
-        System.out.printf("%s%n%n", info13);
-
-        SRSInfo info14 = TiffTags.readMetadata(src14).getSRSInfo();
-        System.out.printf("%s%n%n", info14);
-
-        SRSInfo info15 = TiffTags.readMetadata(src15).getSRSInfo();
-        System.out.printf("%s%n%n", info15);
-        //System.out.printf("%s%n", md.getEnvelope());
-        */
-
-    }
-
-    /*
-    public void testGetSRSInfoFromGeoTiff() throws Exception {
-        File src1 = new File("D:\\DATA\\FORMATS\\GeoTIFF\\gdal_eg\\cea.tif");
-        SRSInfo info1 = TiffTags.readMetadata(src1).getSRSInfo();
-        System.out.printf("%s%n%n", info1);
-        assertEquals("cea.tiff contains unnamed NAD27", "unnamed NAD27", 
info1.getDescription());
-    }
-    */
-
-
-}


------------------------------------------------------------------------------
_______________________________________________
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

Reply via email to