AngularUnit Class

Uses

GeoCalcPBW::Serializable

 

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

Clone

Inherited from GeoCalcPBW::Serializable

DeepCopy

Produces a deep-copy of an AngularUnit

FromBaseUnits

Converts a double value given in degrees to these units

get_Abbreviation

Returns the abbreviation used to describe this unit

get_Identifiers

Inherited from GeoCalcPBW::Serializable

get_Name

Inherited from GeoCalcPBW::Serializable

get_ObjectType

Inherited from GeoCalcPBW::Serializable

get_Remarks

Inherited from GeoCalcPBW::Serializable

get_UnitsPerDegree

Returns the number of these units that correspond to one degree

HasIdentifierIn

Inherited from GeoCalcPBW::Serializable

set_Abbreviation

Sets the abbreviation used to describe this unit

set_Identifiers

Inherited from GeoCalcPBW::Serializable

set_Name

Inherited from GeoCalcPBW::Serializable

set_Remarks

Inherited from GeoCalcPBW::Serializable

set_UnitsPerDegree

Sets the number of these units that correspond to one degree

ToBaseUnits

Converts a double value given in these units to degrees

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