Class AbstractVectorLayerFinder
- java.lang.Object
-
- org.locationtech.jts.jump.workbench.model.SystemLayerFinder
-
- org.locationtech.jts.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 Summary
Constructors Constructor Description AbstractVectorLayerFinder(String layerName, LayerManagerProxy layerManagerProxy, Color color)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
applyStyles(Layer layer)
List
getVectors()
-
Methods inherited from class org.locationtech.jts.jump.workbench.model.SystemLayerFinder
createLayer, getLayer, getLayerName
-
-
-
-
Constructor Detail
-
AbstractVectorLayerFinder
public AbstractVectorLayerFinder(String layerName, LayerManagerProxy layerManagerProxy, Color color)
-
-
Method Detail
-
getVectors
public List getVectors()
-
applyStyles
protected void applyStyles(Layer layer)
- Specified by:
applyStyles
in classSystemLayerFinder
-
-