Revision 1366 org.gvsig.raster/trunk/org.gvsig.raster/org.gvsig.raster.lib/org.gvsig.raster.lib.impl/src/main/java/org/gvsig/raster/impl/provider/RasterProvider.java

View differences:

RasterProvider.java
543 543
	 */
544 544
	public String getInfoByPoint(double x, double y, ICancellable cancellable) throws RemoteServiceException;
545 545
	
546
	public String getInfoByPoint(int x, int y, Extent bbox, int w, int h, ICancellable cancellable) throws RemoteServiceException;
547
	
546 548
	/**
547 549
	 * Gets the tile cache data server
548 550
	 * @return

Also available in: Unified diff