Class MoCourseAngleDegreesMeasureType
A data type for an angle measured in degrees used to identify the intended direction of movement in the horizontal plane. The value of the angle is positive in a clockwise direction as viewed from "above" the horizontal plane.
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class MoCourseAngleDegreesMeasureType : IEquatable<MoCourseAngleDegreesMeasureType>
Properties
AngleDegreesMeasure
An angle in two dimensions measured in degrees (the angle between two half-lines terminating at the same point). NIEM reference is mo:AngleDegreesMeasure
Declaration
[DataMember(Name = "angleDegreesMeasure")]
public List<NcAngularMeasureType> AngleDegreesMeasure { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcAngularMeasureType> | An angle in two dimensions measured in degrees (the angle between two half-lines terminating at the same point). NIEM reference is mo:AngleDegreesMeasure |
AngularMeasureDecimalValue
A decimal value for a measurement of an angle. NIEM reference is mo:AngularMeasureDecimalValue
Declaration
[DataMember(Name = "angularMeasureDecimalValue")]
public List<NiemXsdecimal> AngularMeasureDecimalValue { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXsdecimal> | A decimal value for a measurement of an angle. NIEM reference is mo:AngularMeasureDecimalValue |
Context
moCourseAngleDegreesMeasureType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public MoCourseAngleDegreesMeasureType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<MoCourseAngleDegreesMeasureType.ContextEnum> | moCourseAngleDegreesMeasureType JSON-LD context |
DirectionDatumCode
A designator for a reference direction as determined by the means by which it is established (e.g., by the direction of a geographic or magnetic pole of the Earth). NIEM reference is mo:DirectionDatumCode
Declaration
[DataMember(Name = "directionDatumCode")]
public List<NgaDirectionDatumCodeType> DirectionDatumCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NgaDirectionDatumCodeType> | A designator for a reference direction as determined by the means by which it is established (e.g., by the direction of a geographic or magnetic pole of the Earth). NIEM reference is mo:DirectionDatumCode |
Methods
Equals(MoCourseAngleDegreesMeasureType)
Returns true if MoCourseAngleDegreesMeasureType instances are equal
Declaration
public bool Equals(MoCourseAngleDegreesMeasureType other)
Parameters
Type | Name | Description |
---|---|---|
MoCourseAngleDegreesMeasureType | other | Instance of MoCourseAngleDegreesMeasureType to be compared |
Returns
Type | Description |
---|---|
System.Boolean | Boolean |
Equals(Object)
Returns true if objects are equal
Declaration
public override bool Equals(object obj)
Parameters
Type | Name | Description |
---|---|---|
System.Object | obj | Object to be compared |
Returns
Type | Description |
---|---|
System.Boolean | Boolean |
Overrides
GetHashCode()
Gets the hash code
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
System.Int32 | Hash code |
Overrides
ToJson()
Returns the JSON string presentation of the object
Declaration
public string ToJson()
Returns
Type | Description |
---|---|
System.String | JSON string presentation of the object |
ToString()
Returns the string presentation of the object
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String | String presentation of the object |
Overrides
Operators
Equality(MoCourseAngleDegreesMeasureType, MoCourseAngleDegreesMeasureType)
Declaration
public static bool operator ==(MoCourseAngleDegreesMeasureType left, MoCourseAngleDegreesMeasureType right)
Parameters
Type | Name | Description |
---|---|---|
MoCourseAngleDegreesMeasureType | left | |
MoCourseAngleDegreesMeasureType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(MoCourseAngleDegreesMeasureType, MoCourseAngleDegreesMeasureType)
Declaration
public static bool operator !=(MoCourseAngleDegreesMeasureType left, MoCourseAngleDegreesMeasureType right)
Parameters
Type | Name | Description |
---|---|---|
MoCourseAngleDegreesMeasureType | left | |
MoCourseAngleDegreesMeasureType | right |
Returns
Type | Description |
---|---|
System.Boolean |