AngularUnit Class

Uses

GeoCalcNET.Serializable

 

Description

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

 

Public Constructors

Constructor

Description

AngularUnit

Constructs a new AngularUnit instance

 

Public Properties

Property

Description

Abbreviation

The abbreviation used to describe this unit

Identifiers

Inherited from GeoCalcNET.Serializable

Name

Inherited from GeoCalcNET.Serializable

Remarks

Inherited from GeoCalcNET.Serializable

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

Dispose

Releases the resources used by the current instance

FromBaseUnits

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

HasIdentifiersIn

Inherited from GeoCalcNET.Serializable

ToBaseUnits

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

ValueEquals

Compares the value of two AngularUnit instances