StringPoint Class

Inherits from

GEOCALCPBW_NAMESPACE::CoordPoint

 

Description

The StringPoint class represents a point in a StringCoordSys. The location of a StringPoint is given by a single Location string value.

In order to convert StringPoints to and from their matching GeodeticPoint values, you must use the ToGeodeticBase or FromGeodeticBase functions on the associated StringCoordSys, using the appropriate StringPointTranslator.

 

Public Constructors

Constructor

Description

CreateStringPoint

Creates a new instance of the StringPoint class

StringPoint

Creates a new instance of the StringPoint class

 

Public Methods

Method

Description

CopyFormatting

Copies the formatting information from another StringPoint

CopyLocation

Copies the location of another StringPoint

DeepCopy

Produces a deep-copy of a StringPoint

get_Location

Returns the location of this StringPoint

set_Location

Sets the location of this StringPoint

get_Label

Returns the label of this StringPoint

set_Label

Sets the label of this StringPoint

ValueEquals

Compares the value of two StringPoints

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 StringPoint

operator==

Compares the value of two StringPoints

operator!=

Compares the value of two StringPoints