| 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 | Method and Description |
|---|---|
CursorTool |
LayerViewPanel.getCurrentCursorTool() |
| Modifier and Type | Method and Description |
|---|---|
WorkbenchToolBar.ToolConfig |
WorkbenchToolBar.addCursorTool(CursorTool cursorTool) |
WorkbenchToolBar.ToolConfig |
WorkbenchToolBar.addCursorTool(String tooltip,
CursorTool cursorTool) |
void |
LayerViewPanel.setCurrentCursorTool(CursorTool currentCursorTool) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCursorTool
A tool that draws an XOR visual indicator.
|
class |
AndCompositeTool
Enables multiple CursorTools to operate at the same time.
|
class |
CompositeTool |
class |
DelegatingTool
Enables the behaviour of a CursorTool instance to be overridden.
|
class |
DragTool
The default implementation draws a selection box, but this can be overridden
(even to draw nothing).
|
class |
DrawPolygonFenceTool |
class |
DrawRectangleFenceTool |
class |
DummyTool |
class |
FeatureInfoTool |
class |
LeftClickFilter
Filters out middle- and right-clicks.
|
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 |
OrCompositeTool
Permits only one CursorTool to be active at a time.
|
class |
PolygonTool |
class |
QuasimodeTool
Delegates to different CursorTools depending on whether various modifier
keys are pressed (Ctrl, Shift, Alt).
|
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 | Method and Description |
|---|---|
protected CursorTool |
CompositeTool.firstCursorTool() |
CursorTool |
DelegatingTool.getDelegate() |
CursorTool |
LeftClickFilter.getWrappee() |
| Modifier and Type | Method and Description |
|---|---|
CompositeTool |
CompositeTool.add(CursorTool tool) |
QuasimodeTool |
QuasimodeTool.add(QuasimodeTool.ModifierKeySpec keySpec,
CursorTool tool) |
static QuasimodeTool |
QuasimodeTool.addStandardQuasimodes(CursorTool tool) |
static String |
AbstractCursorTool.name(CursorTool tool) |
void |
AndCompositeTool.setCursorTool(CursorTool cursorTool) |
void |
DelegatingTool.setDelegate(CursorTool delegate) |
| Constructor and Description |
|---|
AndCompositeTool(CursorTool[] cursorTools) |
CompositeTool(CursorTool[] cursorTools) |
DelegatingTool(CursorTool cursorTool) |
LeftClickFilter(CursorTool wrappee) |
OrCompositeTool(CursorTool[] cursorTools) |
QuasimodeTool(CursorTool defaultTool) |
| 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 |
class |
SnapVerticesToSelectedVertexTool |
| Modifier and Type | Method and Description |
|---|---|
static CursorTool |
DrawRectangleTool.create(LayerNamePanelProxy layerNamePanelProxy) |
static CursorTool |
DrawPolygonTool.create(LayerNamePanelProxy layerNamePanelProxy) |
static CursorTool |
DrawPointTool.create(LayerNamePanelProxy layerNamePanelProxy) |
static CursorTool |
DrawLineStringTool.create(LayerNamePanelProxy layerNamePanelProxy) |
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 | Method and Description |
|---|---|
WorkbenchToolBar.ToolConfig |
ToolboxDialog.add(CursorTool tool) |
WorkbenchToolBar.ToolConfig |
ToolboxDialog.add(CursorTool tool,
EnableCheck enableCheck) |
| 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.