Class BiomFaceImageBoundaryType
A data type for a polygon containing a face image in a larger picture
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class BiomFaceImageBoundaryType : IEquatable<BiomFaceImageBoundaryType>
Properties
Context
biomFaceImageBoundaryType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public BiomFaceImageBoundaryType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<BiomFaceImageBoundaryType.ContextEnum> | biomFaceImageBoundaryType 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 |
PositionPolygonVertexQuantity
A number of vertices in a position polygon NIEM reference is biom:PositionPolygonVertexQuantity
Declaration
[DataMember(Name = "positionPolygonVertexQuantity")]
public List<BiomImageFeatureVertexQuantityType> PositionPolygonVertexQuantity { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomImageFeatureVertexQuantityType> | A number of vertices in a position polygon NIEM reference is biom:PositionPolygonVertexQuantity |
ShapeCode
A shape of the boundary of a face image in a larger picture NIEM reference is biom:FaceImageBoundaryShapeCode
Declaration
[DataMember(Name = "shapeCode")]
public List<BiomBoundaryShapeCodeType> ShapeCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomBoundaryShapeCodeType> | A shape of the boundary of a face image in a larger picture NIEM reference is biom:FaceImageBoundaryShapeCode |
Methods
Equals(BiomFaceImageBoundaryType)
Returns true if BiomFaceImageBoundaryType instances are equal
Declaration
public bool Equals(BiomFaceImageBoundaryType other)
Parameters
Type | Name | Description |
---|---|---|
BiomFaceImageBoundaryType | other | Instance of BiomFaceImageBoundaryType 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(BiomFaceImageBoundaryType, BiomFaceImageBoundaryType)
Declaration
public static bool operator ==(BiomFaceImageBoundaryType left, BiomFaceImageBoundaryType right)
Parameters
Type | Name | Description |
---|---|---|
BiomFaceImageBoundaryType | left | |
BiomFaceImageBoundaryType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(BiomFaceImageBoundaryType, BiomFaceImageBoundaryType)
Declaration
public static bool operator !=(BiomFaceImageBoundaryType left, BiomFaceImageBoundaryType right)
Parameters
Type | Name | Description |
---|---|---|
BiomFaceImageBoundaryType | left | |
BiomFaceImageBoundaryType | right |
Returns
Type | Description |
---|---|
System.Boolean |