public interface MapTool
Modifier and Type | Field and Description |
---|---|
static int |
ACTION_AREA |
static int |
ACTION_MEASURE |
static int |
ACTION_PAN |
static int |
ACTION_SELECTION |
static int |
ACTION_ZOOM |
static int |
EVENT_MEASURE |
static int |
EVENT_MOVE |
static int |
EVENT_POINT |
static int |
EVENT_POINTDOUBLECLICKED |
static int |
EVENT_POINTFIXED |
static int |
EVENT_POINTS |
static int |
EVENT_POLYLINEFINISHED |
static int |
EVENT_RECTANGLE |
static int |
TYPE_CIRCLE |
static int |
TYPE_MOUSEDRAGGED |
static int |
TYPE_MOUSEMOVENENT |
static int |
TYPE_MOVE |
static int |
TYPE_POINT |
static int |
TYPE_POLYGON |
static int |
TYPE_POLYLINE |
static int |
TYPE_RECTANGLE |
static int |
TYPE_UNKNOW |
Modifier and Type | Method and Description |
---|---|
Image |
getImageCursor() |
MapControl |
getMapControl() |
String |
getName() |
int |
getType() |
static final int EVENT_MEASURE
static final int EVENT_MOVE
static final int EVENT_POINTDOUBLECLICKED
static final int EVENT_POINT
static final int EVENT_POLYLINEFINISHED
static final int EVENT_POINTFIXED
static final int EVENT_POINTS
static final int EVENT_RECTANGLE
static final int TYPE_UNKNOW
static final int TYPE_POINT
static final int TYPE_RECTANGLE
static final int TYPE_POLYLINE
static final int TYPE_POLYGON
static final int TYPE_CIRCLE
static final int TYPE_MOVE
static final int TYPE_MOUSEMOVENENT
static final int TYPE_MOUSEDRAGGED
static final int ACTION_ZOOM
static final int ACTION_PAN
static final int ACTION_SELECTION
static final int ACTION_AREA
static final int ACTION_MEASURE
String getName()
int getType()
Image getImageCursor()
MapControl getMapControl()