NoDataKind Struct

Definition

NoDataType.

public readonly struct NoDataKind : IEquatable<Azure.Analytics.PlanetaryComputer.NoDataKind>
type NoDataKind = struct
Public Structure NoDataKind
Implements IEquatable(Of NoDataKind)
Inheritance
NoDataKind
Implements

Constructors

Name Description
NoDataKind(String)

Initializes a new instance of NoDataKind.

Properties

Name Description
Alpha

Nodata represented by alpha channel.

Internal

Nodata represented internally in the dataset.

Mask

Nodata represented by a mask.

Nodata

Explicit nodata value defined in the dataset.

None

No nodata value defined.

Methods

Name Description
Equals(NoDataKind)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Name Description
Equality(NoDataKind, NoDataKind)

Determines if two NoDataKind values are the same.

Implicit(String to NoDataKind)

Converts a string to a NoDataKind.

Implicit(String to Nullable<NoDataKind>)
Inequality(NoDataKind, NoDataKind)

Determines if two NoDataKind values are not the same.

Applies to