Development
|
iPOGO Development Center Report #152
| #152 MAIN - Resolved - 18.2 command incorrectly numbers new points
| |
BugNo |
152
| |
CodeModule |
MAIN
| |
Status |
Resolved
| |
Title |
18.2 command incorrectly numbers new points
| |
Description |
The 18.2 command allows a factor to be added to existing deed point numbers when new points are computed. This version is adding this value incorrectly as demonstrated by the example below. The final point numbers of the adjusted deed should be 501 thru 506 after adding a factor of 400 to each deed number 101 thru 106.
| |
Comments |
$ Example data set for the 18.2 (TRANSFORM RENUMPLUS) command.
$ Set the initial points.
0 17 1620.0 508.3
18 2310.0 1225.0
19 1620.0 1825.0
20 1770.0 2691.7
21 1000.0 1783.3
22 1060.0 983.3
101 1733.5 3217.0
102 2333.5 3967.0
103 1583.5 4579.5
104 1808.5 5579.5
105 908.5 4592.0
106 1028.5 3592.0 ;
$ Calculate the rotation and distance factors using -10 command.
-10 101 105 17 21 ;
$ Transform the deed points using the 18.1 command.
18.2 400 17 101 102 103 104 105 106 ;
$ reset angle rotation and distance factors to default values
10 0 0 0 1 ;
$ define the feature code parameters
$ cmd fea layer color style thickness
15.1 fpts fieldpts 1 1 1;
15.1 dpts deedpts 3 1 1;
15.1 npts newpts 4 1 1;
15.1 chk check 2 1 1;
$ turn plotting on
91 ;
$ activate the fieldpts feature and inverse the boundary
15 fpts;
100 Field points closure ;
7 1 17 18 19 20 21 22 17 ;
$ activate the deedpts feature and inverse the boundary
15 dpts;
100 Original deed closure ;
7 2 101 102 103 104 105 106 101 ;
$ activate the newpts feature and inverse the boundary
15 npts;
100 Transformed deed closure with new numbers ;
7 3 501 502 503 504 505 506 501 ;
$ activate the check feature and inverse the boundary
15 chk;
100 Comparison of field line to deed line to transformed deed line;
6 1 17 21 101 105 501 505 ;
| |
FiledBy |
set
| |
FiledDate |
03/27/2000
| |
ResolvedDate |
03/28/2000
| |
Resolution |
-
| |
VersionNo |
4.0 Beta
| |