|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Object
|
+--GeometryOperation
|
+--GeometrySelection
|
+--GeometryEditor
図形移動、頂点編集など図形編集機能を提供します。
Defined in GeometrySelection.js
| Fields inherited from class GeometrySelection |
selectLimit, CIRCLE_SELECTION, RECTANGLE_SELECTION, POLYGON_SELECTION
|
| Fields inherited from class GeometryOperation |
POLYGON, POLYLINE, HOLE, MULTIPOINT, END, START, types
|
| Constructor Summary | |
GeometryEditor(map, layerName)
初期処理を行います。 |
|
| Method Summary | |
boolean
|
ondblclick(event, x, y)
ダブルクリック時に発生します。 |
boolean
|
onmousedown(event, x, y)
マウスのボタンダウン時に発生します。 |
boolean
|
onmousedrag(event, cx, cy, px, py)
マウスのドラッグ時に発生します。 |
boolean
|
onmousemove(event, x, y)
マウスの移動時に発生します。 |
boolean
|
onmouseup(event, x, y)
マウスのボタンアップ時に発生します。 |
| Methods inherited from class GeometrySelection |
selectionOnReadyStateChange, doSelection, onSelection, onNoData, getSelectionData, selectGeometry
|
| Methods inherited from class GeometryOperation |
clear, getErrorInfo, onExecute, onError, getCategory
|
| Constructor Detail |
GeometryEditor(map, layerName)
map - [Object]mapオブジェクト
layerName - 検索対象レイヤ名
| Method Detail |
boolean ondblclick(event, x, y)
event - イベント
x - x座標
y - y座標
boolean onmousedown(event, x, y)
event - イベント
x - x座標
y - y座標
boolean onmousedrag(event, cx, cy, px, py)
event - イベント
cx - 左下x座標
cy - 左下y座標
px - 右上x座標
py - 右上y座標
boolean onmousemove(event, x, y)
event - イベント
x - x座標
y - y座標
boolean onmouseup(event, x, y)
event - イベント
x - x座標
y - y座標
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||