Revision 21228

View differences:

trunk/extensions/extRasterTools-SE/src/org/gvsig/rastertools/properties/panels/InfoPanel.java
352 352
			data += "Type=" + bandType;
353 353
			data += ", ";
354 354
			data += "ColorInterp=" + op.getColorInterpretation(j, selectedDataSet);
355
			data += ", ";
356
			data += "NoData=" + ((FLyrRasterSE) op).getNoDataValue();
355
			if (((FLyrRasterSE) op).getNoDataType() != 0) {
356
				data += ", ";
357
				data += "NoData=" + ((FLyrRasterSE) op).getNoDataValue();
358
			}
357 359

  
358 360
			propiedades += setHTMLBasicProperty("Band " + (j + 1), data);
359 361
			

Also available in: Unified diff