@Entity public class LayerAppearance extends PersistentObject
Layer Object| Constructor and Description |
|---|
LayerAppearance() |
LayerAppearance(String attribution,
String name,
Double maxResolution,
Double minResolution,
Double opacity,
Boolean visible) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getAttribution() |
Boolean |
getClickable() |
Boolean |
getHoverable() |
String |
getHoverTemplate() |
Double |
getMaxResolution() |
Double |
getMinResolution() |
String |
getName() |
Double |
getOpacity() |
Map<String,Object> |
getProperties() |
Boolean |
getVisible() |
int |
hashCode() |
void |
setAttribution(String attribution) |
void |
setClickable(Boolean clickable) |
void |
setHoverable(Boolean hoverable) |
void |
setHoverTemplate(String hoverTemplate) |
void |
setMaxResolution(Double maxResolution) |
void |
setMinResolution(Double minResolution) |
void |
setName(String name) |
void |
setOpacity(Double opacity) |
void |
setProperties(Map<String,Object> properties) |
void |
setVisible(Boolean visible) |
getCreated, getGroupPermissions, getId, getModified, getUserPermissions, setGroupPermissions, setModified, setUserPermissions, toStringpublic String getAttribution()
public void setAttribution(String attribution)
attribution - the attribution to setpublic Boolean getHoverable()
public void setHoverable(Boolean hoverable)
hoverable - the hoverable to setpublic Boolean getClickable()
public void setClickable(Boolean clickable)
clickable - the clickable to setpublic String getHoverTemplate()
public void setHoverTemplate(String hoverTemplate)
hoverTemplate - the hoverTemplate to setpublic void setProperties(Map<String,Object> properties)
properties - the properties to setpublic String getName()
public void setName(String name)
name - the name to setpublic Double getMaxResolution()
public void setMaxResolution(Double maxResolution)
maxResolution - the maxResolution to setpublic Double getMinResolution()
public void setMinResolution(Double minResolution)
minResolution - the minResolution to setpublic Double getOpacity()
public void setOpacity(Double opacity)
opacity - the opacity to setpublic Boolean getVisible()
public void setVisible(Boolean visible)
visible - the visible to setpublic int hashCode()
public boolean equals(Object obj)
Copyright © 2020 terrestris GmbH & Co. KG. All rights reserved.