Revision 20278

View differences:

trunk/extensions/extRasterTools-SE/src/org/gvsig/fmap/raster/layers/FLyrRasterSE.java
1181 1181
	public void setNoDataValue(double nd) {
1182 1182
		if (bufferFactory != null)
1183 1183
			bufferFactory.setNoDataToFill(nd);
1184
		dataset.setNoDataValue(nd);
1184
		if (dataset != null)
1185
			dataset.setNoDataValue(nd);
1185 1186
	}
1186 1187

  
1187 1188
	/*

Also available in: Unified diff