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:

0) Store Points
0.3 or Store NEECC


Methodology

Command:0.3
Alpha Alias:Store NEECC
Description:Stores a Point with North, East, Elev, Code, Class
Data Format: 0.3 Point# North East Elev Code Class {[Point# North East Elev Code Class]...} ;
Problem: Given point numbers 1 and 2. Store the North, East, Elevation, Code and Class values and compute the bearing and distance from 1 to 2.
Solution:
0.3 1 13213.44 -6733.57 563.24 IPF 10
    2 13311.15 -6541.45 559.30 PKS  3 ;

No Image Available


Data Description
Command

0.3

Stores North, East, Elevation, Code and Class 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.

Point classes will be drawn with the following symbols:
default = tic mark
2 = triangle
3 = square
4 = circle

{[Point#
North
East
Elev
Code
Class]...}

2
13311.15
-6541.45
559.30
PKS
3

The repeating feature of this command. Enter additional point numbers with their associated values.

End Command

;

All commands end with semi-colon


Example Command File
$ Example data set for 0.3 (STORE NEECC) command

$ Use the 0.3 command to assign values 
$   to points 1 and 2
  0.3 
      1 13213.44 -6733.57 563.24 IPF 10
      2 13311.15 -6541.45 559.30 PKS  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 2;

            $ Connect the points with the 7 command
              7 1 1 2 ;


Help for this command was last updated: 08/05/2001 8:24:06 PM

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