Class BiomFrictionRidgeImageRegionOfInterestType
A data type for a square or polygon within a friction ridge image containing minutiae
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class BiomFrictionRidgeImageRegionOfInterestType : IEquatable<BiomFrictionRidgeImageRegionOfInterestType>
Properties
Context
biomFrictionRidgeImageRegionOfInterestType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public BiomFrictionRidgeImageRegionOfInterestType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<BiomFrictionRidgeImageRegionOfInterestType.ContextEnum> | biomFrictionRidgeImageRegionOfInterestType JSON-LD context |
ImageSegmentHeightMeasure
A height of a rectangular image segment in 10 micrometer (0.01mm) units NIEM reference is biom:ImageSegmentHeightMeasure
Declaration
[DataMember(Name = "imageSegmentHeightMeasure")]
public List<BiomInteger1to50000Type> ImageSegmentHeightMeasure { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomInteger1to50000Type> | A height of a rectangular image segment in 10 micrometer (0.01mm) units NIEM reference is biom:ImageSegmentHeightMeasure |
ImageSegmentHorizontalOffsetMeasure
A distance in 10 micrometer units (0.01mm) from the left edge of an original image to the left edge of a rectangular image segment NIEM reference is biom:ImageSegmentHorizontalOffsetMeasure
Declaration
[DataMember(Name = "imageSegmentHorizontalOffsetMeasure")]
public List<BiomInteger0to50000Type> ImageSegmentHorizontalOffsetMeasure { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomInteger0to50000Type> | A distance in 10 micrometer units (0.01mm) from the left edge of an original image to the left edge of a rectangular image segment NIEM reference is biom:ImageSegmentHorizontalOffsetMeasure |
ImageSegmentPolygon
A set of vertices within an image describing a polygon-shaped region NIEM reference is biom:ImageSegmentPolygon
Declaration
[DataMember(Name = "imageSegmentPolygon")]
public List<BiomImageSegmentPolygonType> ImageSegmentPolygon { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomImageSegmentPolygonType> | A set of vertices within an image describing a polygon-shaped region NIEM reference is biom:ImageSegmentPolygon |
ImageSegmentVerticalOffsetMeasure
A distance in 10 micrometer units (0.01mm) from the top edge of an original image to the top edge of a rectangular image segment NIEM reference is biom:ImageSegmentVerticalOffsetMeasure
Declaration
[DataMember(Name = "imageSegmentVerticalOffsetMeasure")]
public List<BiomInteger0to50000Type> ImageSegmentVerticalOffsetMeasure { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomInteger0to50000Type> | A distance in 10 micrometer units (0.01mm) from the top edge of an original image to the top edge of a rectangular image segment NIEM reference is biom:ImageSegmentVerticalOffsetMeasure |
ImageSegmentWidthMeasure
A width of a rectangular image segment in 10 micrometer (0.01mm) units NIEM reference is biom:ImageSegmentWidthMeasure
Declaration
[DataMember(Name = "imageSegmentWidthMeasure")]
public List<BiomInteger1to50000Type> ImageSegmentWidthMeasure { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomInteger1to50000Type> | A width of a rectangular image segment in 10 micrometer (0.01mm) units NIEM reference is biom:ImageSegmentWidthMeasure |
Methods
Equals(BiomFrictionRidgeImageRegionOfInterestType)
Returns true if BiomFrictionRidgeImageRegionOfInterestType instances are equal
Declaration
public bool Equals(BiomFrictionRidgeImageRegionOfInterestType other)
Parameters
Type | Name | Description |
---|---|---|
BiomFrictionRidgeImageRegionOfInterestType | other | Instance of BiomFrictionRidgeImageRegionOfInterestType 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(BiomFrictionRidgeImageRegionOfInterestType, BiomFrictionRidgeImageRegionOfInterestType)
Declaration
public static bool operator ==(BiomFrictionRidgeImageRegionOfInterestType left, BiomFrictionRidgeImageRegionOfInterestType right)
Parameters
Type | Name | Description |
---|---|---|
BiomFrictionRidgeImageRegionOfInterestType | left | |
BiomFrictionRidgeImageRegionOfInterestType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(BiomFrictionRidgeImageRegionOfInterestType, BiomFrictionRidgeImageRegionOfInterestType)
Declaration
public static bool operator !=(BiomFrictionRidgeImageRegionOfInterestType left, BiomFrictionRidgeImageRegionOfInterestType right)
Parameters
Type | Name | Description |
---|---|---|
BiomFrictionRidgeImageRegionOfInterestType | left | |
BiomFrictionRidgeImageRegionOfInterestType | right |
Returns
Type | Description |
---|---|
System.Boolean |