Development
|
iPOGO Development Center Report #146
| #146 MAIN - Resolved - -11.1 command does not intersect correctly
| |
BugNo |
146
| |
CodeModule |
MAIN
| |
Status |
Resolved
| |
Title |
-11.1 command does not intersect correctly
| |
Description |
The -11.1 command computes offset lines at a set distance from a known centerline. If the 1st PI and 2nd PI are separated by a 0 instead of a valid offset, then the real offset follows the 2nd point number and the tangent intersects with the line defined by the 1st and 2nd points. Same process for the last 2 points. Currently the program does not compute this because it thinks the offset is a non-existent point number.
See the example in the comments. Also see the help files and gifs at www.ipogo.net, methodology 2 for this command.
| |
Comments |
$ Example data set for the -11.1 (Os Pline) command, Methodology 2
$ Set the initial points.
0 1 1000 1000 ;
1 2 1
-1 60 0 0 60
-2 85 0 0 60
-1 20 0 0 15
-2 85 0 0 60
-2 45 0 0 60 ;
$ Set points for offset line by using the -11.1 command.
-11.1 22 1 0 2 25 3
4
5 0 6 ;
$ Setup feature codes with
$ cmd feature, layer, color, style, thickness
15.1 RW RW 1 1 1 ;
15.1 CL CL 3 1 1 ;
$ Turn plot on
91 ;
$ Activate the RW feature
15 CL ;
100 Centerline;
7 1 1 2 3 4 5 6 ;
$ Activate the RW feature
15 RW ;
100 Right of way;
7 1 22 23 24 25 ;
| |
FiledBy |
set
| |
FiledDate |
03/13/2000
| |
ResolvedDate |
03/15/2000
| |
Resolution |
The variations on this command did not conform to other commands in that the number of data elements changed depending on the 0 offset existence. In order maintain the iPOGO language without widely varying versions of one command, we have opted to replace the 0 offset variation with a new command in the next release. In the meantime, any use of a 0 offset in the -11.1 command will result in an error message of either 'invalid offset' or 'non-existent point'.
| |
VersionNo |
4.0 Beta
| |