Class UiTopoMap


  • public class UiTopoMap
    extends Object
    Represents a geographically-based map to be used in the user interface topology view. Instances of this class are immutable.
    • Constructor Detail

      • UiTopoMap

        public UiTopoMap​(String id,
                         String desc,
                         String filePath,
                         double scale)
        Creates a new topology map.
        Parameters:
        id - map identifier
        desc - map description
        filePath - map filePath
        scale - map scale
    • Method Detail

      • id

        public String id()
        Returns the identifier for this map.
        Returns:
        the identifier
      • description

        public String description()
        Returns the description for this map.
        Returns:
        the description
      • filePath

        public String filePath()
        Returns the filePath for this map.
        Returns:
        the filePath
      • scale

        public double scale()
        Returns the scale for this map.
        Returns:
        the scale