| Modifier and Type | Class and Description |
|---|---|
class |
CreateDelineationTool
Creates a new delineation feature.
|
class |
EditDelineationTool
Enables the user to move a vertex of an existing delineation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DragTool
The default implementation draws a selection box, but this can be overridden
(even to draw nothing).
|
class |
DrawPolygonFenceTool |
class |
DrawRectangleFenceTool |
class |
FeatureInfoTool |
class |
MeasureTool |
class |
MultiClickTool
A VisualIndicatorTool that allows the user to draw shapes with multiple
vertices.
|
class |
NClickTool
Whereas a MultiClickTool looks for a double-click to end the gesture,
an NClickTool looks for a certain number of points to end the gesture.
|
class |
NoteTool |
class |
PolygonTool |
class |
RectangleTool |
class |
SelectFeaturesTool |
class |
SelectLineStringsTool |
class |
SelectPartsTool |
class |
SelectTool |
class |
SpecifyFeaturesTool
Allows the user to specify features by clicking on them or drawing a box
around them.
|
class |
VectorTool |
| Modifier and Type | Class and Description |
|---|---|
class |
DeleteVertexTool |
class |
DrawLineStringTool |
class |
DrawPointTool |
class |
DrawPolygonTool |
class |
DrawRectangleTool |
class |
InsertVertexTool |
class |
MoveSelectedItemsTool |
class |
MoveVertexTool |
class |
SnapVerticesTool |
class |
SnapVerticesToSelectedVertexClickTool |
| Modifier and Type | Method and Description |
|---|---|
UndoableCommand |
FeatureDrawingUtil.createAddCommand(com.vividsolutions.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.
|
void |
FeatureDrawingUtil.drawRing(com.vividsolutions.jts.geom.Polygon polygon,
boolean rollingBackInvalidEdits,
AbstractCursorTool tool,
LayerViewPanel panel) |
CursorTool |
FeatureDrawingUtil.prepare(AbstractCursorTool drawFeatureTool,
boolean allowSnapping)
Apply settings common to all feature-drawing tools.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SnapIndicatorTool
Visually indicates the snap point with a coloured dot.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDeleteVectorTool |
class |
DeleteIncrementalWarpingVectorTool |
class |
DeleteWarpingVectorTool |
class |
DrawIncrementalWarpingVectorTool |
class |
DrawWarpingVectorTool |
| Modifier and Type | Class and Description |
|---|---|
class |
PanTool |
class |
ZoomTool |
Copyright © 2015. All rights reserved.