Class GeometryEditor

Object
   |
   +--GeometryOperation
         |
         +--GeometrySelection
               |
               +--GeometryEditor

class GeometryEditor
extends GeometrySelection


図形移動、頂点編集など図形編集機能を提供します。
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

GeometryEditor(map, layerName)

Method Detail

ondblclick

boolean ondblclick(event, x, y)

onmousedown

boolean onmousedown(event, x, y)

onmousedrag

boolean onmousedrag(event, cx, cy, px, py)

onmousemove

boolean onmousemove(event, x, y)

onmouseup

boolean onmouseup(event, x, y)


Copyright(C) 2007 SystemDesignJapan. All rights reserved.
Documentation generated by JSDoc on Wed Jul 25 18:14:17 2007