Help Manual
|
iPOGO V5 Help Manual On-Line |
Group: Command: |
0) Store Points 0.31 or Store Class |
Methodology
|
| Command: | 0.31 |
| Alpha Alias: | Store Class |
| Description: | Stores a Class to a point or range of points |
| Data Format: | 0.31 Class Point# {[-Point#]..}; |
| Problem: | Given point numbers 1, 2 and 3 that were previously stored with North and East coordinates. Store a point Class value of 10 to points 1 through 3 and inverse to find the bearing and distances. |
| Solution: |
0.31 10 1 -3; |
No Image Available
Data Description
Command
| 0.31
| Stores point Class values to previously assigned point numbers.
|
Class
| 10
| Class is a user-defined number from 1 to 255 that can be used to designate such things as control points, property corners, accuracy of points, or points to be held.
Point classes will be drawn with the following symbols:
default = tic mark
2 = triangle
3 = square
4 = circle
|
Point#
| 1
| First point number to be assigned with the Class.
|
{[-Point#]..}
| -3
| Point or range of points to be assigned with the Class. 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.31 (STORE CLASS) command
$ Use the 0 command to assign coordinates
$ to points 1 and 2
0
1 13213.44 -6733.57
2 13311.15 -6541.45
3 13350.00 -6550.00 ;
$ Use the 0.31 command to assign
$ a Class of 10 to points 1, 2 and 3
0.31 10 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, 2 and 3 ;
$ Connect the points with the 7 command
7 1 1 -3 ;
Help for this command was last updated: 08/05/2001 8:24:31 PM
|