|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Object
|
+--GeometryOperation
|
+--PolylineRegister
|
+--MultiPolylineRegister
|
+--PolygonRegister
ポリライン図形(折れ線)及び付帯する属性情報をデータベースに登録します。
地図上をシングルクリックする事で頂点を確定します。
地図上をダブルクリックする事で図形を確定します。
1つの属性情報に対して複数のポリライン図形を登録する事ができます。
Defined in GeometryRegister.js
| Field Summary | |
Object |
MultiPolylineRegister_ondblclick
? |
| Fields inherited from class PolylineRegister |
onreadystatechange, getData
|
| Fields inherited from class GeometryOperation |
POLYGON, POLYLINE, HOLE, MULTIPOINT, END, START, types
|
| Constructor Summary | |
PolygonRegister(map, layerName)
初期処理を行います。 |
|
| Method Summary | |
void
|
insertNewItem(x, y)
図形に座標を追加します。 |
boolean
|
ondblclick(event, x, y)
図形登録を確定します。 |
boolean
|
onmousedown(event, x, y)
ポリゴン図形の作成を開始します。 |
| Methods inherited from class MultiPolylineRegister |
continuation, onmouseup
|
| Methods inherited from class PolylineRegister |
setupCoords, onFinishedDrawing, onmousemove, addNewCoord, insertGeometry
|
| Methods inherited from class GeometryOperation |
clear, getErrorInfo, onExecute, onError, getCategory
|
| Field Detail |
Object MultiPolylineRegister_ondblclick
| Constructor Detail |
PolygonRegister(map, layerName)
map - [Object]NezKaMapオブジェクト
layerName - String図形レイヤグループ名(MapFileに定義されている値)
| Method Detail |
void insertNewItem(x, y)
x -
y -
boolean ondblclick(event, x, y)
event -
x -
y -
boolean onmousedown(event, x, y)
event -
x -
y -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||