Help Manual
|
iPOGO V5 Help Manual On-Line |
Group: Command: |
11) RW Alignments -11 or Os PlineRoW |
Methodology
|
| Command: | -11 |
| Alpha Alias: | Os PlineRoW |
| Description: | Computes pairs of points along easement right-of-way without curves |
| Data Format: | -11 RW-Width Set StartingTangent PI-Ahead {[PI-Ahead]..} ; |
| Problem: | Given points of intersection 1 through 5, set right-of-way points 21 through 26. |
| Solution: |
-11 30 21 1 2 3 4 5 ; |
Data Description
Command
| -11
| Computes Points of Intersection (PI) in pairs along an easement right-of-way without curves.
|
RW-Width
| 30
| Width of the right-of-way. If it is necessary to change the right-of-way width, you must execute another -11 command.
|
Set
| 21
| Point number to be assigned to the initial point on the right-of-way to be computed. The additional points computed are numbered automatically from this Set point. The point numbers are assigned in pairs at each PI.
If the tangent ahead deflects to the right, the smaller point number of the pair is set to the right of the centerline. If the tangent ahead deflects to the left, the smaller point number of the pair is set to the left of the centerline.
|
StartingTangent
| 1, 2
| Defines the first tangent with two previously computed points. The first value must be the point number of a point-on-tangent preceding the alignment, and the second is the point number of the PI on the tangent.
|
PI-Ahead
| 3
| Point number of a previously computed Point of Intersection on the centerline.
|
{[PI-Ahead]..}
| 4
5
| Repeating feature of this command. Enter point numbers of previously computed Points of Intersection on the centerline. Enter a point for each pair of right-of-way Points of Intersection you want computed.
|
End Command
| ;
| All commands end with a semi-colon.
|
Example Command File
$ Example data set for -11 (Os PlineRoW) command.
$ Set the initial points.
0 1 1000 1000 ;
1 2 1
-1 60 0 0 150
-2 45 0 0 100
-1 87 0 0 200
-1 45 0 0 150 ;
$ Set points using the -11 command.
-11 30 21 1 2 3 4 5 ;
$ Set additional points for drawing lines.
1 1000 21 2 1 100 ;
1 1001 22 2 1 100 ;
1 1002 25 4 5 100 ;
1 1003 26 4 5 100 ;
$ 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 RW ;
100 Right of Way;
7 1 1001 22 23 25 1002 ;
7 1 1000 21 24 26 1003 ;
$ Activate the CL feature
15 CL ;
100 Centerline;
7 1 1 2 3 4 5 ;
Help for this command was last updated: 04/03/2000 3:00:00 PM
|