Class BiomVertexType
A data type for a vertex
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class BiomVertexType : IEquatable<BiomVertexType>
Properties
Context
biomVertexType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public BiomVertexType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<BiomVertexType.ContextEnum> | biomVertexType JSON-LD context |
PositionHorizontalCoordinateValue
A feature's X coordinate NIEM reference is biom:PositionHorizontalCoordinateValue
Declaration
[DataMember(Name = "positionHorizontalCoordinateValue")]
public List<NiemXsnonNegativeInteger> PositionHorizontalCoordinateValue { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXsnonNegativeInteger> | A feature's X coordinate NIEM reference is biom:PositionHorizontalCoordinateValue |
PositionVerticalCoordinateValue
A feature's Y coordinate NIEM reference is biom:PositionVerticalCoordinateValue
Declaration
[DataMember(Name = "positionVerticalCoordinateValue")]
public List<NiemXsnonNegativeInteger> PositionVerticalCoordinateValue { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXsnonNegativeInteger> | A feature's Y coordinate NIEM reference is biom:PositionVerticalCoordinateValue |
Methods
Equals(BiomVertexType)
Returns true if BiomVertexType instances are equal
Declaration
public bool Equals(BiomVertexType other)
Parameters
Type | Name | Description |
---|---|---|
BiomVertexType | other | Instance of BiomVertexType 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(BiomVertexType, BiomVertexType)
Declaration
public static bool operator ==(BiomVertexType left, BiomVertexType right)
Parameters
Type | Name | Description |
---|---|---|
BiomVertexType | left | |
BiomVertexType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(BiomVertexType, BiomVertexType)
Declaration
public static bool operator !=(BiomVertexType left, BiomVertexType right)
Parameters
Type | Name | Description |
---|---|---|
BiomVertexType | left | |
BiomVertexType | right |
Returns
Type | Description |
---|---|
System.Boolean |