Help Manual
|
iPOGO V5 Help Manual On-Line |
Group: Command: |
0) Store Points 0.4 or Store All |
Methodology
|
| Command: | 0.4 |
| Alpha Alias: | Store All |
| Description: | Stores a Point with North, East, Elev, Code, Class, "Description" |
| Data Format: | 0.4 Point# North East Elev Code Class "Description" {[#,N,E,E,C,C,"D"]..} ; |
| Problem: | Given point numbers 1 and 2. Store the North, East, Elevation, Code, Class and "Description" values and compute the bearing and distance from 1 to 2. |
| Solution: |
0.4 1 13213.44 -6733.57 563.24 IPF 10
"iron pipe found at the corner of Smith"
2 13311.15 -6541.45 559.30 PKS 3
"iron pipe set on line at S.26°30'25\"E."
3 13350.00 -6550.00 562.00 GasMeter 20
"GasMeter, 425-A, John Smith, 2.0" ; $ comma delimited GIS data |
No Image Available
Data Description
Command
| 0.4
| Stores North, East, Elevation, Code, Class and "Description" by point number.
|
Point#
| 1
| Any number from 1 to 99999 that is assigned to the coordinates following that number.
|
North
| 13213.44
| North coordinate that defines the assigned point.
|
East
| -6733.57
| East coordinate that defines the assigned point.
Note: If the point lies south of the origin, enter the Northing with a minus sign. If the point lies west of the origin, enter the Easting with a minus sign.
|
Elev
| 563.24
| Elevation that defines the assigned point.
|
Code
| IPF
| Code is a single word descriptor of the point. 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.
|
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. The full functionality is not fully implemented in the current release, but has been included to allow future development.
In the future, Class will also be used to define a particular symbol to be used for plotting a point. It is not pre-set to any particular value at this time.
|
"Description"
| "iron pipe found
at the corner
of Smith"
| "Description" is a long description of the point that will be included in legal descriptions generated with the Metes and Bounds Description writer included with iPOGO. This field is also suitable for capturing point data formatted for GIS applications.
Tip: Use the 9.4 command to export this point data to GIS applications.
Note: The "Description" field is delimited by double quotes. Therefore double quotes within the text string must be preceded by an escape backslash in order to be read properly by the iPOGO engine. Example "S.26°30'25\"E.".
|
{[Point#
North
East
Elev
Code
Class
"Description"]..}
| 2
13311.15
-6541.45
559.30
PKS
3
"iron pipe set
on line at S.26°30'25\"E."
| The repeating feature of this command. Enter additional point numbers with their associated values.
|
End Command
| ;
| All commands end with a semi-colon.
|
Example Command File
$ Example data set for 0.4 (STORE ALL) command
$ Use the 0.4 command to assign values
$ to points 1, 2 and 3
0.4
1 13213.44 -6733.57 563.24 IPF 10
"iron pipe found at the corner of Smith"
2 13311.15 -6541.45 559.30 PKS 3
"iron pipe set on line at S.26°30'25\"E."
$ point 3 is comma delimited GIS data
3 13350.00 -6550.00 562.00 GasMeter 20
"GasMeter, 425-A, John Smith, 2.0" ;
$ 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: 06/28/2000 12:06:04 AM
|