es.prodevelop.gvsig.mobile.fmap.driver.raster
Interface RasterOperations

All Superinterfaces:
InfoByPoint
All Known Implementing Classes:
FLayerGenericRaster

public interface RasterOperations
extends InfoByPoint

Interfaz de operaciones sobre una capa raster.

Author:
Nacho Brodin (brodin_ign@gva.es)

Method Summary
 RasterAdapter getSource()
           
 int[] getTileSize()
           
 boolean isTiled()
           
 void setSource(RasterAdapter ra)
           
 
Methods inherited from interface es.prodevelop.gvsig.mobile.fmap.layer.InfoByPoint
getInfo
 

Method Detail

getSource

public RasterAdapter getSource()

setSource

public void setSource(RasterAdapter ra)

isTiled

public boolean isTiled()

getTileSize

public int[] getTileSize()