AngularUnit Class

Inherits from

GeoCalc.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.

 

Constructors

Constructor

Description

AngularUnit

Creates a new instance of the AngularUnit class

 

Properties

Property

Description

UnitDescription

Gets the description of the base units's conversion (Overrides Unit.UnitDescription)

UnitsPerDegree

Returns and sets the number of these units that correspond to one degree

Inherited Property

Description

Abbreviation

Inherited from Unit.

AlwaysSaveToCustom

Inherited from Serializable.

DeprecatedTimestamp

Inherited from Serializable.

HistoryList

Inherited from Serializable.

Identifiers

Inherited from Serializable.

IsBase

Inherited from Serializable.

IsDeprecated

Inherited from Serializable.

IsFileBased

Inherited from Serializable.

IsReadOnly

Inherited from Serializable.

IsUsable

Inherited from Serializable.

Name

Inherited from Serializable.

ObjectType

Inherited from Serializable.

ObjectTypeName

Inherited from Serializable.

Remarks

Inherited from Serializable.

RevisionTimestamp

Inherited from Serializable.

UnitsPerBase

Inherited from Unit.

 

Methods

Method

Description

Clone

Creates a clone of this object. (Overrides Serializable.Clone()).

Inherited Method

Description

ClearSaveInfo

Inherited from Serializable.

ClearUsabilityFlags

Inherited from Serializable.

Equals

Inherited from Unit.

Equivalent

Inherited from Unit.

EquivalentDiffs

Inherited from Serializable.

FromBaseUnits

Inherited from Unit.

GetHashCode

Inherited from Unit.

GetObjectDescription

Inherited from Serializable.

GetType

Gets the Type of the current instance. (Inherited from Object) .

IsBaseNearlyEqual

Inherited from Serializable.

IsNearlyEqual

Inherited from Serializable.

IsUsabilityFlagSet

Inherited from Serializable.

SetUsabilityFlag

Inherited from Serializable.

StrictlyEquals

Inherited from Unit.

ToBaseUnits

Inherited from Unit.

ToString

Returns a string that represents the current object. (Inherited from Object).

TryToFixUsability

Inherited from Serializable.

UnsetUsabilityFlag

Inherited from Serializable.

 

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