Class NcLocationHeightMeasureType
A data type for a measurement of the height of a location relative to a reference point.
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class NcLocationHeightMeasureType : NcMeasureType, IEquatable<NcMeasureType>, IEquatable<NcLocationHeightMeasureType>
Properties
Augmentation
Additional information about a location height. NIEM reference is nc-4.0.1:LocationHeightMeasureAugmentation
Declaration
[DataMember(Name = "augmentation")]
public List<Nc401LocationHeightMeasureAugmentationType> Augmentation { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<Nc401LocationHeightMeasureAugmentationType> | Additional information about a location height. NIEM reference is nc-4.0.1:LocationHeightMeasureAugmentation |
Context
ncLocationHeightMeasureType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public NcLocationHeightMeasureType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<NcLocationHeightMeasureType.ContextEnum> | ncLocationHeightMeasureType JSON-LD context |
LocationHeightVerticalDatum
A vertical datum system used to designate the reference point for a height measurement. NIEM reference is nc:LocationHeightVerticalDatumText
Declaration
[DataMember(Name = "locationHeightVerticalDatum")]
public List<NcTextType> LocationHeightVerticalDatum { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A vertical datum system used to designate the reference point for a height measurement. NIEM reference is nc:LocationHeightVerticalDatumText |
LocationHeightVerticalDatumCode
A code that describes the relationship of a two- or three-dimensional coordinate system to the shape of the Earth. NIEM reference is nc:LocationHeightVerticalDatumCode
Declaration
[DataMember(Name = "locationHeightVerticalDatumCode")]
public List<NgaVerticalDatumCodeType> LocationHeightVerticalDatumCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NgaVerticalDatumCodeType> | A code that describes the relationship of a two- or three-dimensional coordinate system to the shape of the Earth. NIEM reference is nc:LocationHeightVerticalDatumCode |
Methods
Equals(NcLocationHeightMeasureType)
Returns true if NcLocationHeightMeasureType instances are equal
Declaration
public bool Equals(NcLocationHeightMeasureType other)
Parameters
Type | Name | Description |
---|---|---|
NcLocationHeightMeasureType | other | Instance of NcLocationHeightMeasureType 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(NcLocationHeightMeasureType, NcLocationHeightMeasureType)
Declaration
public static bool operator ==(NcLocationHeightMeasureType left, NcLocationHeightMeasureType right)
Parameters
Type | Name | Description |
---|---|---|
NcLocationHeightMeasureType | left | |
NcLocationHeightMeasureType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(NcLocationHeightMeasureType, NcLocationHeightMeasureType)
Declaration
public static bool operator !=(NcLocationHeightMeasureType left, NcLocationHeightMeasureType right)
Parameters
Type | Name | Description |
---|---|---|
NcLocationHeightMeasureType | left | |
NcLocationHeightMeasureType | right |
Returns
Type | Description |
---|---|
System.Boolean |