|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Object
|
+--GeometryOperation
|
+--PointRegister
|
+--CircleRegister
円図形及び付帯する属性情報をデータベースに登録します。
地図上をマウスダウンする事で原点を指定します。
地図上をマウスドラッグ操作にて円の大きさを指定します。
地図上をマウスアップする事で図形を確定します。
1つの属性情報に対して複数のポリライン図形を登録する事ができます。
Defined in GeometryRegister.js
| Fields inherited from class PointRegister |
_type
|
| Fields inherited from class GeometryOperation |
POLYGON, POLYLINE, HOLE, MULTIPOINT, END, START, types
|
| Constructor Summary | |
CircleRegister(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)
図形を移動します。 |
Object
|
onmouseup(event, x, y)
図形登録をキャンセルします。 |
| Methods inherited from class PointRegister |
onFinishedDrawing, addNewCoord, insertGeometry, onreadystatechange, getData
|
| Methods inherited from class GeometryOperation |
clear, getErrorInfo, onExecute, onError, getCategory
|
| Constructor Detail |
CircleRegister(map, layerName)
map - [Object]NezKaMapオブジェクト
layerName - String図形レイヤグループ名(MapFileに定義されている値)
| Method Detail |
boolean ondblclick(event, x, y)
event -
x -
y -
boolean onmousedown(event, x, y)
event -
x -
y -
boolean onmousedrag(event, cx, cy, px, py)
event -
cx -
cy -
px -
py -
boolean onmousemove(event, x, y)
event -
x -
y -
Object onmouseup(event, x, y)
event -
x -
y -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||