GeodeticCoordSys Class

Uses

GeoCalcPBW::CoordSys

 

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

Clone

Inherited from GeoCalcPBW::Serializable

CloneCoordSys

Inherited from GeoCalcPBW::CoordSys

DeepCopy

Produces a deep-copy of a GeodeticCoordSys

FromGeodeticBase

Converts a point given in the base GeodeticCoordSys to one in this GeodeticCoordSys

get_Class

Inherited from GeoCalcPBW::CoordSys

get_Datum

Inherited from GeoCalcPBW::CoordSys

get_Envelope

Inherited from GeoCalcPBW::CoordSys

get_Identifiers

Inherited from GeoCalcPBW::Serializable

get_Name

Inherited from GeoCalcPBW::Serializable

get_ObjectType

Inherited from GeoCalcPBW::Serializable

get_PointStyle

Inherited from GeoCalcPBW::CoordSys

get_Remarks

Inherited from GeoCalcPBW::Serializable

get_VerticalReference

Returns the VerticalReference used to express heights in this GeodeticCoordSys

HasIdentifierIn

Inherited from GeoCalcPBW::Serializable

set_Datum

Inherited from GeoCalcPBW::CoordSys

set_Envelope

Inherited from GeoCalcPBW::CoordSys

set_Identifiers

Inherited from GeoCalcPBW::Serializable

set_Name

Inherited from GeoCalcPBW::Serializable

set_PointStyle

Inherited from GeoCalcPBW::CoordSys

set_Remarks

Inherited from GeoCalcPBW::Serializable

set_VerticalReference

Sets the VerticalReference used to express heights in this GeodeticCoordSys

ToGeodeticBase

Converts a point given in this GeodeticCoordSys to one in the base GeodeticCoordSys

ValueEquals

Compares the value of two GeodeticCoordSys instances

 

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