Revision 4182 org.gvsig.raster.gdal/trunk/org.gvsig.raster.gdal/org.gvsig.raster.gdal.io/src/main/java/org/gvsig/addo/Jaddo.java

View differences:

Jaddo.java
2 2
*
3 3
* Copyright (C) 2007-2008 Infrastructures and Transports Department
4 4
* of the Valencian Government (CIT)
5
* 
5
*
6 6
* This program is free software; you can redistribute it and/or
7 7
* modify it under the terms of the GNU General Public License
8 8
* as published by the Free Software Foundation; either version 2
9 9
* of the License, or (at your option) any later version.
10
* 
10
*
11 11
* This program is distributed in the hope that it will be useful,
12 12
* but WITHOUT ANY WARRANTY; without even the implied warranty of
13 13
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14 14
* GNU General Public License for more details.
15
* 
15
*
16 16
* You should have received a copy of the GNU General Public License
17 17
* along with this program; if not, write to the Free Software
18
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, 
18
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
19 19
* MA  02110-1301, USA.
20
* 
20
*
21 21
*/
22 22
package org.gvsig.addo;
23 23
import java.io.File;
24 24

  
25 25
import org.gdal.gdal.Dataset;
26 26
import org.gdal.gdal.gdal;
27
import org.gvsig.jgdal.JNIBase;
28 27

  
29 28
/**
30 29
 * Clase para la construccion de overviews de un raster.
......
32 31
 * 15-nov-2007
33 32
 * @author Nacho Brodin (nachobrodin@gmail.com)
34 33
 */
35
public class Jaddo extends JNIBase implements IOverviewIncrement{
34
public class Jaddo implements IOverviewIncrement{
36 35
	public final static int NEAREST = 0;
37 36
	public final static int AVERAGE = 1;
38 37
	public final static int AVERAGE_MP = 2;

Also available in: Unified diff