Class BiomEFSMinutiaType
A data type for a minutia in a friction ridge image
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class BiomEFSMinutiaType : IEquatable<BiomEFSMinutiaType>
Properties
Context
biomEFSMinutiaType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public BiomEFSMinutiaType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<BiomEFSMinutiaType.ContextEnum> | biomEFSMinutiaType JSON-LD context |
ImageFeatureVertex
A vertex in a position path NIEM reference is biom:ImageFeatureVertex
Declaration
[DataMember(Name = "imageFeatureVertex")]
public List<BiomVertexType> ImageFeatureVertex { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomVertexType> | A vertex in a position path NIEM reference is biom:ImageFeatureVertex |
ImageLocationThetaAngleMeasure
An angular position of a feature from another point in an image NIEM reference is biom:ImageLocationThetaAngleMeasure
Declaration
[DataMember(Name = "imageLocationThetaAngleMeasure")]
public List<BiomThetaAngleMeasureType> ImageLocationThetaAngleMeasure { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomThetaAngleMeasureType> | An angular position of a feature from another point in an image NIEM reference is biom:ImageLocationThetaAngleMeasure |
ImageLocationUncertaintyRadiusMeasure
A distance in 10 micrometer units (0.01mm) from a particular X,Ycoordinate NIEM reference is biom:ImageLocationUncertaintyRadiusMeasure
Declaration
[DataMember(Name = "imageLocationUncertaintyRadiusMeasure")]
public List<BiomInteger0to999Type> ImageLocationUncertaintyRadiusMeasure { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomInteger0to999Type> | A distance in 10 micrometer units (0.01mm) from a particular X,Ycoordinate NIEM reference is biom:ImageLocationUncertaintyRadiusMeasure |
MinutiaCategoryCode
A kind of minutia. NIEM reference is biom:MinutiaCategoryCode
Declaration
[DataMember(Name = "minutiaCategoryCode")]
public List<BiomMinutiaCategoryCodeType> MinutiaCategoryCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomMinutiaCategoryCodeType> | A kind of minutia. NIEM reference is biom:MinutiaCategoryCode |
MinutiaDirectionUncertaintyValue
A value indicating the uncertainty of the minutia direction NIEM reference is biom:MinutiaDirectionUncertaintyValue
Declaration
[DataMember(Name = "minutiaDirectionUncertaintyValue")]
public List<BiomUncertaintyValueType> MinutiaDirectionUncertaintyValue { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomUncertaintyValueType> | A value indicating the uncertainty of the minutia direction NIEM reference is biom:MinutiaDirectionUncertaintyValue |
MinutiaeQuality
A quality of minutiae data in a record NIEM reference is biom:MinutiaeQuality
Declaration
[DataMember(Name = "minutiaeQuality")]
public List<BiomImageQualityType> MinutiaeQuality { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomImageQualityType> | A quality of minutiae data in a record NIEM reference is biom:MinutiaeQuality |
Methods
Equals(BiomEFSMinutiaType)
Returns true if BiomEFSMinutiaType instances are equal
Declaration
public bool Equals(BiomEFSMinutiaType other)
Parameters
Type | Name | Description |
---|---|---|
BiomEFSMinutiaType | other | Instance of BiomEFSMinutiaType 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(BiomEFSMinutiaType, BiomEFSMinutiaType)
Declaration
public static bool operator ==(BiomEFSMinutiaType left, BiomEFSMinutiaType right)
Parameters
Type | Name | Description |
---|---|---|
BiomEFSMinutiaType | left | |
BiomEFSMinutiaType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(BiomEFSMinutiaType, BiomEFSMinutiaType)
Declaration
public static bool operator !=(BiomEFSMinutiaType left, BiomEFSMinutiaType right)
Parameters
Type | Name | Description |
---|---|---|
BiomEFSMinutiaType | left | |
BiomEFSMinutiaType | right |
Returns
Type | Description |
---|---|
System.Boolean |