Revision 24945 trunk/libraries/libRaster/src/org/gvsig/raster/util/RasterUtilities.java

View differences:

RasterUtilities.java
82 82
				// TODO:Estos tipos de datos no podemos gestionarlos. Habria que definir
83 83
				// el tipo complejo y usar el tipo long que de momento no se gasta.
84 84
			case 4:// Thirty two bit unsigned integer GDT_UInt32 = 4,
85
				return RasterBuffer.TYPE_UNDEFINED; // Deberia devolver un Long
85
				return RasterBuffer.TYPE_INT;
86
				//return RasterBuffer.TYPE_UNDEFINED; // Deberia devolver un Long
86 87

  
87 88
			case 8:// Complex Int16 GDT_CInt16 = 8
88 89
			case 9:// Complex Int32 GDT_CInt32 = 9

Also available in: Unified diff