Class FenceLayerFinder
java.lang.Object
com.vividsolutions.jump.workbench.model.SystemLayerFinder
com.vividsolutions.jump.workbench.model.FenceLayerFinder
Retrieves the layer containing the single Fence polygon (if any) and sets its styles.
-
Nested Class Summary
Nested classes/interfaces inherited from class SystemLayerFinder
SystemLayerFinder.NonSavePromptingLayer -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidapplyStyles(Layer layer) org.locationtech.jts.geom.GeometrygetFence()voidsetFence(org.locationtech.jts.geom.Geometry fence) Methods inherited from class SystemLayerFinder
createLayer, getLayer, getLayerName
-
Field Details
-
LAYER_NAME
-
-
Constructor Details
-
FenceLayerFinder
-
-
Method Details
-
getFence
public org.locationtech.jts.geom.Geometry getFence() -
applyStyles
- Specified by:
applyStylesin classSystemLayerFinder
-
setFence
public void setFence(org.locationtech.jts.geom.Geometry fence)
-