com.iver.cit.gvsig.fmap.layers
Interface BasicRasterAdapter

All Known Implementing Classes:
BasicFileRasterAdapter

public interface BasicRasterAdapter

Interfaz con los métodos básicos de un RasterAdapter.


Method Summary
 void draw(java.awt.image.BufferedImage image, java.awt.Graphics2D g, ViewPort viewPort, Cancellable cancel)
           
 java.awt.geom.Rectangle2D getFullExtent()
           
 java.lang.Object queryByPoint(java.awt.Point point)
           
 

Method Detail

getFullExtent

public java.awt.geom.Rectangle2D getFullExtent()
                                        throws DriverIOException
Throws:
DriverIOException
See Also:
com.iver.cit.gvsig.fmap.layers.LayerOperations#getFullExtent()

draw

public void draw(java.awt.image.BufferedImage image,
                 java.awt.Graphics2D g,
                 ViewPort viewPort,
                 Cancellable cancel)
          throws DriverIOException
Throws:
DriverIOException
See Also:
com.iver.cit.gvsig.fmap.layers.LayerOperations#draw(java.awt.image.BufferedImage, java.awt.Graphics2D, com.iver.cit.gvsig.fmap.ViewPort)

queryByPoint

public java.lang.Object queryByPoint(java.awt.Point point)
See Also:
com.iver.cit.gvsig.fmap.layers.RasterOperations#queryByPoint(com.iver.cit.gvsig.fmap.operations.QueriedPoint)