Class BiomPlantarImageSegmentToePositionPolygonType
A data type for a polygon segment outlining areas containing toes within a particular plantar image
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class BiomPlantarImageSegmentToePositionPolygonType : IEquatable<BiomPlantarImageSegmentToePositionPolygonType>
Properties
Context
biomPlantarImageSegmentToePositionPolygonType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public BiomPlantarImageSegmentToePositionPolygonType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<BiomPlantarImageSegmentToePositionPolygonType.ContextEnum> | biomPlantarImageSegmentToePositionPolygonType JSON-LD context |
PlantarPositionCode
A location on the foot that a print represents NIEM reference is biom:PlantarPositionCode
Declaration
[DataMember(Name = "plantarPositionCode")]
public List<BiomPlantarPositionCodeType> PlantarPositionCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomPlantarPositionCodeType> | A location on the foot that a print represents NIEM reference is biom:PlantarPositionCode |
PositionPolygonVertex
A vertex in a position polygon NIEM reference is biom:PositionPolygonVertex
Declaration
[DataMember(Name = "positionPolygonVertex")]
public List<BiomVertexType> PositionPolygonVertex { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomVertexType> | A vertex in a position polygon NIEM reference is biom:PositionPolygonVertex |
PositionPolygonVertexQuantity
A number of vertices in a position polygon NIEM reference is biom:PositionPolygonVertexQuantity
Declaration
[DataMember(Name = "positionPolygonVertexQuantity")]
public List<BiomImageFeatureVertexQuantityType> PositionPolygonVertexQuantity { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomImageFeatureVertexQuantityType> | A number of vertices in a position polygon NIEM reference is biom:PositionPolygonVertexQuantity |
Methods
Equals(BiomPlantarImageSegmentToePositionPolygonType)
Returns true if BiomPlantarImageSegmentToePositionPolygonType instances are equal
Declaration
public bool Equals(BiomPlantarImageSegmentToePositionPolygonType other)
Parameters
Type | Name | Description |
---|---|---|
BiomPlantarImageSegmentToePositionPolygonType | other | Instance of BiomPlantarImageSegmentToePositionPolygonType 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(BiomPlantarImageSegmentToePositionPolygonType, BiomPlantarImageSegmentToePositionPolygonType)
Declaration
public static bool operator ==(BiomPlantarImageSegmentToePositionPolygonType left, BiomPlantarImageSegmentToePositionPolygonType right)
Parameters
Type | Name | Description |
---|---|---|
BiomPlantarImageSegmentToePositionPolygonType | left | |
BiomPlantarImageSegmentToePositionPolygonType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(BiomPlantarImageSegmentToePositionPolygonType, BiomPlantarImageSegmentToePositionPolygonType)
Declaration
public static bool operator !=(BiomPlantarImageSegmentToePositionPolygonType left, BiomPlantarImageSegmentToePositionPolygonType right)
Parameters
Type | Name | Description |
---|---|---|
BiomPlantarImageSegmentToePositionPolygonType | left | |
BiomPlantarImageSegmentToePositionPolygonType | right |
Returns
Type | Description |
---|---|
System.Boolean |