public class WMTSServerDescription extends Object
Constructor and Description |
---|
WMTSServerDescription(String version) |
Modifier and Type | Method and Description |
---|---|
WMTSLayerImpl |
buildNewLayer()
Builds a new layer using the version number
|
void |
clear()
Clean all attributes
|
Object |
createVersionObject(String className)
It creates an instance of a WMSDriver class.
|
Object |
createVersionObject(String className,
String version)
It creates an instance of a WMSDriver class.
|
String |
getExceptionFormat() |
String |
getFormat() |
int |
getHeight() |
String |
getInfoFormat() |
WMTSLayerImpl |
getLayerByTitle(String titleLayer)
Gets a layer by its title
|
List<WMTSLayer> |
getLayerList()
Gets the list of WMTSLayer
|
WMTSThemesImpl |
getLayerListAsThemes()
Returns the list of layers as themes
|
WMTSOperationsMetadataImpl |
getOperationsMetadata()
Gets the OperationMetadata information
|
int |
getProtocol() |
WMTSServiceIdentificationImpl |
getServiceIdentification()
Gets the ServiceIdentification information
|
WMTSServiceProviderImpl |
getServiceProvider()
Gets the layer structure
|
String |
getSrs() |
WMTSThemesImpl |
getThemes()
Gets the layer structure whether the server offer this service
|
List<WMTSTileMatrixSet> |
getTileMatrixSet()
Gets the list of WMTSTileMatrixSet
|
int |
getWidth() |
void |
setExceptionFormat(String _format) |
void |
setFormat(String _format) |
void |
setHeight(int _height) |
void |
setInfoFormat(String _format) |
void |
setProtocol(int protocol) |
void |
setSrs(String _srs) |
void |
setWidth(int _width) |
public WMTSServerDescription(String version)
public int getWidth()
public void setWidth(int _width)
public int getHeight()
public void setHeight(int _height)
public String getFormat()
public void setFormat(String _format)
public String getInfoFormat()
public void setInfoFormat(String _format)
public String getSrs()
public void setSrs(String _srs)
public void setExceptionFormat(String _format)
public String getExceptionFormat()
public int getProtocol()
public void setProtocol(int protocol)
public WMTSLayerImpl buildNewLayer()
public Object createVersionObject(String className)
String,
- with the version of the driver to be createdpublic Object createVersionObject(String className, String version)
String,
- with the version of the driver to be createdpublic WMTSOperationsMetadataImpl getOperationsMetadata()
public WMTSServiceIdentificationImpl getServiceIdentification()
public WMTSServiceProviderImpl getServiceProvider()
public List<WMTSTileMatrixSet> getTileMatrixSet()
public WMTSThemesImpl getThemes()
public WMTSThemesImpl getLayerListAsThemes()
public WMTSLayerImpl getLayerByTitle(String titleLayer)
titleLayer
- public void clear()