VerticalPoint Class

Inherits from

GEOCALCPBW_NAMESPACE::CoordPoint

 

Description

The VerticalPoint class represents a point in a VerticalCoordSys.  The location of a VerticalPoint is given by a singular LinearValue, the Height coordinate.

 

Public Constructors

Constructor

Description

CreateVerticalPoint

Creates a new instance of the VerticalPoint class

VerticalPoint

Creates a new instance of the VerticalPoint class

 

Public Methods

Method

Description

CopyFormatting

Copies the formatting information from another VerticalPoint

CopyLocation

Copies the location of another VerticalPoint

DeepCopy

Produces a deep-copy of a VerticalPoint

get_Height

Returns the value of the Height-coordinate

set_Height

Sets the value of the Height-coordinate

ValueEquals

Compares the value of two VerticalPoints

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 VerticalPoint

operator==

Compares the value of two VerticalPoints

operator!=

Compares the value of two VerticalPoints