| Interface | Description |
|---|---|
| Function |
Interface for an editing function.
|
| Tool |
Interface for an editing tool.
|
| Class | Description |
|---|---|
| AbstractFunction |
Abstract base class for Function implementations.
|
| AbstractTool |
Abstract base class for Tool implementations.
|
| AddNoiseFunction |
A function for adding noise to node coordinates.
|
| ComputePassableEdgesFunction |
A function for computing passable edges.
|
| CreateBuildingTool |
A tool for creating buildings.
|
| CreateEdgeTool |
A tool for creating edges.
|
| CreateNodeTool |
A tool for creating nodes.
|
| CreateRoadTool |
A tool for creating roads.
|
| CreateShapeTool |
A tool for creating shapes.
|
| CreateSpaceTool |
A tool for creating spaces.
|
| DeleteEdgeTool |
A tool for deleting edges.
|
| DeleteNodeTool |
A tool for deleting nodes.
|
| DeleteShapeTool |
A tool for deleting shapes.
|
| FixAttachedObjectsFunction |
A function for fixing the lists of attached shapes.
|
| FixDegenerateShapesFunction |
A function for fixing degenerate shapes.
|
| FixDuplicateEdgesFunction |
A function for fixing duplicate edges.
|
| FixLatLongTool |
A tool for fixing latitude/longitude coordinates.
|
| FixNearbyNodesFunction |
A function for fixing nearby nodes.
|
| GMLEditor |
A component for editing GML maps.
|
| InspectTool |
A tool for inspecting objects.
|
| MergeLinesTool |
A tool for merging lines by deleting a common node.
|
| MergeNodesTool |
A tool for merging nodes.
|
| MoveNodeTool |
A tool for moving nodes.
|
| PanZoomTool |
A tool for panning and zooming the view.
|
| ProgressFunction |
Abstract base class for Function implementations that require a progress dialog.
|
| PruneOrphanEdgesFunction |
A function for pruning edges that are not attached to any shapes.
|
| PruneOrphanNodesFunction |
A function for pruning nodes that are not attached to any edges.
|
| ScaleFunction |
A function for scaling the map.
|
| Snap |
Class for snapping coordinates to a grid.
|
| SplitEdgesFunction |
A function for splitting edges that cover nearby nodes.
|
| SplitEdgeTool |
A tool for splitting edges.
|
| SplitShapeTool |
A tool for creating edges.
|
| TogglePassableTool |
A tool for toggling the passable flag on edges.
|
| ValidateFunction |
Check the map for errors and highlight them on the map.
|
| Exception | Description |
|---|---|
| CancelledByUserException |
Exception for indicating the the user has cancelled an operation.
|