This package contains non-UI tool classes. Use them to create your own toolbar implementations.
| Class | Description | |
|---|---|---|
| DrawTool | Tool that supports functionality to create new geometries by drawing them: points (MAPPOINT or MULTIPOINT), lines (LINE, POLYLINE, or FREEHAND_POLYLINE), polygons (FREEHAND_POLYGON or POLYGON), rectangles (EXTENT) and circles (CIRCLE). | |
| EditTool | Functionality to move graphics or modify individual vertices, i.e., edit the geometry of existing graphics. | |
| NavigationTool | Tool that supports basic navigation, such as pan and zoom. |