Class BiomResolutionMethodInformationType
A data type for the optional field that states the method used for determining the pixel density of the image.
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class BiomResolutionMethodInformationType : IEquatable<BiomResolutionMethodInformationType>
Properties
Context
biomResolutionMethodInformationType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public BiomResolutionMethodInformationType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<BiomResolutionMethodInformationType.ContextEnum> | biomResolutionMethodInformationType JSON-LD context |
ResolutionComment
A comment provided by the examiner about the resolution method. NIEM reference is biom:ResolutionCommentText
Declaration
[DataMember(Name = "resolutionComment")]
public List<NcTextType> ResolutionComment { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A comment provided by the examiner about the resolution method. NIEM reference is biom:ResolutionCommentText |
ResolutionMeansCode
An information item for means of determining resolution. NIEM reference is biom:ResolutionMeansCode
Declaration
[DataMember(Name = "resolutionMeansCode")]
public List<BiomResolutionMeansCodeType> ResolutionMeansCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomResolutionMeansCodeType> | An information item for means of determining resolution. NIEM reference is biom:ResolutionMeansCode |
ResolutionScaleLengthValue
A known scale units, specifies the length of the known scale from point A to point B. NIEM reference is biom:ResolutionScaleLengthValue
Declaration
[DataMember(Name = "resolutionScaleLengthValue")]
public List<NiemXsdecimal> ResolutionScaleLengthValue { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXsdecimal> | A known scale units, specifies the length of the known scale from point A to point B. NIEM reference is biom:ResolutionScaleLengthValue |
ResolutionScaleUnitCode
A known scale units indicates whether the known scales units are in inches or millimeters. NIEM reference is biom:ResolutionScaleUnitCode
Declaration
[DataMember(Name = "resolutionScaleUnitCode")]
public List<BiomResolutionScaleUnitCodeType> ResolutionScaleUnitCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomResolutionScaleUnitCodeType> | A known scale units indicates whether the known scales units are in inches or millimeters. NIEM reference is biom:ResolutionScaleUnitCode |
ResolutionScaleXCoordinateAValue
A known scale x coordinate for point A is expressed in number of pixels from the left of the image. NIEM reference is biom:ResolutionScaleXCoordinateAValue
Declaration
[DataMember(Name = "resolutionScaleXCoordinateAValue")]
public List<NiemXsnonNegativeInteger> ResolutionScaleXCoordinateAValue { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXsnonNegativeInteger> | A known scale x coordinate for point A is expressed in number of pixels from the left of the image. NIEM reference is biom:ResolutionScaleXCoordinateAValue |
ResolutionScaleXCoordinateBValue
A known scale x coordinate for point B is expressed in number of pixels from the left of the image. NIEM reference is biom:ResolutionScaleXCoordinateBValue
Declaration
[DataMember(Name = "resolutionScaleXCoordinateBValue")]
public List<NiemXsnonNegativeInteger> ResolutionScaleXCoordinateBValue { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXsnonNegativeInteger> | A known scale x coordinate for point B is expressed in number of pixels from the left of the image. NIEM reference is biom:ResolutionScaleXCoordinateBValue |
ResolutionScaleYCoordinateAValue
A known scale y coordinate for point A is expressed in number of pixels from the top of the image. NIEM reference is biom:ResolutionScaleYCoordinateAValue
Declaration
[DataMember(Name = "resolutionScaleYCoordinateAValue")]
public List<NiemXsnonNegativeInteger> ResolutionScaleYCoordinateAValue { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXsnonNegativeInteger> | A known scale y coordinate for point A is expressed in number of pixels from the top of the image. NIEM reference is biom:ResolutionScaleYCoordinateAValue |
ResolutionScaleYCoordinateBValue
A known scale y coordinate for point B is expressed in number of pixels from the top of the image. NIEM reference is biom:ResolutionScaleYCoordinateBValue
Declaration
[DataMember(Name = "resolutionScaleYCoordinateBValue")]
public List<NiemXsnonNegativeInteger> ResolutionScaleYCoordinateBValue { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXsnonNegativeInteger> | A known scale y coordinate for point B is expressed in number of pixels from the top of the image. NIEM reference is biom:ResolutionScaleYCoordinateBValue |
Methods
Equals(BiomResolutionMethodInformationType)
Returns true if BiomResolutionMethodInformationType instances are equal
Declaration
public bool Equals(BiomResolutionMethodInformationType other)
Parameters
Type | Name | Description |
---|---|---|
BiomResolutionMethodInformationType | other | Instance of BiomResolutionMethodInformationType 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(BiomResolutionMethodInformationType, BiomResolutionMethodInformationType)
Declaration
public static bool operator ==(BiomResolutionMethodInformationType left, BiomResolutionMethodInformationType right)
Parameters
Type | Name | Description |
---|---|---|
BiomResolutionMethodInformationType | left | |
BiomResolutionMethodInformationType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(BiomResolutionMethodInformationType, BiomResolutionMethodInformationType)
Declaration
public static bool operator !=(BiomResolutionMethodInformationType left, BiomResolutionMethodInformationType right)
Parameters
Type | Name | Description |
---|---|---|
BiomResolutionMethodInformationType | left | |
BiomResolutionMethodInformationType | right |
Returns
Type | Description |
---|---|
System.Boolean |