AngularUnit Class

Uses

GeoCalcCOM.IAngularUnit

GeoCalcCOM.ICloneable

 

Description

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

 

Public Properties

Property

Description

Abbreviation

The abbreviation used to describe this unit

Identifiers

The IdentifierCollection that stores all identifiers for this object

Name

The name of this object

Remarks

Additional remarks about this object

UnitsPerDegree

The number of units described by this AngularUnit that correspond to one degree

 

Public Methods

Method

Description

Clone

Produces a deep-copy of the current instance

DeepCopy

Produces a deep-copy of an AngularUnit instance

FromBaseUnits

Converts a double value from degrees to the units described by the current instance

HasIdentifiersIn

Indicates if this object has an identifier that is also present in the specified object

ToBaseUnits

Converts a double value from the units described by the current instance to degrees

ValueEquals

Compares the value of two AngularUnit instances