Class AbstractVectorLayerFinder

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

public abstract class AbstractVectorLayerFinder extends SystemLayerFinder
Retrieves a two-point-LineString layer and sets its styles.
  • Constructor Details

  • Method Details

    • getVectors

      public List<org.locationtech.jts.geom.Geometry> getVectors()
    • applyStyles

      protected void applyStyles(Layer layer)
      Specified by:
      applyStyles in class SystemLayerFinder