|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.gvsig.remoteclient.RemoteClientStatus
org.gvsig.remoteclient.wmts.WMTSServerDescription
public class WMTSServerDescription
Describes the status of a WMTSclient, so it adds to the Remote client status a list of layers, a list of layer styles, the extent of the map.
| Constructor Summary | |
|---|---|
WMTSServerDescription(java.lang.String version)
|
|
| Method Summary | |
|---|---|
WMTSLayer |
buildNewLayer()
Builds a new layer using the version number |
void |
clear()
Clean all attributes |
java.lang.Object |
createVersionObject(java.lang.String className)
It creates an instance of a WMSDriver class. |
java.lang.Object |
createVersionObject(java.lang.String className,
java.lang.String version)
It creates an instance of a WMSDriver class. |
WMTSLayer |
getLayerByTitle(java.lang.String titleLayer)
Gets a layer by its title |
java.util.ArrayList |
getLayerList()
Gets the list of WMTSLayer |
WMTSServiceIdentification |
getServiceIdentification()
Gets the layer structure |
WMTSServiceProvider |
getServiceProvider()
Gets the layer structure |
WMTSThemes |
getThemes()
Gets the layer structure |
java.util.ArrayList |
getTileMatrixSet()
Gets the list of WMTSTileMatrixSet |
| Methods inherited from class org.gvsig.remoteclient.RemoteClientStatus |
|---|
getExceptionFormat, getFormat, getHeight, getInfoFormat, getProtocol, getSrs, getWidth, setExceptionFormat, setFormat, setHeight, setInfoFormat, setProtocol, setSrs, setWidth |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WMTSServerDescription(java.lang.String version)
| Method Detail |
|---|
public WMTSLayer buildNewLayer()
public void clear()
public java.lang.Object createVersionObject(java.lang.String className)
String, - with the version of the driver to be created
public java.lang.Object createVersionObject(java.lang.String className,
java.lang.String version)
String, - with the version of the driver to be created
public WMTSLayer getLayerByTitle(java.lang.String titleLayer)
titleLayer -
public java.util.ArrayList getLayerList()
public WMTSServiceIdentification getServiceIdentification()
public WMTSServiceProvider getServiceProvider()
public WMTSThemes getThemes()
public java.util.ArrayList getTileMatrixSet()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||