Revision 2002

View differences:

trunk/extensions/extWCS/src/com/iver/cit/gvsig/fmap/drivers/WCSDriver.java
42 42

  
43 43
import java.io.File;
44 44

  
45
import com.hardcode.driverManager.Driver;
46

  
45 47
import es.uji.lsi.wcs.client.ServerErrorResponseException;
46 48
import es.uji.lsi.wcs.client.ServerOutOfOrderException;
47 49

  
......
51 53
 * TODO To change the template for this generated type comment go to
52 54
 * Window - Preferences - Java - Code Style - Code Templates
53 55
 */
54
public interface WCSDriver {
56
public interface WCSDriver extends Driver {
55 57
	
56 58
	public void getCapabilities() throws ServerOutOfOrderException;
57 59
	public void describeCoverage() throws ServerOutOfOrderException;

Also available in: Unified diff