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>
  • Field Details

  • Constructor Details

  • Method Details

    • applyStyles

      protected void applyStyles(Layer layer)
      Specified by:
      applyStyles in class SystemLayerFinder
    • 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