@Entity public class ImageWmsLayerDataSource extends LayerDataSource
| Constructor and Description |
|---|
ImageWmsLayerDataSource() |
ImageWmsLayerDataSource(String name,
String type,
String url,
String format,
int width,
int height,
String version,
String layerNames,
String layerStyles) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getCustomRequestPath() |
int |
getHeight() |
String |
getLayerNames() |
String |
getLayerStyles() |
Boolean |
getRequestableByPath() |
String |
getVersion() |
int |
getWidth() |
int |
hashCode() |
void |
setCustomRequestPath(String customRequestPath) |
void |
setHeight(int height) |
void |
setLayerNames(String layerNames) |
void |
setLayerStyles(String layerStyles) |
void |
setRequestableByPath(Boolean requestableByPath) |
void |
setVersion(String version) |
void |
setWidth(int width) |
getFormat, getName, getType, getUrl, setFormat, setName, setType, setUrlgetCreated, getGroupPermissions, getId, getModified, getUserPermissions, setGroupPermissions, setModified, setUserPermissions, toStringpublic ImageWmsLayerDataSource()
public ImageWmsLayerDataSource(String name, String type, String url, String format, int width, int height, String version, String layerNames, String layerStyles)
name - Name of datasourcetype - Type of datasourceurl - URL of datasourcewidth - image widthheight - image heightversion - WMS versionlayerNames - List of layer nameslayerStyles - List of layer stylespublic int getWidth()
public void setWidth(int width)
width - the width to setpublic int getHeight()
public void setHeight(int height)
height - the height to setpublic String getVersion()
public void setVersion(String version)
version - the version to setpublic String getLayerNames()
public void setLayerNames(String layerNames)
layerNames - the layerNames to setpublic String getLayerStyles()
public void setLayerStyles(String layerStyles)
layerStyles - the layerStyles to setpublic int hashCode()
public boolean equals(Object obj)
public Boolean getRequestableByPath()
public void setRequestableByPath(Boolean requestableByPath)
public String getCustomRequestPath()
public void setCustomRequestPath(String customRequestPath)
Copyright © 2020 terrestris GmbH & Co. KG. All rights reserved.