Class NetworkMap


  • public class NetworkMap
    extends GenericObject
    Network map object
    • Constructor Detail

      • NetworkMap

        public NetworkMap​(org.netxms.base.NXCPMessage msg,
                          NXCSession session)
        Parameters:
        msg -
        session -
    • Method Detail

      • isAllowedOnMap

        public boolean isAllowedOnMap()
        Description copied from class: AbstractObject
        If this method returns true object is allowed to be on custom network map. Default implementation always returns false.
        Overrides:
        isAllowedOnMap in class AbstractObject
        Returns:
        true if object is allowed to be on custom network map
      • getMapType

        public int getMapType()
        Returns:
        the mapType
      • getBackground

        public UUID getBackground()
        Returns:
        the background
      • getSeedObjectIds

        public Long[] getSeedObjectIds()
        Returns:
        the seedObjectIds
      • createMapPage

        public NetworkMapPage createMapPage()
        Create map page from map object's data
        Returns:
        new map page
      • getBackgroundLocation

        public org.netxms.base.GeoLocation getBackgroundLocation()
        Returns:
        the backgroundLocation
      • getBackgroundZoom

        public int getBackgroundZoom()
        Returns:
        the backgroundZoom
      • getFlags

        public int getFlags()
        Returns:
        the flags
      • getDefaultLinkColor

        public int getDefaultLinkColor()
        Returns:
        the defaultLinkColor
      • getDefaultLinkRouting

        public int getDefaultLinkRouting()
        Returns:
        the defaultLinkRouting
      • getBackgroundColor

        public int getBackgroundColor()
        Returns:
        the backgroundColor
      • getDiscoveryRadius

        public final int getDiscoveryRadius()
        Returns:
        the discoveryRadius
      • getFilter

        public String getFilter()
        Returns:
        the filter
      • getObjectDisplayMode

        public MapObjectDisplayMode getObjectDisplayMode()
        Returns:
        the objectDisplayMode