Revision 1680 trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/layers/RasterOperations.java

View differences:

RasterOperations.java
40 40
 */
41 41
package com.iver.cit.gvsig.fmap.layers;
42 42

  
43
import java.awt.Point;
43
import com.iver.cit.gvsig.fmap.layers.layerOperations.InfoByPoint;
44 44

  
45 45

  
46 46
/**
47 47
 * Interfaz de operaciones sobre una capa raster.
48 48
 */
49
public interface RasterOperations {
50
	/**
51
	 * Realiza una petici?n puntual al raster y devuelve un String con el
52
	 * resultado de dicha petici?n.----------
53
	 *
54
	 * @param point DOCUMENT ME!
55
	 *
56
	 * @return DOCUMENT ME!
57
	 */
58
	String queryByPoint(Point point);
49
public interface RasterOperations extends InfoByPoint {
59 50
}

Also available in: Unified diff