GeodeticPoint Class

Inherits from

GEOCALCPBW_NAMESPACE::CoordPoint

 

Description

The GeodeticPoint class represents a point in a GeodeticCoordSys.  The position of the point is defined by two AngularValues, Latitude and Longitude, and one LinearValue, Height.  The Latitude and Longitude give the position of the point on the HorizontalDatum used by the GeodeticCoordSys, and the Height gives the height of the point according to whatever VerticalCoordSys is associated with the GeodeticCoordSys.  A GeodeticPoint can have either two or three Dimensions.  In a two-dimensional GeodeticPoint, only the Latitude and Longitude properties are used to describe the location, whereas in a three-dimensional GeodeticPoint, the position is given by Latitude, Longitude, and Height.

 

Public Constructors

Constructor

Description

CreateGeodeticPoint

Creates a new instance of the GeodeticPoint class

GeodeticPoint

Creates a new instance of the GeodeticPoint class

 

Public Methods

Method

Description

CopyFormatting

Copies the formatting information from the specified GeodeticPoint into this point

CopyLocation

Copies the location of the specified GeodeticPoint into this point

DeepCopy

Produces a deep-copy of a GeodeticPoint

get_Height

Returns the height coordinate

get_Latitude

Returns the latitude coordinate

get_Longitude

Returns the longitude coordinate

set_Height

Sets the height coordinate

set_Latitude

Sets the latitude coordinate

set_Longitude

Sets the longitude coordinate

ValueEquals

Compares the value of two GeodeticPoints

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 GeodeticPoint

operator==

Compares the value of two GeodeticPoints

operator!=

Compares the value of two GeodeticPoints