Revision 13594 trunk/libraries/libRaster/src/org/gvsig/raster/datastruct/ColorTable.java

View differences:

ColorTable.java
240 240
			colorItems = new ArrayList();
241 241
			for (int iEntry = 0; iEntry < table.getColorEntryCount(); iEntry++) {
242 242
				GdalColorEntry entry = table.getColorEntryAsRGB(iEntry);
243

  
243
								
244 244
				ColorItem colorItem = new ColorItem();
245 245
				colorItem.setNameClass("");
246 246
				colorItem.setValue(iEntry);
......
255 255
			// No se crea la paleta
256 256
		}
257 257
		sortPalette(colorItems);
258

  
259
		setInterpolated(false);
258 260
		//compressPalette();
259 261
		applyPalette(colorItems);
260 262
	}

Also available in: Unified diff