Revision 2602 org.gvsig.raster.wmts/trunk/org.gvsig.raster.wmts/org.gvsig.raster.wmts.ogc/org.gvsig.raster.wmts.ogc.api/src/main/java/org/gvsig/raster/wmts/ogc/WMTSClient.java

View differences:

WMTSClient.java
78 78
	public WMTSServiceProvider getServiceProvider();
79 79
	
80 80
	/**
81
     * <p>Gets a tile downloading using a specific URL, path and file. This is useful for URL builds from templates</p> 
82
     * @throws ServerErrorException 
83
     */
84
    public File getTile(String url, ICancellable cancel, File file) throws WMTSException, ServerErrorException;
85
	
86
    
87
	/**
81 88
     * <p>Gets a tile downloading using a specific path and file.</p> 
82 89
     * @throws ServerErrorException 
83 90
     */

Also available in: Unified diff