Class NcLatitudeCoordinateType
A data type for a measurement of the angular distance between a point on the Earth and the Equator.
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class NcLatitudeCoordinateType : IEquatable<NcLatitudeCoordinateType>
Properties
Context
ncLatitudeCoordinateType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public NcLatitudeCoordinateType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<NcLatitudeCoordinateType.ContextEnum> | ncLatitudeCoordinateType JSON-LD context |
LatitudeDegreeValue
A value that specifies the degree of a latitude. The value comes from a restricted range between -90 (inclusive) and +90 (inclusive). NIEM reference is nc:LatitudeDegreeValue
Declaration
[DataMember(Name = "latitudeDegreeValue")]
public List<NcLatitudeDegreeType> LatitudeDegreeValue { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcLatitudeDegreeType> | A value that specifies the degree of a latitude. The value comes from a restricted range between -90 (inclusive) and +90 (inclusive). NIEM reference is nc:LatitudeDegreeValue |
LatitudeMinuteValue
A latitude value that specifies a minute of a degree. The value comes from a restricted range of 0 (inclusive) to 60 (exclusive). NIEM reference is nc:LatitudeMinuteValue
Declaration
[DataMember(Name = "latitudeMinuteValue")]
public List<NcAngularMinuteType> LatitudeMinuteValue { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcAngularMinuteType> | A latitude value that specifies a minute of a degree. The value comes from a restricted range of 0 (inclusive) to 60 (exclusive). NIEM reference is nc:LatitudeMinuteValue |
LatitudeSecondValue
A latitude value that specifies a second of a minute. The value comes from a restricted range of 0 (inclusive) to 60 (exclusive). NIEM reference is nc:LatitudeSecondValue
Declaration
[DataMember(Name = "latitudeSecondValue")]
public List<NcAngularSecondType> LatitudeSecondValue { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcAngularSecondType> | A latitude value that specifies a second of a minute. The value comes from a restricted range of 0 (inclusive) to 60 (exclusive). NIEM reference is nc:LatitudeSecondValue |
Methods
Equals(NcLatitudeCoordinateType)
Returns true if NcLatitudeCoordinateType instances are equal
Declaration
public bool Equals(NcLatitudeCoordinateType other)
Parameters
Type | Name | Description |
---|---|---|
NcLatitudeCoordinateType | other | Instance of NcLatitudeCoordinateType 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(NcLatitudeCoordinateType, NcLatitudeCoordinateType)
Declaration
public static bool operator ==(NcLatitudeCoordinateType left, NcLatitudeCoordinateType right)
Parameters
Type | Name | Description |
---|---|---|
NcLatitudeCoordinateType | left | |
NcLatitudeCoordinateType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(NcLatitudeCoordinateType, NcLatitudeCoordinateType)
Declaration
public static bool operator !=(NcLatitudeCoordinateType left, NcLatitudeCoordinateType right)
Parameters
Type | Name | Description |
---|---|---|
NcLatitudeCoordinateType | left | |
NcLatitudeCoordinateType | right |
Returns
Type | Description |
---|---|
System.Boolean |