Help Manual
|
iPOGO V5 Help Manual On-Line |
Group: Command: |
0) Store Points 0.21 or Store Code |
Methodology
|
| Command: | 0.21 |
| Alpha Alias: | Store Code |
| Description: | Stores a Code to a point or range of points |
| Data Format: | 0.21 Code Point# {[-Point#]..}; |
| Problem: | Given point numbers 1, 2 and 3 that were previously stored with North and East coordinates. Store a point Code value of TraversePt to points 1 through 3 and inverse to find the bearing and distances. |
| Solution: |
0.21 TraversePt 1 -3; |
No Image Available
Data Description
Command
| 0.21
| Stores point Code values to previously assigned point numbers.
|
Code
| TraversePt
| Code is a single word descriptor of the point. Other examples are IPF for Iron Pipe Found, and PKNailSet for PK Nail set. Although the character length is unlimited, printing output is formatted to 16 characters. Spaces, quotes and backslashes are not allowed.
|
Pont#
| 1
| First point number to be assigned with the Code.
|
{[-Point#]..}
| -3
| Point or range of points to be assigned with the Code. This is also the repeating feature of this command. Enter a leading minus sign to denote a range of points.
|
End Command
| ;
| All commands end with a semi-colon.
|
Example Command File
$ Example data set for 0.21 (STORE CODE) command
$ Use the 0 command to assign coordinates
$ to points 1, 2 and 3
0
1 13213.44 -6733.57
2 13311.15 -6541.45
3 13350.00 -6550.00 ;
$ Use the 0.21 command to assign
$ a Code of TraversePt to points 1, 2 and 3
0.21 TraversePt 1 -3;
$ Setup plotting parameters with 15.1 command
$ feature, layer, color, style, thickness
15.1 TL testline 1 1 500 ;
$ Turn plotting on with the 91 command
91 ;
$ Activate the TL feature with the 15 command
15 TL;
$ label the printout with the 100 command
100 This is a test inverse of points 1 and 3 ;
$ Connect the points with the 7 command
7 1 1 -3 ;
Help for this command was last updated: 06/28/2000 12:03:25 AM
|