Development
|
iPOGO Development Center Report #164
| #164 MAIN - Resolved - 36,-36 commands do not output command results
| |
BugNo |
164
| |
CodeModule |
MAIN
| |
Status |
Resolved
| |
Title |
36,-36 commands do not output command results
| |
Description |
The 36 and -36 commands do not output the command results for scale, rotation and points used. See the resolution field below for the Version 4 code. See the comments field for the DOS/VB code.
| |
Comments |
100 $ Example data set for the 36 (BestFit Deed) Command
102
104 $ Use Command 36 to make an initial trial rotation to generally orient
106 $ a deed to (1) field located points, and (2) public agency datum.
108
110
112 $ define the feature code parameters for plotting
114 $ cmd fea layer color style thickness
116 $ 15.1 dpts deedpts 1 1 1 0
118 $ 15.1 apts agencypts 2 1 1 0
120
122 $ Set the initial points for deed closure in Assumed Datum.
124 0 1 34950 71750 0
126 1 2 1 -1 62 30 10 85.72
128 9E9 150
130 8E8 48 29 50 150
132 62.37 0
134 -3 37 42 47 108.31
136 -4 79 36 21 192.84
138 -4 2 52 6 26.71 0
140
142 $ turn on plotting
144 91 1.1 2.1 3.1 0
146
148 $ activate deedpts feature
150 $ 15 dpts 0
152 $ 100 DEED - ASSUMED DATUM - DEED MERIDIAN SHOWING CLOSURE 0
154 7 1 1 2 3.1 4 -8 1 0
156
158 $ Force closure and reset point 1
160 96
162 3 1 2 2 1 7 7 8 0
164
166 $ Traverse in Public Agency Datum
168 0
170 901 35004.35029 72106.25827
172 902 35019.08705 72179.12444
174 903 34989.97315 72345.50057
176 904 34923.47000 72258.67000
178 905 34955.82304 72164.25454 0
180
182 $ Field Ties to Property Corners
184 2 11 901 901 902 258 29 30 13.57 9e9
186 -2 12 903 903 902 31 39 52 50.01
188 170 37 26 15.50 9e9
190 2 14 904 904 903 53 15 5 18.02 9e9
192
194 $ Initial Rotation using 36 Command
196 36 25 1 11 4 12 5 13 6 14 0 1 -8 0
198
200 " 100 DEED - ROTATED TO FIELD POINTS 0 "
202 7 1 1 2 3.1 4 -7 1 0
204
206 " 100 PROPERTY CORNERS FOUND - (FOR PLOT) 0 "
208 7 1 11 -14 0
210
212 $ activate the agencypts feature
214 $ 15 apts 0
216 " 100 TRAVERSE - PUBLIC AGENCY DATUM 0 "
218 7 1 901 -905 901 0
220
222 -91 0
224
226 " 100 COMPARISONS - PROPERTY CORNERS - DEED TO FIELD 0 "
228 6 1 1 11 4 12 5 13 6 14 0
| |
FiledBy |
set
| |
FiledDate |
03/29/2000
| |
ResolvedDate |
03/29/2000
| |
Resolution |
$ Example data set for the 36 (BestFit Deed) Command
$ Use Command 36 to make an initial trial rotation to generally orient
$ a deed to (1) field located points, and (2) public agency datum.
$ define the feature code parameters for plotting
$ cmd fea layer color style thickness
15.1 dpts deedpts 1 1 1;
15.1 apts agencypts 2 1 1;
$ Set the initial points for deed closure in Assumed Datum.
0 1 34950 71750 ;
1 2 1 -1 62 30 10 85.72
9E9 150
8E8 48 29 50 150
62.37 0
-3 37 42 47 108.31
-4 79 36 21 192.84
-4 2 52 6 26.71 ;
$ turn on plotting
91 ;
$ activate deedpts feature
15 dpts ;
100 DEED - ASSUMED DATUM - DEED MERIDIAN SHOWING CLOSURE;
7 1 1 2 3.1 4 -8 1 ;
$ Force closure and reset point 1
96 ;
3 1 2 2 1 7 7 8 ;
$ Traverse in Public Agency Datum
0
901 35004.35029 72106.25827
902 35019.08705 72179.12444
903 34989.97315 72345.50057
904 34923.47000 72258.67000
905 34955.82304 72164.25454 ;
$ Field Ties to Property Corners
2 11 901 901 902 258 29 30 13.57 ;
-2 12 903 903 902 31 39 52 50.01
170 37 26 15.50 ;
2 14 904 904 903 53 15 5 18.02 ;
$ Initial Rotation using 36 Command
100 ROTATION RESULTS SHOULD BE HERE ----------------;
36 25 1 11 4 12 5 13 6 14 0 1 -8 ;
100 DEED - ROTATED TO FIELD POINTS;
7 1 1 2 3.1 4 -7 1 ;
100 PROPERTY CORNERS FOUND - (FOR PLOT);
7 1 11 -14 ;
$ activate the agencypts feature
15 apts;
100 TRAVERSE - PUBLIC AGENCY DATUM;
7 1 901 -905 901 ;
-91 ;
100 COMPARISONS - PROPERTY CORNERS - DEED TO FIELD;
6 1 1 11 4 12 5 13 6 14 ;
| |
VersionNo |
4.0 Beta
| |