Revision 10883 trunk/libraries/libRaster/src/org/gvsig/raster/driver/RasterDataset.java

View differences:

RasterDataset.java
59 59
 * @author "Luis W. Sevilla" <sevilla_lui@gva.es>*
60 60
 */
61 61

  
62
public abstract class RasterDataset extends GeoData {
62
public abstract class RasterDataset extends GeoInfo {
63 63
	
64 64
	/**
65 65
	 * Flag que representa a la banda del Rojo
......
197 197
	 * Carga un fichero raster. Puede usarse para calcular el extent e instanciar 
198 198
	 * un objeto de este tipo.
199 199
	 */
200
	abstract public GeoData load();
200
	abstract public GeoInfo load();
201 201
	
202 202
	/**
203 203
	 * Cierra el fichero y libera los recursos.
......
778 778
	 * @return Object que es un array unidimendional del tipo de datos del raster
779 779
	 * @throws GdalException
780 780
	 */
781
	abstract public Object readCompletetLine(int line, int band)throws InvalidSetViewException, FileNotOpenException, RasterDriverException;
781
	abstract public Object readCompleteLine(int line, int band)throws InvalidSetViewException, FileNotOpenException, RasterDriverException;
782 782
	
783 783
	/**
784 784
	 * Convierte un punto desde coordenadas pixel a coordenadas del mundo.

Also available in: Unified diff