Class AbstractVectorLayerFinder
java.lang.Object
com.vividsolutions.jump.workbench.model.SystemLayerFinder
com.vividsolutions.jump.workbench.model.AbstractVectorLayerFinder
- Direct Known Subclasses:
IncrementalWarpingVectorLayerFinder, WarpingVectorLayerFinder
Retrieves a two-point-LineString layer and sets its styles.
-
Nested Class Summary
Nested classes/interfaces inherited from class SystemLayerFinder
SystemLayerFinder.NonSavePromptingLayer -
Constructor Summary
ConstructorsConstructorDescriptionAbstractVectorLayerFinder(String layerName, LayerManagerProxy layerManagerProxy, Color color) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidapplyStyles(Layer layer) List<org.locationtech.jts.geom.Geometry> Methods inherited from class SystemLayerFinder
createLayer, getLayer, getLayerName
-
Constructor Details
-
AbstractVectorLayerFinder
public AbstractVectorLayerFinder(String layerName, LayerManagerProxy layerManagerProxy, Color color)
-
-
Method Details
-
getVectors
-
applyStyles
- Specified by:
applyStylesin classSystemLayerFinder
-