Class AbstractLayerable

    • Constructor Detail

      • AbstractLayerable

        public AbstractLayerable()
        Called by Java2XML
      • AbstractLayerable

        public AbstractLayerable​(String name,
                                 LayerManager layerManager)
    • Method Detail

      • setLayerManager

        public void setLayerManager​(LayerManager layerManager)
        Description copied from interface: Layerable
        Called by Java2XML
        Specified by:
        setLayerManager in interface Layerable
        Parameters:
        layerManager - the LayerManager
      • fireLayerChanged

        public void fireLayerChanged​(LayerEventType type)
      • fireAppearanceChanged

        public void fireAppearanceChanged()
        The only time #fireAppearanceChanged must be called is when a party modifies an attribute of one of the Styles, because Styles don't notify their layer when they change. But if a party adds or removes a feature, or applies an EditTransaction to a feature, #fireAppearanceChanged will be called automatically. This event will be ignored if LayerManager#isFiringEvents is false
      • getTask

        public Task getTask()
      • setVisible

        public void setVisible​(boolean visible)
        Specified by:
        setVisible in interface Layerable
      • setEditable

        public void setEditable​(boolean editable)
        Editability is not enforced; all parties are responsible for heeding this flag.
        Specified by:
        setEditable in interface Layerable
      • isReadonly

        public boolean isReadonly()
        Specified by:
        isReadonly in interface Layerable
        Returns:
        true if this layer should always be 'readonly' I.e.: The layer should never have the editable field set to true.
      • setReadonly

        public void setReadonly​(boolean value)
        Set whether this layer can be made editable.
        Specified by:
        setReadonly in interface Layerable
      • isSelectable

        public boolean isSelectable()
        Specified by:
        isSelectable in interface Layerable
        Returns:
        true if features in this layer can be selected.
      • setSelectable

        public void setSelectable​(boolean value)
        Set whether or not features in this layer can be selected.
        Specified by:
        setSelectable in interface Layerable
        Parameters:
        value - true if features in this layer can be selected
      • getMaxScale

        public Double getMaxScale()
        Specified by:
        getMaxScale in interface Layerable
        Returns:
        the smaller units/pixel value
      • getMinScale

        public Double getMinScale()
        Specified by:
        getMinScale in interface Layerable
        Returns:
        the larger units/pixel value