Revision 208 org.gvsig.raster/trunk/org.gvsig.raster/org.gvsig.raster.lib/org.gvsig.raster.lib.api/src/main/java/org/gvsig/fmap/dal/coverage/explorer/WMTSServerExplorer.java

View differences:

WMTSServerExplorer.java
22 22

  
23 23
package org.gvsig.fmap.dal.coverage.explorer;
24 24

  
25
import java.util.ArrayList;
26

  
25 27
import org.gvsig.compat.net.ICancellable;
26 28
import org.gvsig.fmap.dal.DataServerExplorer;
27 29
import org.gvsig.fmap.dal.coverage.exception.WMSException;
28 30
import org.gvsig.remoteclient.wmts.struct.WMTSLayer;
29 31
import org.gvsig.remoteclient.wmts.struct.WMTSThemes;
32
import org.gvsig.remoteclient.wmts.struct.WMTSTileMatrixSet;
30 33

  
31 34

  
32 35
/**
......
80 83
     * @return
81 84
     */
82 85
    public WMTSLayer getLayer(String layerName);
86
    
87
    /**
88
     * Gets the set of tiles definition
89
     * @return
90
     */
91
    public ArrayList<WMTSTileMatrixSet> getTileMatrixSet();
83 92

  
84 93
    /**
85 94
     * Gets the url of this host

Also available in: Unified diff