Examples
of exported data
Example 1 : Unique Number starting
at 1 with a "N=" prefix, East coordinate with a
"X=" prefix and 2 decimals, North coordinate with
a "Y=" prefix and 2 decimals, Elevation forced to
10.00 with a "Z=" prefix and 2 decimals, Entity
type, Entity layer, a Group Number starting at 100 and a Sequential
Number starting at 1001. Both separator are ",".
N=1,X=100.12,Y=125.36,Z=10.00,POLYLINE,LAYER1,100,1001
N=2,X=110.11,Y=225.32,Z=10.00,POLYLINE,LAYER1,100,1002
N=3,X=120.55,Y=555.32,Z=10.00,POLYLINE,LAYER1,100,1003
N=4,X=1120.55,Y=5515.32,Z=10.00,LINE,LAYER2,101,1004
N=5,X=1121.55,Y=5115.11,Z=10.00,LINE,LAYER2,101,1005
N=6,X=100.55,Y=500.32,Z=10.00,CIRCLE,LAYER3,102,1006
Example
2 : Unique Number, East coordinate, North coordinate,
Elevation (all with 3 decimals), Entity type, Entity layer.
Data fields separator is "," and Code fields separator
is "_"
1,100.121,125.364,10.000,POLYLINE_LAYER1
2,110.112,225.321,14.000,POLYLINE_LAYER1
3,120.552,555.322,22.055,POLYLINE_LAYER1
4,1120.555,5515.131,13.221,LINE_LAYER2
5,1121.551,5115.111,13.159,LINE_LAYER2
6,100.550,500.320,11.001,CIRCLE_LAYER3
Example
3 : East coordinate, North coordinate, Elevation (all
with 3 decimals), Unique Number, Entity type, Test string.
Data fields separator is " " and Code fields separator
is " ".
100.121
125.364 10.000 1 POLYLINE
110.112 225.321 14.000 2 POLYLINE
120.552,555.322,22.055 3 POLYLINE
1120.555,5515.131,13.221 4 TEXT This is a text
1121.551,5115.111,13.159 5 TEXT This is another text
100.550,500.320,11.001 6 MTEXT This is another text from a
MTEXT entity
|