AngularUnit Class

Inherits from

GEOCALCPBW_NAMESPACE::Unit

 

Description

The AngularUnit class defines an angular unit that can be used to describe an AngularValue.  All angular units in GeoCalc are expressed in terms of degrees.  The most commonly used units can be found in the data sources that are shipped with GeoCalc.

 

Public Constructors

Constructor

Description

AngularUnit

Creates a new instance of the AngularUnit class

CreateAngularUnit

Creates a new instance of the AngularUnit class

 

Public Methods

Method

Description

DeepCopy

Produces a deep-copy of an AngularUnit

get_UnitsPerDegree

Returns the number of these units that correspond to one degree

set_UnitsPerDegree

Sets the number of these units that correspond to one degree

ValueEquals

Compares the value of two AngularUnits

 

Overloaded Operators

Operator

Description

operator=

Assigns a new value to this AngularUnit

operator==

Compares the value of two AngularUnits

operator!=

Compares the value of two AngularUnits