Class FenceLayerFinder
- java.lang.Object
-
- org.locationtech.jts.jump.workbench.model.SystemLayerFinder
-
- org.locationtech.jts.jump.workbench.model.FenceLayerFinder
-
public class FenceLayerFinder extends SystemLayerFinder
Retrieves the layer containing the single Fence polygon (if any) and sets its styles.
-
-
Field Summary
Fields Modifier and Type Field Description static String
LAYER_NAME
-
Constructor Summary
Constructors Constructor Description FenceLayerFinder(LayerManagerProxy layerManagerProxy)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
applyStyles(Layer layer)
org.locationtech.jts.geom.Geometry
getFence()
void
setFence(org.locationtech.jts.geom.Geometry fence)
-
Methods inherited from class org.locationtech.jts.jump.workbench.model.SystemLayerFinder
createLayer, getLayer, getLayerName
-
-
-
-
Field Detail
-
LAYER_NAME
public static final String LAYER_NAME
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
FenceLayerFinder
public FenceLayerFinder(LayerManagerProxy layerManagerProxy)
-
-
Method Detail
-
getFence
public org.locationtech.jts.geom.Geometry getFence()
-
applyStyles
protected void applyStyles(Layer layer)
- Specified by:
applyStyles
in classSystemLayerFinder
-
setFence
public void setFence(org.locationtech.jts.geom.Geometry fence)
-
-