Class SystemLayerFinder

java.lang.Object
com.vividsolutions.jump.workbench.model.SystemLayerFinder
Direct Known Subclasses:
AbstractVectorLayerFinder, FenceLayerFinder, MeasureLayerFinder

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.
  • Constructor Details

  • Method Details

    • 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)