Help Manual
|
iPOGO V5 Help Manual On-Line |
Group: Command: |
9) List Coords 9.1 or List NEE |
Methodology
|
| Command: | 9.1 |
| Alpha Alias: | List NEE |
| Description: | List point data as Pt, North, East, Elev |
| Data Format: | 9.1 {Point# [Point#] ... } ; |
| Problem: | Print out the known or computed North, East and Elevation for all points in the data file by defining a range of points. |
| Solution: |
9.1 1 -99999; |
No Image Available
Data Description
Command
| 9.1
| Prints the North, East and Elevation coordinates of a point or a range of points.
|
{Point#
| 1
| Optional point number for which you want the North, East and Elevation coordinates printed. Leave blank to list all valid points.
|
[Point#] ... }
| -99999
| Repeating feature of this command. Enter additional points for which you want the coordinates printed.
If you want the coordinates for a series of sequential points, enter the first and last points in the series. The last point number must be preceded by a hyphen.
Example: 1 -50 would define the range for points 1 through 50, inclusive. (The output display is formatted for point numbers up to 99999.)
|
End Command
| ;
| All commands end with a semi-colon.
|
Example Command File
$ Example data set for the 9.1 (List NEE) command
$ Set the points - Notice that point 2
$ is being assigned elevation 100.
0.1 2 0 0 100.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 7 1 1 ;
$ Turn plot on
91 ;
$ Print out a text label in the output window
100 Example Lot Closure ;
$ Activate the L1 feature
15 L1 ;
$ assign a repeating heading
15.2 "Lot Number" ;
$ inverse the lot closure
7 25 3 6 7.1 8 2 3 ;
$ List all the coordinates in the data file
9.1 1 -99999 ;
Help for this command was last updated: 06/27/2000 11:34:43 PM
|