Uses of Class
org.locationtech.jts.jump.workbench.ui.cursortool.AbstractCursorTool
-
-
Uses of AbstractCursorTool in org.locationtech.jts.jump.demo.delineation
Subclasses of AbstractCursorTool in org.locationtech.jts.jump.demo.delineation Modifier and Type Class Description classCreateDelineationToolCreates a new delineation feature.classEditDelineationToolEnables the user to move a vertex of an existing delineation. -
Uses of AbstractCursorTool in org.locationtech.jts.jump.workbench.ui.cursortool
Subclasses of AbstractCursorTool in org.locationtech.jts.jump.workbench.ui.cursortool Modifier and Type Class Description classDragToolThe default implementation draws a selection box, but this can be overridden (even to draw nothing).classDrawPolygonFenceToolclassDrawRectangleFenceToolclassFeatureInfoToolclassMeasureToolclassMultiClickToolA VisualIndicatorTool that allows the user to draw shapes with multiple vertices.classNClickToolWhereas a MultiClickTool looks for a double-click to end the gesture, an NClickTool looks for a certain number of points to end the gesture.classNoteToolclassPolygonToolclassRectangleToolclassSelectFeaturesToolclassSelectLineStringsToolclassSelectPartsToolclassSelectToolclassSpecifyFeaturesToolAllows the user to specify features by clicking on them or drawing a box around them.classVectorTool -
Uses of AbstractCursorTool in org.locationtech.jts.jump.workbench.ui.cursortool.editing
Subclasses of AbstractCursorTool in org.locationtech.jts.jump.workbench.ui.cursortool.editing Modifier and Type Class Description classDeleteVertexToolclassDrawLineStringToolclassDrawPointToolclassDrawPolygonToolclassDrawRectangleToolclassInsertVertexToolclassMoveSelectedItemsToolclassMoveVertexToolclassSnapVerticesToolclassSnapVerticesToSelectedVertexClickToolMethods in org.locationtech.jts.jump.workbench.ui.cursortool.editing with parameters of type AbstractCursorTool Modifier and Type Method Description UndoableCommandFeatureDrawingUtil. createAddCommand(org.locationtech.jts.geom.Geometry geometry, boolean rollingBackInvalidEdits, LayerViewPanel layerViewPanel, AbstractCursorTool tool)The calling CursorTool should call #preserveUndoHistory; otherwise the undo history will be (unnecessarily) truncated if a problem occurs.voidFeatureDrawingUtil. drawRing(org.locationtech.jts.geom.Polygon polygon, boolean rollingBackInvalidEdits, AbstractCursorTool tool, LayerViewPanel panel)CursorToolFeatureDrawingUtil. prepare(AbstractCursorTool drawFeatureTool, boolean allowSnapping)Apply settings common to all feature-drawing tools. -
Uses of AbstractCursorTool in org.locationtech.jts.jump.workbench.ui.snap
Subclasses of AbstractCursorTool in org.locationtech.jts.jump.workbench.ui.snap Modifier and Type Class Description classSnapIndicatorToolVisually indicates the snap point with a coloured dot. -
Uses of AbstractCursorTool in org.locationtech.jts.jump.workbench.ui.warp
Subclasses of AbstractCursorTool in org.locationtech.jts.jump.workbench.ui.warp Modifier and Type Class Description classAbstractDeleteVectorToolclassDeleteIncrementalWarpingVectorToolclassDeleteWarpingVectorToolclassDrawIncrementalWarpingVectorToolclassDrawWarpingVectorTool -
Uses of AbstractCursorTool in org.locationtech.jts.jump.workbench.ui.zoom
Subclasses of AbstractCursorTool in org.locationtech.jts.jump.workbench.ui.zoom Modifier and Type Class Description classPanToolclassZoomTool
-