[Schmitzm-commits] r91 - trunk/src/schmitzm/geotools/io

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Tue Apr 28 12:32:16 CEST 2009


Author: alfonx
Date: 2009-04-28 12:32:16 +0200 (Tue, 28 Apr 2009)
New Revision: 91

Modified:
   trunk/src/schmitzm/geotools/io/GeoImportUtil.java
Log:
* Added .a00 as a typical ArcASCII file extension

Modified: trunk/src/schmitzm/geotools/io/GeoImportUtil.java
===================================================================
--- trunk/src/schmitzm/geotools/io/GeoImportUtil.java	2009-04-26 17:43:58 UTC (rev 90)
+++ trunk/src/schmitzm/geotools/io/GeoImportUtil.java	2009-04-28 10:32:16 UTC (rev 91)
@@ -72,7 +72,7 @@
    * TODO .0 habe ich auch schon gesehen. Nut leider kann man das nicht in einen enum packen.
    * */
 	static public enum ARCASCII_POSTFIXES {
-		arc, dat, ascii, txt, asc
+		arc, dat, ascii, txt, asc, a00
 	};
 
 	/** These postfixes are associated with GeoTiff files */



More information about the Schmitzm-commits mailing list