Statistics
| Revision:

svn-gvsig-desktop / branches / CqCMSDvp / libraries / libCq CMS for java.old / src-dvp / org / cresques / io / IDataWriter.java @ 1734

History | View | Annotate | Download (432 Bytes)

1
/*
2
 * Created on 03-mar-2005
3
 *
4
 * TODO To change the template for this generated file go to
5
 * Window - Preferences - Java - Code Style - Code Templates
6
 */
7
package org.cresques.io;
8

    
9
/**
10
 * @author nacho
11
 *
12
 * TODO To change the template for this generated type comment go to
13
 * Window - Preferences - Java - Code Style - Code Templates
14
 */
15
public interface IDataWriter {
16
        public int[] readData(int sizeX, int sizeY, int nBand);
17
}