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:

15) Define Features
15.2 or Feature Desc


Methodology

Command:15.2
Alpha Alias:Feature Desc
Description:Defines a repeating feature description for the output of subsequent inversed figures
Data Format: 15.2 "Feature-Desc" ;
Problem: Given area closures for two areas. Assign a repeating feature description for output of the closure information for each area.
Solution:
15.2 "Area Number" ;

ip_m7.gif

Data Description

Command

15.2

Used to define a repeating feature description for output of all subsequent inversed figures.

For example: '15.2 Lot ; 7 123 1 2 3 4 1 ;' will concatenate the string 'Lot' to the figure number identified by the 7 command and print the value in the output as 'Lot 123'.

Note: The 15.2 command uses the absolute value of the figure number. Therefore, figure numbers should be positive.

Beginning with Version 5, the figure number may be an alpha-numeric word such as 123a or CL_3rd_Street. This data is also exported as extended entity data during DXF export.

"Feature-Desc"

"Area Number"

Alpha-numeric string used to describe the subseqent figures inversed with the 6, 7, -7 and 8 commands. Must be delimited with double quotes.

Note: Disable the repeating feature description for subsequent inversed figures by assigning the string a value of "".

End Command

;

All commands end with a semi-colon.


Example Command File
$ Example data set for the 15.2 
$   (Feature Desc) command

$ Set the points
  0 2 0 0 ;
  1 3 2 -4 32 46 20  53.67  ;
  1 6 3 -1 74 21 30 115.37  ;
  1 8 2 -2 77 23 17  86.653 ;
  5 7 6 8 3 159 159 ;
        
$ Setup feature codes with 
$  cmd  feature, layer, color, style, thickness
  15.1    L1     LINES1   1      1       1 ;
  15.1    L3     LINES2   3      1       1 ;

$ Turn plot on
  91 ;

$ Print out a text label in the output window
  100 Example Closures ;

$ Activate the L1 feature
  15 L1 ;

          $ label the inverse
            100 Total Boundary ; 

               $ inverse the boundary closure
                 -7,25 3 6 7.1 8 2 3 ;

$ Activate the L2 feature
  15 L3 ;

          $ assign a repeating feature description 
          $    using the 15.2 command
            15.2 "Area Number" ; 

               $ inverse the area closures to 
               $   check the total boundary
                7 30 3 6 7.1 8 3 ;
               -7 31 3 8 2 3 ;


Help for this command was last updated: 08/20/2001 9:38:11 AM

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