GeodeticCoordSys Class

Inherits from

GEOCALCPBW_NAMESPACE::HorizontalCoordSys

 

Description

The GeodeticCoordSys class represents a coordinate system that uses angular values to express the positions of points relative to a HorizontalDatum.  Such a coordinate system is commonly referred to as a Lat/Lon system, which indicates that the position of points is given with angular latitude and longitude values.  One can also express the height of a point above (or below) the HorizontalDatum used in this system, if the VerticalReference property has been set.  GeodeticPoints are used to represent points within a GeodeticCoordSys.  

 

Public Constructors

Constructor

Description

CreateGeodeticCoordSys

Creates a new instance of the GeodeticCoordSys class

GeodeticCoordSys

Creates a new instance of the GeodeticCoordSys class

 

Public Methods

Method

Description

CloneCoordSys

Produces a clone of this GeodeticCoordSys

DeepCopy

Produces a deep-copy of this GeodeticCoordSys

ValueEquals

Compares the value of two GeodeticCoordSys instances

get_Class

Derived from GEOCALCPBW_NAMESPACE::CoordSys

get_BaseObject

Derived from GEOCALCPBW_NAMESPACE::CoordSys

set_BaseObject

Derived from GEOCALCPBW_NAMESPACE::CoordSys

 

Overloaded Operators

Operator

Description

operator=

Assigns a new value to this GeodeticCoordSys

operator==

Compares the value of two GeodeticCoordSys instances

operator!=

Compares the value of two GeodeticCoordSys instances