|
| | AbstractTool.h |
| | Abstract tool concept.
|
| |
| | CoordTracking.h |
| | This class implements a concrete tool to geographic coordinate tracking on mouse move operation.
|
| |
| | ExtentAcquire.h |
| | This class implements a concrete tool to define a boundary rectangle.
|
| |
| | Info.h |
| | This class implements a concrete tool to get informations about a specified feature using pointing operation.
|
| |
| | Measure.h |
| | This class implements a concrete tool to measure operation (distance, area, and angle).
|
| |
| | Pan.h |
| | This class implements a concrete tool to geographic pan operation.
|
| |
| | PanExtent.h |
| | This class implements a concrete tool to pan a user defined extent.
|
| |
| | PanMiddleClick.h |
| | This class implements a concrete tool to geographic pan operation with mouse middle button.
|
| |
| | PointMove.h |
| | This class implements a concrete tool to geographic coordinate move a point on mouse operation.
|
| |
| | PointPicker.h |
| | This class implements a concrete tool to geographic coordinate picker on mouse click operation.
|
| |
| | PolygonAcquire.h |
| | This class implements a concrete tool to acquire a polygon geometry.
|
| |
| | ReadPixelTool.h |
| | An example of MapDisplay Tool. The only purpose of this tool is to show how you can implement a new tool. Do not consider it as a final application.
|
| |
| | RubberBand.h |
| | This is a utility class tool that provides a rectangle that can indicate a boundary.
|
| |
| | Selection.h |
| | This class implements a concrete tool to select layer features using an extent.
|
| |
| | Zoom.h |
| | This is a utility class to geographic zoom operation.
|
| |
| | ZoomArea.h |
| | This class implements a concrete tool to geographic zoom in operation using a boundary rectangle.
|
| |
| | ZoomClick.h |
| | This class implements a concrete tool to geographic zoom operation using the mouse click.
|
| |
| | ZoomKeyboard.h |
| | This class implements a concrete tool to geographic zoom operation using the keyboard.
|
| |
| | ZoomLeftAndRightClick.h |
| | This class implements a concrete tool to geographic zoom operation using the left and right mouse clicks.
|
| |
| | ZoomWheel.h |
| | This class implements a concrete tool to geographic zoom operation using the mouse wheel.
|
| |