com.iver.cit.gvsig.fmap.drivers
Class RasterDBDriver

java.lang.Object
  extended bycom.iver.cit.gvsig.fmap.drivers.RasterDBDriver

public class RasterDBDriver
extends java.lang.Object

Clase Driver de raster para acceso a bases de datos.

Author:
Vicente Caballero Navarro

Constructor Summary
RasterDBDriver()
           
 
Method Summary
 Record queryByPoint(java.awt.geom.Point2D p, double tolerancia)
           
 void renderTo(java.awt.Graphics2D g, java.awt.geom.Rectangle2D rectVisible)
           
 void selectByPoint()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RasterDBDriver

public RasterDBDriver()
Method Detail

renderTo

public void renderTo(java.awt.Graphics2D g,
                     java.awt.geom.Rectangle2D rectVisible)
              throws DriverIOException
Throws:
DriverIOException
See Also:
com.iver.cit.gvsig.fmap.layers.RasterAdapter#renderTo(java.awt.Graphics2D, java.awt.geom.Rectangle2D)

queryByPoint

public Record queryByPoint(java.awt.geom.Point2D p,
                           double tolerancia)
                    throws DriverIOException
Throws:
DriverIOException
See Also:
com.iver.cit.gvsig.fmap.layers.RasterAdapter#queryByPoint(Point2D, double)

selectByPoint

public void selectByPoint()
                   throws DriverIOException
Throws:
DriverIOException
See Also:
com.iver.cit.gvsig.fmap.layers.RasterAdapter#selectByPoint()