Class TileWmsLayerDataSource
- java.lang.Object
-
- de.terrestris.shoguncore.model.PersistentObject
-
- de.terrestris.shoguncore.model.layer.source.LayerDataSource
-
- de.terrestris.shoguncore.model.layer.source.ImageWmsLayerDataSource
-
- de.terrestris.shoguncore.model.layer.source.TileWmsLayerDataSource
-
- All Implemented Interfaces:
Serializable
@Entity public class TileWmsLayerDataSource extends ImageWmsLayerDataSource
Data source of layers for tile data from WMS servers.- Author:
- Andre Henn, terrestris GmbH & Co. KG
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TileWmsLayerDataSource()default constructorTileWmsLayerDataSource(String name, String type, String url, String format, int width, int height, String version, String layerNames, String layerStyles, TileGrid tileGrid)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)BooleangetRequestWithTiled()TileGridgetTileGrid()inthashCode()voidsetRequestWithTiled(Boolean requestWithTiled)voidsetTileGrid(TileGrid tileGrid)-
Methods inherited from class de.terrestris.shoguncore.model.layer.source.ImageWmsLayerDataSource
getCustomRequestPath, getHeight, getLayerNames, getLayerStyles, getRequestableByPath, getVersion, getWidth, setCustomRequestPath, setHeight, setLayerNames, setLayerStyles, setRequestableByPath, setVersion, setWidth
-
Methods inherited from class de.terrestris.shoguncore.model.layer.source.LayerDataSource
getFormat, getName, getType, getUrl, setFormat, setName, setType, setUrl
-
Methods inherited from class de.terrestris.shoguncore.model.PersistentObject
getCreated, getGroupPermissions, getId, getModified, getUserPermissions, setGroupPermissions, setModified, setUserPermissions, toString
-
-
-
-
Constructor Detail
-
TileWmsLayerDataSource
public TileWmsLayerDataSource()
default constructor
-
TileWmsLayerDataSource
public TileWmsLayerDataSource(String name, String type, String url, String format, int width, int height, String version, String layerNames, String layerStyles, TileGrid tileGrid)
- Parameters:
name-type-url-width-height-version-layerNames-layerStyles-tileGrid-
-
-
Method Detail
-
getTileGrid
public TileGrid getTileGrid()
- Returns:
- the tileGrid
-
setTileGrid
public void setTileGrid(TileGrid tileGrid)
- Parameters:
tileGrid- the tileGrid to set
-
getRequestWithTiled
public Boolean getRequestWithTiled()
- Returns:
- the requestWithTiled
-
setRequestWithTiled
public void setRequestWithTiled(Boolean requestWithTiled)
- Parameters:
requestWithTiled- the requestWithTiled to set
-
hashCode
public int hashCode()
-
equals
public boolean equals(Object obj)
-
-