ProjectedPoint Class

Inherits from

GEOCALCPBW_NAMESPACE::CoordPoint

 

Description

The ProjectedPoint class represents a point in a ProjectedCoordSys.  The location of a ProjectedPoint is given by three LinearValues, the East coordinate, the North coordinate, and the Height coordinate.

 

Public Constructors

Constructor

Description

CreateProjectedPoint

Creates a new instance of the ProjectedPoint class

ProjectedPoint

Creates a new instance of the ProjectedPoint class

 

Public Methods

Method

Description

CopyFormatting

Copies the formatting information from another ProjectedPoint

CopyLocation

Copies the location of another ProjectedPoint

DeepCopy

Produces a deep-copy of a ProjectedPoint

get_East

Returns the value of the East-coordinate

get_Height

Returns the value of the Height-coordinate

get_North

Returns the value of the North-coordinate

set_East

Sets the value of the East-coordinate

set_Height

Sets the value of the Height-coordinate

set_North

Sets the value of the North-coordinate

ValueEquals

Compares the value of two ProjectedPoints

get_Axis1

Derived from GEOCALCPBW_NAMESPACE::CoordPoint.

set_Axis1

Derived from GEOCALCPBW_NAMESPACE::CoordPoint.

get_Axis2

Derived from GEOCALCPBW_NAMESPACE::CoordPoint.

set_Axis2

Derived from GEOCALCPBW_NAMESPACE::CoordPoint.

get_Axis3

Derived from GEOCALCPBW_NAMESPACE::CoordPoint.

set_Axis3

Derived from GEOCALCPBW_NAMESPACE::CoordPoint.

 

Overloaded Operators

Operator

Description

operator=

Assigns a new value to this ProjectedPoint

operator==

Compares the value of two ProjectedPoints

operator!=

Compares the value of two ProjectedPoints