Class 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 Detail

      • OverviewMap

        public OverviewMap()
      • OverviewMap

        public OverviewMap​(java.lang.Integer magnification)
        Parameters:
        magnification -
    • 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()
        Overrides:
        hashCode in class Module
        See Also:
        According to http://stackoverflow.com/questions/27581/overriding-equals -and-hashcode-in-java it is recommended only to use getter-methods when using ORM like Hibernate
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class Module
        See Also:
        According to http://stackoverflow.com/questions/27581/overriding-equals -and-hashcode-in-java it is recommended only to use getter-methods when using ORM like Hibernate