Class OverviewMap
- java.lang.Object
-
- de.terrestris.shoguncore.model.PersistentObject
-
- de.terrestris.shoguncore.model.module.Module
-
- de.terrestris.shoguncore.model.module.OverviewMap
-
- All Implemented Interfaces:
Serializable
@Entity public class OverviewMap extends Module
Class represents a GeoExt.component.OverviewMap, that displays an overview map of a parent map.- Author:
- Andre Henn, Daniel Koch, terrestris GmbH & Co. KG
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OverviewMap()OverviewMap(Integer magnification)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)IntegergetMagnification()List<Layer>getOverviewMapLayers()MapgetParentMapModule()inthashCode()voidsetMagnification(Integer magnification)voidsetOverviewMapLayers(List<Layer> overviewMapLayers)voidsetParentMapModule(Map parentMapModule)-
Methods inherited from class de.terrestris.shoguncore.model.module.Module
getName, getProperties, getXtype, setName, setProperties, setXtype
-
Methods inherited from class de.terrestris.shoguncore.model.PersistentObject
getCreated, getGroupPermissions, getId, getModified, getUserPermissions, setGroupPermissions, setModified, setUserPermissions, toString
-
-
-
-
Constructor Detail
-
OverviewMap
public OverviewMap()
-
OverviewMap
public OverviewMap(Integer magnification)
- Parameters:
magnification-
-
-
Method Detail
-
getMagnification
public Integer getMagnification()
- Returns:
- the magnification
-
setMagnification
public void setMagnification(Integer magnification)
- Parameters:
magnification- the magnification to set
-
setOverviewMapLayers
public void setOverviewMapLayers(List<Layer> overviewMapLayers)
- Parameters:
overviewMapLayers- the overviewMapLayers to set
-
getParentMapModule
public Map getParentMapModule()
- Returns:
- the parentMapModule
-
setParentMapModule
public void setParentMapModule(Map parentMapModule)
- Parameters:
parentMapModule- the parentMapModule to set
-
hashCode
public int hashCode()
-
equals
public boolean equals(Object obj)
-
-