com.iver.cit.gvsig.fmap.layers
Class BasicFileRasterAdapter

java.lang.Object
  extended bycom.iver.cit.gvsig.fmap.layers.BasicFileRasterAdapter
All Implemented Interfaces:
BasicRasterAdapter

public class BasicFileRasterAdapter
extends java.lang.Object
implements BasicRasterAdapter

Clase base para implementar lo básico de la interfaz BasicRasterAdapter.

Author:
Vicente Caballero Navarro

Constructor Summary
BasicFileRasterAdapter()
           
 
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicFileRasterAdapter

public BasicFileRasterAdapter()
Method Detail

getFullExtent

public java.awt.geom.Rectangle2D getFullExtent()
                                        throws DriverIOException
Specified by:
getFullExtent in interface BasicRasterAdapter
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
Specified by:
draw in interface BasicRasterAdapter
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)
Specified by:
queryByPoint in interface BasicRasterAdapter
See Also:
com.iver.cit.gvsig.fmap.layers.RasterOperations#queryByPoint(com.iver.cit.gvsig.fmap.operations.QueriedPoint)