Class GeometryOperation

Object
   |
   +--GeometryOperation
Direct Known Subclasses:
GeometrySelection, PointRegister, PolylineRegister

class GeometryOperation


図形に関する操作を行うクラスです。図形を扱うクラスの基底クラスとなります。
Defined in Geometry.js


Field Summary
 <final> integer END
          ポリゴン操作種類「ポリゴン作図終了」
 <final> integer HOLE
          ポリゴン操作種類「ホールポリゴンのホール部分」
 <final> integer MULTIPOINT
          図形種類「マルチポイント」
 <final> integer POLYGON
          図形種類「ポリゴン」
 <final> integer POLYLINE
          図形種類「ポリライン」
 <final> integer START
          ポリゴン操作種類「ポリゴン作図開始」
 <final> Object types
          図形種類構造体
 
Constructor Summary
GeometryOperation(map)
            初期処理を行います。
 
Method Summary
 void clear()
           地図上に仮登録されている図形の情報を全てクリアします。
 Object getCategory()
           登録中又は選択中の図形の種類を取得します。
 Object getErrorInfo()
           エラー情報を返却
 void onError(<object> errorInfo)
           図形操作中にエラーが起きた際発生するイベント。
 void onExecute()
           図形操作終了時に発生するイベント。

Field Detail

END

<final> integer END

HOLE

<final> integer HOLE

MULTIPOINT

<final> integer MULTIPOINT

POLYGON

<final> integer POLYGON

POLYLINE

<final> integer POLYLINE

START

<final> integer START

types

<final> Object types

Constructor Detail

GeometryOperation

GeometryOperation(map)

Method Detail

clear

void clear()

getCategory

Object getCategory()

getErrorInfo

Object getErrorInfo()

onError

void onError(<object> errorInfo)

onExecute

void onExecute()


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