Class BiomEFSTemporaryLineType
A data type that is used by a latent examiner to annotate a friction ridge image with temporary lines, generally for use as reference points in making a comparison. These lines are solely for the individual examiner's use and reference _ there
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class BiomEFSTemporaryLineType : IEquatable<BiomEFSTemporaryLineType>
Properties
Context
biomEFSTemporaryLineType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public BiomEFSTemporaryLineType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<BiomEFSTemporaryLineType.ContextEnum> | biomEFSTemporaryLineType JSON-LD context |
FeatureLineColorValue
A fifth information item, line color / TLC, is an RGB color value expressed as a hexadecimal number. Some basic colors are red (FF0000), yellow (FFFF00), blue (0000FF), green (008000), black (000000) and white (FFFFFF). Leading zeros are required. NIEM reference is biom:FeatureLineColorValue
Declaration
[DataMember(Name = "featureLineColorValue")]
public List<BiomHexTripleByteType> FeatureLineColorValue { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomHexTripleByteType> | A fifth information item, line color / TLC, is an RGB color value expressed as a hexadecimal number. Some basic colors are red (FF0000), yellow (FFFF00), blue (0000FF), green (008000), black (000000) and white (FFFFFF). Leading zeros are required. NIEM reference is biom:FeatureLineColorValue |
FeatureLineThicknessValue
A sixth information item, line thickness / TLT, is expressed as a positive integer. Thickness is expressed in units of 0.01 mm Any value from 1 through 99 is acceptable; suggested values are 3 (thin); 6 (medium); 9 (thick), and 15 (bold). NIEM reference is biom:FeatureLineThicknessValue
Declaration
[DataMember(Name = "featureLineThicknessValue")]
public List<BiomInteger1to99Type> FeatureLineThicknessValue { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomInteger1to99Type> | A sixth information item, line thickness / TLT, is expressed as a positive integer. Thickness is expressed in units of 0.01 mm Any value from 1 through 99 is acceptable; suggested values are 3 (thin); 6 (medium); 9 (thick), and 15 (bold). NIEM reference is biom:FeatureLineThicknessValue |
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 |
Methods
Equals(BiomEFSTemporaryLineType)
Returns true if BiomEFSTemporaryLineType instances are equal
Declaration
public bool Equals(BiomEFSTemporaryLineType other)
Parameters
Type | Name | Description |
---|---|---|
BiomEFSTemporaryLineType | other | Instance of BiomEFSTemporaryLineType 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(BiomEFSTemporaryLineType, BiomEFSTemporaryLineType)
Declaration
public static bool operator ==(BiomEFSTemporaryLineType left, BiomEFSTemporaryLineType right)
Parameters
Type | Name | Description |
---|---|---|
BiomEFSTemporaryLineType | left | |
BiomEFSTemporaryLineType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(BiomEFSTemporaryLineType, BiomEFSTemporaryLineType)
Declaration
public static bool operator !=(BiomEFSTemporaryLineType left, BiomEFSTemporaryLineType right)
Parameters
Type | Name | Description |
---|---|---|
BiomEFSTemporaryLineType | left | |
BiomEFSTemporaryLineType | right |
Returns
Type | Description |
---|---|
System.Boolean |