Class BiomFrictionRidgeImageCenterType
A data type for a location of the center of a friction ridge impression
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class BiomFrictionRidgeImageCenterType : BiomImageSegmentVertexType, IEquatable<BiomImageSegmentVertexType>, IEquatable<BiomFrictionRidgeImageCenterType>
Properties
Context
biomFrictionRidgeImageCenterType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public BiomFrictionRidgeImageCenterType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<BiomFrictionRidgeImageCenterType.ContextEnum> | biomFrictionRidgeImageCenterType JSON-LD context |
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 |
LocationMethodCode
A method of determining the center of a friction ridge impression NIEM reference is biom:FrictionRidgeImageCenterLocationMethodCode
Declaration
[DataMember(Name = "locationMethodCode")]
public List<BiomFrictionRidgeImageCenterLocationMethodCodeType> LocationMethodCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomFrictionRidgeImageCenterLocationMethodCodeType> | A method of determining the center of a friction ridge impression NIEM reference is biom:FrictionRidgeImageCenterLocationMethodCode |
Methods
Equals(BiomFrictionRidgeImageCenterType)
Returns true if BiomFrictionRidgeImageCenterType instances are equal
Declaration
public bool Equals(BiomFrictionRidgeImageCenterType other)
Parameters
Type | Name | Description |
---|---|---|
BiomFrictionRidgeImageCenterType | other | Instance of BiomFrictionRidgeImageCenterType 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(BiomFrictionRidgeImageCenterType, BiomFrictionRidgeImageCenterType)
Declaration
public static bool operator ==(BiomFrictionRidgeImageCenterType left, BiomFrictionRidgeImageCenterType right)
Parameters
Type | Name | Description |
---|---|---|
BiomFrictionRidgeImageCenterType | left | |
BiomFrictionRidgeImageCenterType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(BiomFrictionRidgeImageCenterType, BiomFrictionRidgeImageCenterType)
Declaration
public static bool operator !=(BiomFrictionRidgeImageCenterType left, BiomFrictionRidgeImageCenterType right)
Parameters
Type | Name | Description |
---|---|---|
BiomFrictionRidgeImageCenterType | left | |
BiomFrictionRidgeImageCenterType | right |
Returns
Type | Description |
---|---|
System.Boolean |