Class SystemLayerFinder

  • Direct Known Subclasses:
    AbstractVectorLayerFinder, FenceLayerFinder

    public abstract class SystemLayerFinder
    extends Object
    A "system-maintained layer" has a fixed set of styles and is identified by name. For example, the vector layer has blue features with arrowheads and is named "Warping Vectors". A SystemLayerFinder class will find a particular system-maintained layer, and can create it if necessary.
    • Method Detail

      • getLayerName

        public String getLayerName()
      • createLayer

        public Layer createLayer()
      • getLayer

        public Layer getLayer()
        Returns:
        the layer, or null if there is no layer
      • applyStyles

        protected abstract void applyStyles​(Layer layer)