Class RectangleRegister

Object
   |
   +--GeometryOperation
         |
         +--PointRegister
               |
               +--CircleRegister
                     |
                     +--RectangleRegister

class RectangleRegister
extends CircleRegister


円弧図形及び付帯する属性情報をデータベースに登録します。

Defined in GeometryRegister.js


 
Fields inherited from class PointRegister
_type
   
Fields inherited from class GeometryOperation
POLYGON, POLYLINE, HOLE, MULTIPOINT, END, START, types
 
Constructor Summary
RectangleRegister(map, layerName)
            初期処理を行います。
 
Method Summary
 boolean onmousedown(event, x, y)
           円弧図形の作成を開始します。
 
Methods inherited from class CircleRegister
onmouseup, ondblclick, onmousemove, onmousedrag
   
Methods inherited from class PointRegister
onFinishedDrawing, addNewCoord, insertGeometry, onreadystatechange, getData
   
Methods inherited from class GeometryOperation
clear, getErrorInfo, onExecute, onError, getCategory
 

Constructor Detail

RectangleRegister

RectangleRegister(map, layerName)

Method Detail

onmousedown

boolean onmousedown(event, x, y)


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