Revision 212 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
27 27
import org.gvsig.compat.net.ICancellable;
28 28
import org.gvsig.fmap.dal.DataServerExplorer;
29 29
import org.gvsig.fmap.dal.coverage.exception.WMSException;
30
import org.gvsig.fmap.dal.coverage.store.parameter.RemoteStoreParameters;
30 31
import org.gvsig.remoteclient.wmts.struct.WMTSLayer;
32
import org.gvsig.remoteclient.wmts.struct.WMTSServiceIdentification;
33
import org.gvsig.remoteclient.wmts.struct.WMTSServiceProvider;
31 34
import org.gvsig.remoteclient.wmts.struct.WMTSThemes;
32 35
import org.gvsig.remoteclient.wmts.struct.WMTSTileMatrixSet;
33 36

  
......
52 55
	 * @return
53 56
	 */
54 57
	public boolean isConnected();
55
	
56
	/**
57
	 * Gets the server type
58
	 * @return
59
	 */
60
	public String getServerType();
61
	
62
	/**
63
	 * Gets the version of this service
64
	 * @return
65
	 */
66
	public String getVersion();
67
	
68
	/**
69
	 * Gets the title of this service
70
	 * @return
71
	 */
72
	public String getTitle();
73 58

  
74 59
	/**
75 60
	 * Gets the themes list
......
95 80
     * @return
96 81
     */
97 82
	public String getHost();
83
	
84
	/**
85
	 * Gets the host description
86
	 * @return
87
	 */
88
	public WMTSServiceIdentification getServiceIdentification();
89
	
90
	/**
91
	 * Gets the host description
92
	 * @return
93
	 */
94
	public WMTSServiceProvider getServiceProvider();
95
	
96
	public RemoteStoreParameters getStoreParameters();
98 97
}

Also available in: Unified diff