Revision 2143 org.gvsig.raster.tools/trunk/templates/rasterTaskProjectTemplate/alg_template/sources/io/ProjectTemplateProvider.java

View differences:

ProjectTemplateProvider.java
173 173
		return 0;
174 174
	}
175 175

  
176
	protected Buffer getWindow(int x, int y, int w, int h, BandList bandList,
176
	public Buffer getWindow(int x, int y, int w, int h, BandList bandList,
177 177
			Buffer rasterBuf, TaskStatus status)
178 178
			throws ProcessInterruptedException, RasterDriverException {
179 179
		return null;

Also available in: Unified diff