Revision 2308 org.gvsig.raster/branches/org.gvsig.raster_dataaccess_refactoring/org.gvsig.raster.lib/org.gvsig.raster.lib.api/src/main/java/org/gvsig/fmap/dal/coverage/datastruct/DataStructFactory.java

View differences:

DataStructFactory.java
48 48
	 * with transparency information.
49 49
	 * @return
50 50
	 */
51
	public Transparency createTransparency();
51
	public Transparency createTransparency(int nBands);
52 52
	
53 53
    /**
54 54
     * Returns the object which represents the color table library
......
160 160
	 */
161 161
	public ColorInterpretation createColorInterpretation(String[] colorInterp);
162 162
	
163
	/**
164
	 * Gets a new instance of a ColorInterpretation object using a bands renderer
165
	 * @return
166
	 */
167
	public ColorInterpretation createColorInterpretation(int[] renderBands);
168
	
163 169
	 /**
164 170
     * Builds a new ViewPortData object
165 171
     * @param proj

Also available in: Unified diff