Class MoHorizontalAngularMeasureType
A data type for a measure of an angle in the horizontal plane.
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class MoHorizontalAngularMeasureType : NcAngularMeasureType, IEquatable<NcAngularMeasureType>, IEquatable<MoHorizontalAngularMeasureType>
Properties
Context
moHorizontalAngularMeasureType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public MoHorizontalAngularMeasureType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<MoHorizontalAngularMeasureType.ContextEnum> | moHorizontalAngularMeasureType 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(MoHorizontalAngularMeasureType)
Returns true if MoHorizontalAngularMeasureType instances are equal
Declaration
public bool Equals(MoHorizontalAngularMeasureType other)
Parameters
Type | Name | Description |
---|---|---|
MoHorizontalAngularMeasureType | other | Instance of MoHorizontalAngularMeasureType 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(MoHorizontalAngularMeasureType, MoHorizontalAngularMeasureType)
Declaration
public static bool operator ==(MoHorizontalAngularMeasureType left, MoHorizontalAngularMeasureType right)
Parameters
Type | Name | Description |
---|---|---|
MoHorizontalAngularMeasureType | left | |
MoHorizontalAngularMeasureType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(MoHorizontalAngularMeasureType, MoHorizontalAngularMeasureType)
Declaration
public static bool operator !=(MoHorizontalAngularMeasureType left, MoHorizontalAngularMeasureType right)
Parameters
Type | Name | Description |
---|---|---|
MoHorizontalAngularMeasureType | left | |
MoHorizontalAngularMeasureType | right |
Returns
Type | Description |
---|---|
System.Boolean |