Class MeasureLayerFinder
- java.lang.Object
-
- com.vividsolutions.jump.workbench.model.SystemLayerFinder
-
- com.vividsolutions.jump.workbench.model.MeasureLayerFinder
-
public class MeasureLayerFinder extends SystemLayerFinder
A special LayerFinder for the AdvancedMeasureTool.- Author:
- Matthias Scholz <ms@jammerhund.de>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.vividsolutions.jump.workbench.model.SystemLayerFinder
SystemLayerFinder.NonSavePromptingLayer
-
-
Field Summary
Fields Modifier and Type Field Description static String
FEATURE_ATTRIBUTE_AREA
static String
FEATURE_ATTRIBUTE_LENGTH
static String
LAYER_NAME
-
Constructor Summary
Constructors Constructor Description MeasureLayerFinder(LayerManagerProxy layerManagerProxy, WorkbenchContext context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
applyStyles(Layer layer)
Layer
getMeasureLayer()
Return the measurelayer.void
setMeasure(org.locationtech.jts.geom.Geometry measureGeometry)
Sets the new measure Geometry.-
Methods inherited from class com.vividsolutions.jump.workbench.model.SystemLayerFinder
createLayer, getLayer, getLayerName
-
-
-
-
Field Detail
-
FEATURE_ATTRIBUTE_AREA
public static final String FEATURE_ATTRIBUTE_AREA
- See Also:
- Constant Field Values
-
FEATURE_ATTRIBUTE_LENGTH
public static final String FEATURE_ATTRIBUTE_LENGTH
- See Also:
- Constant Field Values
-
LAYER_NAME
public static final String LAYER_NAME
-
-
Constructor Detail
-
MeasureLayerFinder
public MeasureLayerFinder(LayerManagerProxy layerManagerProxy, WorkbenchContext context)
-
-
Method Detail
-
applyStyles
protected void applyStyles(Layer layer)
- Specified by:
applyStyles
in classSystemLayerFinder
-
setMeasure
public void setMeasure(org.locationtech.jts.geom.Geometry measureGeometry)
Sets the new measure Geometry. This clears all old Features on the measurelayer and add's the new Features.
-
getMeasureLayer
public Layer getMeasureLayer()
Return the measurelayer. If not exists until now, create a new one.- Returns:
- the measure layer
-
-