Class BiomFingerprintFeatureLocationType
A data type for a location of a minutia or finger pattern characteristic in a fingerprint image
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class BiomFingerprintFeatureLocationType : IEquatable<BiomFingerprintFeatureLocationType>
Properties
Context
biomFingerprintFeatureLocationType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public BiomFingerprintFeatureLocationType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<BiomFingerprintFeatureLocationType.ContextEnum> | biomFingerprintFeatureLocationType JSON-LD context |
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 |
SmallThetaAngleMeasure
An angle between 0 and 179 degrees NIEM reference is biom:SmallThetaAngleMeasure
Declaration
[DataMember(Name = "smallThetaAngleMeasure")]
public List<BiomSmallAngleMeasureType> SmallThetaAngleMeasure { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomSmallAngleMeasureType> | An angle between 0 and 179 degrees NIEM reference is biom:SmallThetaAngleMeasure |
Methods
Equals(BiomFingerprintFeatureLocationType)
Returns true if BiomFingerprintFeatureLocationType instances are equal
Declaration
public bool Equals(BiomFingerprintFeatureLocationType other)
Parameters
Type | Name | Description |
---|---|---|
BiomFingerprintFeatureLocationType | other | Instance of BiomFingerprintFeatureLocationType 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(BiomFingerprintFeatureLocationType, BiomFingerprintFeatureLocationType)
Declaration
public static bool operator ==(BiomFingerprintFeatureLocationType left, BiomFingerprintFeatureLocationType right)
Parameters
Type | Name | Description |
---|---|---|
BiomFingerprintFeatureLocationType | left | |
BiomFingerprintFeatureLocationType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(BiomFingerprintFeatureLocationType, BiomFingerprintFeatureLocationType)
Declaration
public static bool operator !=(BiomFingerprintFeatureLocationType left, BiomFingerprintFeatureLocationType right)
Parameters
Type | Name | Description |
---|---|---|
BiomFingerprintFeatureLocationType | left | |
BiomFingerprintFeatureLocationType | right |
Returns
Type | Description |
---|---|
System.Boolean |