Create new layer ( Building ) with 1 object A:

1) Import ASCII (*.d01):siGGisMonitor/LT
- a) ; ImportFormat siGGis: syntax ( Separator = |)
- ; Layer = LAYER_NAME
- ; Type = POINT/LINE/POLY
- ; NUM_RECORD0|NUM_POINT0|x0|y0
- ; NUM_RECORD0|NUM_POINT1|x1|y1
- ; : | : | :| :
- ; NUM_RECORDX|NUM_POINTY|xZ|yZ
- Layer = Building
- Type = poly
- |0|0|-733759,982442200|-947677,211795584|
- |0|1|-733737,917743950|-947677,211795584|
- |0|2|-733737,917743950|-947684,021887642|
- |0|3|-733745,272643367|-947684,021887642|
- |0|4|-733745,272643367|-947718,072347934|
- |0|5|-733759,982442200|-947718,072347934|
- |0|6|-733759,982442200|-947677,211795584|
-
- b)
- (1,1):-733759,982442200|-947677,211795584|
- (4,7):-733737,917743950|-947718,072347934|
-
- ; ImportFormat siGGis: syntax ( Separator = |)
- ; Layer = LAYER_NAME
- ; Type = POINT/LINE/POLY
- ; NUM_RECORD0 NUM_POINT0 x0 y0
- ; NUM_RECORD0 NUM_POINT1 x1 y1
- ; : : : :
- ; NUM_RECORDX NUM_POINTY xZ yZ
-
- Layer = Building
- Type = poly
- bounds= -733759,982442200|-947677,211795584|-733737,917743950|-947718,072347934|
- 0|0|1|1|
- 0|1|4|1|
- 0|2|4|2|
- 0|3|3|2|
- 0|4|3|7|
- 0|5|1|7|
- 0|6|1|1|
2) Import ASCII (*.e01 - siGGisMonitor/LT, *.mon
- applet siGGisEvent) :
- ; ImportEventFormat siGGis: syntax
- ; [Dynamic]
- ; createLayer = LAYER_NAME|POINT/LINE/POLY|LABEL|x0|y0|...xX|yY;
- ; setLayerFont = LAYER_NAME|1/0{show/hide}|COLOR|SIZE|TYPE{0/1/2/3:normal/bold/italic/boldItalic}|
- ; addObject = LAYER_NAME|LABEL|x0|y0|...xX|yY
- ; modifyObject= LAYER_NAME|RECORD|LABEL|x0|y0|...xX|yY
- [Dynamic]
- createLayer=Building|poly|A|-733759,9824422|-947677,211795584|-733737,91774395|-947677,211795584|-733737,91774395|-947684,021887642|-733745,272643367|-947684,021887642|-733745,272643367|-947718,072347934|-733759,9824422|-947718,072347934|-733759,9824422|-947677,211795584|
- setLayerFont = Building|1|red|1|1|
-