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:
java.io.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(java.lang.Integer magnification)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)java.lang.IntegergetMagnification()java.util.List<Layer>getOverviewMapLayers()MapgetParentMapModule()inthashCode()voidsetMagnification(java.lang.Integer magnification)voidsetOverviewMapLayers(java.util.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
-
-
-
-
Method Detail
-
getMagnification
public java.lang.Integer getMagnification()
- Returns:
- the magnification
-
setMagnification
public void setMagnification(java.lang.Integer magnification)
- Parameters:
magnification- the magnification to set
-
getOverviewMapLayers
public java.util.List<Layer> getOverviewMapLayers()
- Returns:
- the overviewMapLayers
-
setOverviewMapLayers
public void setOverviewMapLayers(java.util.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()
-
-