Revision 2311 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/datastruct/DefaultDataStructFactory.java

View differences:

DefaultDataStructFactory.java
121 121
	public ColorInterpretation createColorInterpretation(String[] colorInterp) {
122 122
		return new DataStoreColorInterpretation(colorInterp);
123 123
	}
124
	
125
	public ColorInterpretation createColorInterpretation(int[] renderBands) {
126
		return new DataStoreColorInterpretation(renderBands);
127
	}
128 124

  
129 125
	public ViewPortData createViewPortData(IProjection proj, Extent extent,
130 126
			Dimension2D size) {

Also available in: Unified diff