Class BiomPoseAngleType
A data type for a set of angular offsets of a subject from a full face or a profile, for a determined 3D pose
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class BiomPoseAngleType : IEquatable<BiomPoseAngleType>
Properties
Context
biomPoseAngleType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public BiomPoseAngleType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<BiomPoseAngleType.ContextEnum> | biomPoseAngleType JSON-LD context |
PosePitchAngleMeasure
A rotation about the horizontal 'x' axis NIEM reference is biom:PosePitchAngleMeasure
Declaration
[DataMember(Name = "posePitchAngleMeasure")]
public List<NiemXsinteger> PosePitchAngleMeasure { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXsinteger> | A rotation about the horizontal 'x' axis NIEM reference is biom:PosePitchAngleMeasure |
PosePitchUncertaintyValue
A pitch uncertainty NIEM reference is biom:PosePitchUncertaintyValue
Declaration
[DataMember(Name = "posePitchUncertaintyValue")]
public List<NiemXsnonNegativeInteger> PosePitchUncertaintyValue { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXsnonNegativeInteger> | A pitch uncertainty NIEM reference is biom:PosePitchUncertaintyValue |
PoseRollAngleMeasure
A rotation about the 'z' axis NIEM reference is biom:PoseRollAngleMeasure
Declaration
[DataMember(Name = "poseRollAngleMeasure")]
public List<NiemXsinteger> PoseRollAngleMeasure { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXsinteger> | A rotation about the 'z' axis NIEM reference is biom:PoseRollAngleMeasure |
PoseRollUncertaintyValue
A roll uncertainty NIEM reference is biom:PoseRollUncertaintyValue
Declaration
[DataMember(Name = "poseRollUncertaintyValue")]
public List<NiemXsnonNegativeInteger> PoseRollUncertaintyValue { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXsnonNegativeInteger> | A roll uncertainty NIEM reference is biom:PoseRollUncertaintyValue |
PoseYawAngleMeasure
A rotation about the vertical 'y' axis NIEM reference is biom:PoseYawAngleMeasure
Declaration
[DataMember(Name = "poseYawAngleMeasure")]
public List<NiemXsinteger> PoseYawAngleMeasure { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXsinteger> | A rotation about the vertical 'y' axis NIEM reference is biom:PoseYawAngleMeasure |
PoseYawUncertaintyValue
A yaw uncertainty NIEM reference is biom:PoseYawUncertaintyValue
Declaration
[DataMember(Name = "poseYawUncertaintyValue")]
public List<NiemXsnonNegativeInteger> PoseYawUncertaintyValue { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXsnonNegativeInteger> | A yaw uncertainty NIEM reference is biom:PoseYawUncertaintyValue |
Methods
Equals(BiomPoseAngleType)
Returns true if BiomPoseAngleType instances are equal
Declaration
public bool Equals(BiomPoseAngleType other)
Parameters
Type | Name | Description |
---|---|---|
BiomPoseAngleType | other | Instance of BiomPoseAngleType 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(BiomPoseAngleType, BiomPoseAngleType)
Declaration
public static bool operator ==(BiomPoseAngleType left, BiomPoseAngleType right)
Parameters
Type | Name | Description |
---|---|---|
BiomPoseAngleType | left | |
BiomPoseAngleType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(BiomPoseAngleType, BiomPoseAngleType)
Declaration
public static bool operator !=(BiomPoseAngleType left, BiomPoseAngleType right)
Parameters
Type | Name | Description |
---|---|---|
BiomPoseAngleType | left | |
BiomPoseAngleType | right |
Returns
Type | Description |
---|---|
System.Boolean |