iPOGO
Home FAQs Center Help Manual Development Contact Us
Help Manual

Computing Groups
0) Store Points
1) Bearing Comps
2) Angle Comps
3) Brg-Brg Intx
4) Brg-Dist Intx
5) Dist-Dist Intx
10) Rotation/Scale
11) RW Alignments
12) Cul De Sacs
13) Fillets
16) Road Alignments
17) Corner Utilities
18) Translation
19) Adjust Closures
36) Best Fit Solutions
60) Special Areas
900) Sub Commands

Printing Groups
7) Inverse
9) List Coords
15) Define Features
31) Station Os Curve
32) Station Os Tan
40) Stakeout
70) Road Stationing

Utilities Groups
90) Miscellaneous
Legal Notices How to Use This Manual Message Board

iPOGO V5 Help Manual On-Line

Group:
Command:

40) Stakeout
45 or List SSCtrlAngle


Methodology

Command:45
Alpha Alias:List SSCtrlAngle
Description:Prints stakeout ties as angles and distances from pre-defined traverse points
Data Format: 45 Max-Tie-Length Point# {[Point#] ... } ;
Problem: Given traverse stations 121, 122, 123 (stored in command 41) compute the nearest two ties to points 1, 2, 3 and 4 as shown. Print the clockwise angle and distance to the ties.
Solution:
45 60 1 -4 ;

ip_45.gif

Data Description

Command

45

Computes the nearest two ties from traverse stations previously stored with the 41 command to any point number. Prints stakeout ties as clockwise angles and distances.

You must have defined traverse stations using the 41 command before executing this command.

For each point number you enter with the 45 command, the two nearest stakeout ties will be printed; however, only one tie will be printed if one of the nearest ties exceeds the indicated maximum tie length. If both ties exceed the maximum, no tie is printed for that point number.

The 45 command produces printout only.

Max-Tie-Length

60

Specifies a length beyond which ties will not be computed.

Point#

1

Any previously computed point except those stored using the 41 command.

{[Point#] ... }

-4

Repeating feature of this command. Enter additional point numbers for which you want ties computed. If you want to define a series of sequential points, enter the first and last points in the series. The last point number must be preceded by a hyphen.

Example: 1 -50 would define the range for points 1 through 50, inclusive.

End Command

;

All commands end with a semi-colon.


Example Command File
$ Example data file for 45 (List SSCtrlAngle) command

$ set initial points
  0 121 0 0 ;
  1 122 121 -1 56 30 30 66.32
            -2 52 23 56 99.50 ;
  2 1 121 121 122 40 30 20 35.17 ;
 -2 2 122 122 123 95 10 15 29.67 
                  74 10 15 10.21
                  18 15 14 50.00 ;

$ Setup feature codes with the 15.1 command
$  cmd  feature, layer, color, style, thickness 
   15.1  TL      TRAVLINE  3      1       20000 ; 
   15.1  PL      PROPLINE  1      1       20000 ;
   15.1  SO      STAKEOUT  4      1       20000 ;

$ Turn plot on
  91 ;

$ Activate the TL feature code with the 15 command
  15 TL ;
     100 Traverse Line ;
         7,1 121 -123 ;

$ Activate the PL feature code with the 15 command
  15 PL ;
     100 Property Line ;
         7,29 1 -4 ;

$ Turn plot off
  -91 ;

$ Define stakeout control using the 41 command
  41 121 -123 ;

$ Stakeout points 1 through 4 using the 45 command
$ where located within 60 of a traverse point
$ as identified in the 41 command

100 Stakeout points 1 through 4 ;
    45 60 1 -4 ;


Help for this command was last updated: 04/03/2000 3:00:00 PM

iPOGO V5 Help Manual On-Line, Copyright © 1994-2002 POGO Partnership, LLP. All Rights Reserved.