Revision 2370 org.gvsig.raster/branches/org.gvsig.raster_dataaccess_refactoring/org.gvsig.raster.lib/org.gvsig.raster.lib.impl/src/main/java/org/gvsig/raster/impl/store/DefaultRasterStore.java

View differences:

DefaultRasterStore.java
540 540
	public ColorInterpretation getColorInterpretation() {
541 541
		return provider.getColorInterpretation();
542 542
	}
543
	
544
	public void setColorInterpretation(ColorInterpretation ci) {
545
		provider.setColorInterpretation(ci);
546
	}
543 547

  
544 548
	public boolean isReproyectable() {
545 549
		if(provider != null)

Also available in: Unified diff