Revision 8423 trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/layers/FLyrRaster.java

View differences:

FLyrRaster.java
420 420
		else
421 421
			data += "    Pixel_Point=\""+(int)px.getX()+" , "+(int)px.getY()+"\"\n";
422 422
		data += "    RGB=\""+rgb[1]+"  "+rgb[2]+"  "+rgb[3]+"\"\n";
423
		data += "    Value_Band=\"";
423
		data += "    Band_Value=\"";
424 424
		if(this.getSource().getDataType() >= 0 && this.getSource().getDataType() <= 3){
425 425
			for(int i = 0; i < this.getSource().getNumBands(); i++)
426 426
				data += ((Integer)((RasterDriver)this.getSource().getDriver()).getData((int)px.getX(), (int)px.getY(), i)).intValue()+"  ";

Also available in: Unified diff