Class MoAngularMeasureAugmentationType
A data type for additional information about an angular measure.
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class MoAngularMeasureAugmentationType : IEquatable<MoAngularMeasureAugmentationType>
Properties
AngleMeasure
A measure of an angular value. NIEM reference is nc:AngleMeasure
Declaration
[DataMember(Name = "angleMeasure")]
public List<NcAngleMeasureType> AngleMeasure { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcAngleMeasureType> | A measure of an angular value. NIEM reference is nc:AngleMeasure |
AngularMeasureCompassCode
An angle characterized by one of the sixteen generalized directions based on the compass rose. NIEM reference is mo:AngularMeasureCompassCode
Declaration
[DataMember(Name = "angularMeasureCompassCode")]
public List<NcDirectionCodeType> AngularMeasureCompassCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcDirectionCodeType> | An angle characterized by one of the sixteen generalized directions based on the compass rose. NIEM reference is mo:AngularMeasureCompassCode |
AngularNatoMilValue
A measure of an angle in NATO Mils (there are 6400 NATO Mils in a circle). NIEM reference is mo:AngularNATOMilValue
Declaration
[DataMember(Name = "angularNatoMilValue")]
public List<MoNATOMilType> AngularNatoMilValue { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<MoNATOMilType> | A measure of an angle in NATO Mils (there are 6400 NATO Mils in a circle). NIEM reference is mo:AngularNATOMilValue |
Context
moAngularMeasureAugmentationType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public MoAngularMeasureAugmentationType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<MoAngularMeasureAugmentationType.ContextEnum> | moAngularMeasureAugmentationType JSON-LD context |
Methods
Equals(MoAngularMeasureAugmentationType)
Returns true if MoAngularMeasureAugmentationType instances are equal
Declaration
public bool Equals(MoAngularMeasureAugmentationType other)
Parameters
Type | Name | Description |
---|---|---|
MoAngularMeasureAugmentationType | other | Instance of MoAngularMeasureAugmentationType 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(MoAngularMeasureAugmentationType, MoAngularMeasureAugmentationType)
Declaration
public static bool operator ==(MoAngularMeasureAugmentationType left, MoAngularMeasureAugmentationType right)
Parameters
Type | Name | Description |
---|---|---|
MoAngularMeasureAugmentationType | left | |
MoAngularMeasureAugmentationType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(MoAngularMeasureAugmentationType, MoAngularMeasureAugmentationType)
Declaration
public static bool operator !=(MoAngularMeasureAugmentationType left, MoAngularMeasureAugmentationType right)
Parameters
Type | Name | Description |
---|---|---|
MoAngularMeasureAugmentationType | left | |
MoAngularMeasureAugmentationType | right |
Returns
Type | Description |
---|---|
System.Boolean |