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:

1) Bearing Comps
1.4 or Set Lots


Methodology

Command:1.4
Alpha Alias:Set Lots
Description:Defines lot corners by specifying lot width at building restriction line
Data Format: 1.4 Set BRL-Length SetBacks FrontBlockLines ;
Problem: Points 1 through 12 and point 20 are known. Compute points 21 through 34 so that each lot will be exactly 100 feet at the building restriction line.
Solution:
1.4 21 100 -30 -30 2 3 4.1 5 6.1 7 8 ;

ip_1p4.gif

Data Description

Command

1.4

Defines lot corners so that each lot has a specified lot width or arc length at the building restriction line (BRL).

Rear lot corners must be defined using the -17 command prior to execution of this command.

Set

21

Point number to be assigned to the first lot corner computed. The automatic numbering of front lot corners increases by two. Rear lot corners are numbered one greater than their companion front lot corner point number.

BRL-Length

100

Desired lot width or arc length at the building restriction line (BRL).

Setbacks

-30,-30

Set back distances to the BRL from the front block lines. The front block lines are considered to be directed lines. You must enter the two set-back distance values: the first for front block lines that curve to the left; the second for front lines that curve to the right. Enter the set-back value as positive values when the BRL lies to the right of the front lines. Enter negative values when the BRL lies to the left of the front lines.

Front-Block-Lines

2, 3, 4.1,
5, 6.1, 7, 8

Defined by previously computed and stored point numbers. If any point is a Point of Curvature, you must enter the radius point number with .1 appended and then the Point of Tangency. A series of sequential point numbers may be entered using only the first and last point numbers. To do this, enter the first point number then the last point number with a preceding hyphen, e.g., 1, -5.

End Command

;

All commands end with ; (semi-colon).


Example Command File
$ Example data set for 1.4 command.

$ Setup initial points with 0, 1, 2 and 3 commands
  0 
    1 1000 1000 ;

  1 2 1  
          -1 80 0 0 200 
          -1 80 0 0  50 ;

  1 4 3   -2 10 0 0 375 ;

  2 5 4 4 3  30 0 0 375 ;

  1 6 5 4 5 400 ;

  2 7 6 6 5 -30 0 0 400 ;

  2 8 7 7 6  90 0 0 200 ;

  2 9 8 8 7  90 0 0 150 ;

  3 10 9 8 7  6 6 7 ;

  0 
    11 1202.8 1322.4 ;

  2 12 1 1 2 
            -90 0 0 150 ;

  3 20  2  1 12 
       12 12 11 ;

$ Define rear lot corners.
  -17 9 10 11 12 ;

$ Use the 1.4 command to define the lots.
  1.4 21 100 -30 -30 
                      2 3 4.1 5 6.1 7 8 ;

$ Set points to draw the setback line.
  16.1 1000 30,0 
                    1 2 3 4.1 5 6.1 7 8 ;

$ Set plotting parameters with 
$ feature, layer, color, style, thickness
  15.1 RW RW 1 1 1;
  15.1 LOTS LOTS 2 1 1;
  15.1 BRL BRL 3 2 1;

$ turn plot on
  91;

$ activate the feature
  15 RW;
         $ Draw the longitudinal lines.
           7 1 1 2 3 4.1 5 6.1 7 8 ;
           7 2 9 10 11 12 ;

$ Reset the feature
 15 LOTS;
          $ Draw the lot division lines.
            7 3 20  2 ;
            7 4 22 21 ;
            7 5 24 23 ;
            7 6 26 25 ;
            7 7 28 27 ;
            7 8 30 29 ;
            7 9 32 31 ;

$ Reset feature code
 15 BRL;
          $ Draw the radius and setback lines.
            7 10 1000 1001 1002 4.1 
                 1003 6.1 1004 1005 ;
            7 11 2 4 5 6 7 ;


Help for this command was last updated: 06/28/2000 12:07:00 AM

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