@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() |
Double |
getMaxResolution() |
Double |
getMinResolution() |
String |
getName() |
Double |
getOpacity() |
Boolean |
getVisible() |
int |
hashCode() |
void |
setAttribution(String attribution) |
void |
setMaxResolution(Double maxResolution) |
void |
setMinResolution(Double minResolution) |
void |
setName(String name) |
void |
setOpacity(Double opacity) |
void |
setVisible(Boolean visible) |
String |
toString() |
getCreated, getGroupPermissions, getId, getModified, getUserPermissions, setGroupPermissions, setModified, setUserPermissionspublic String getAttribution()
public void setAttribution(String attribution)
attribution - the attribution 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)
public String toString()
toString in class PersistentObjectCopyright © 2016 terrestris GmbH & Co. KG. All rights reserved.