com.vividsolutions.jump.workbench.model
Class FenceLayerFinder
java.lang.Object
com.vividsolutions.jump.workbench.model.SystemLayerFinder
com.vividsolutions.jump.workbench.model.FenceLayerFinder
public class FenceLayerFinder
- extends SystemLayerFinder
Retrieves the layer containing the single Fence polygon (if any) and sets its styles.
|
Method Summary |
protected void |
applyStyles(Layer layer)
|
com.vividsolutions.jts.geom.Geometry |
getFence()
|
void |
setFence(com.vividsolutions.jts.geom.Geometry fence)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LAYER_NAME
public static final java.lang.String LAYER_NAME
FenceLayerFinder
public FenceLayerFinder(LayerManagerProxy layerManagerProxy)
getFence
public com.vividsolutions.jts.geom.Geometry getFence()
applyStyles
protected void applyStyles(Layer layer)
- Specified by:
applyStyles in class SystemLayerFinder
setFence
public void setFence(com.vividsolutions.jts.geom.Geometry fence)