Revision 1813 org.gvsig.raster.wmts/trunk/org.gvsig.raster.wmts/org.gvsig.raster.wmts.io/src/main/java/org/gvsig/raster/wmts/io/WMTSConnector.java

View differences:

WMTSConnector.java
92 92
	public WMTSThemes getThemes() {
93 93
		return client.getThemes();
94 94
	}
95
	
96
	/**
97
	 * Gets the list of layers as themes
98
	 * @return
99
	 */
100
	public WMTSThemes getLayerListAsThemes() {
101
		return client.getLayerListAsThemes();
102
	}
95 103
    
96 104
    /**
97 105
     * Gets a layer 

Also available in: Unified diff