The AngularValue class describes a single angular value. The units for this value are given by an AngularUnit object.
The AngularValue and LinearValue classes rely upon the use of format strings, some of which may be quite complex in order to produce the desired format. For a complete list of the formatting rules, see String Formats.
Constructor |
Description |
Creates a new instance of the AngularValue class |
Property |
Description |
Gets the coordinate reference system type. (Overrides FormattedValue.Class). |
|
Gets or sets the format string associated with this value. i.e.) "DD.MMSS" (Overrides FormattedValue.Format). |
|
Gets or sets the scalar value in degrees. |
|
Gets or sets the scalar value in radians. |
|
Gets or sets the center of the ValidRange for values in degrees. Default is 0. |
|
Gets or sets the unit associated with the value. (Overrides FormattedValue.Units). |
|
Gets or sets the range for valid values in degrees. Default is 180 (so +/- 180) from RangeCenter. |
|
Gets or sets the value in default units. (Degrees, Meters, Unity) (Overrides FormattedValue.Value). |
|
Inherited Property |
Description |
Inherited from FormattedValue. |
|
IsNull |
Inherited from FormattedValue. |
Inherited from FormattedValue. |
Method |
Description |
Creates a clone of this object. Implements ICloneable (Overrides the abstract ChangeDetail.Clone()). |
|
Sets the value based on the string representation. (Overrides FormattedValue.FromString). |
|
Creates a string representation of the value. (Overrides FormattedValue.ToString()). |
|
Inherited Method |
Description |
Inherited from FormattedValue. |
|
Inherited from FormattedValue. |
|
GetType |
Inherited from Object. |
Inherited from FormattedValue. |
Inherited Event |
Description |
Changed |
Inherited from FormattedValue. |