Class MultiPointRegister

Object
   |
   +--GeometryOperation
         |
         +--PointRegister
               |
               +--MultiPointRegister

class MultiPointRegister
extends PointRegister


ポイント図形及び付帯する属性情報をデータベースに登録します。
地図上をシングルクリックする事で図形を確定します。
Defined in GeometryRegister.js


 
Fields inherited from class PointRegister
_type
   
Fields inherited from class GeometryOperation
POLYGON, POLYLINE, HOLE, MULTIPOINT, END, START, types
 
Constructor Summary
MultiPointRegister(map, layerName)
            初期処理を行います。
 
Method Summary
 void addNewCoord(coords, x, y)
           Point座標を作成します。
 Object continuation()
           ポイント図形の描画を完了するか引き続き登録するかを設定します。
ポイント図形を描画した直後にコールバックします。
戻り値として継続処理のステータスを返却します。
 void onmousedown(event, x, y)
           マルチPoint図形の作成を開始します。
 boolean onmouseup(event, x, y)
           マルチPoint登録する座標を確定します。
 
Methods inherited from class PointRegister
onFinishedDrawing, insertGeometry, onreadystatechange, getData
   
Methods inherited from class GeometryOperation
clear, getErrorInfo, onExecute, onError, getCategory
 

Constructor Detail

MultiPointRegister

MultiPointRegister(map, layerName)

Method Detail

addNewCoord

void addNewCoord(coords, x, y)

continuation

Object continuation()

onmousedown

void onmousedown(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