PixelSelection Struct

Definition

Identifier selecting one of the TileMatrixSetId supported (default: 'WebMercatorQuad') Represents the method used to select or compute pixels when creating composites from multiple sources

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

Constructors

Name Description
PixelSelection(String)

Initializes a new instance of PixelSelection.

Properties

Name Description
Count

Count available pixels across sources.

First

Select pixel from the first available image.

Highest

Select pixel with the highest value.

LastBandHigh

Select image with highest value in the last band.

LastBandLow

Select image with lowest value in the last band.

Lowest

Select pixel with the lowest value.

Mean

Calculate mean of available pixels.

Median

Calculate median of available pixels.

StandardDeviation

Calculate standard deviation of available pixels.

Methods

Name Description
Equals(PixelSelection)

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(PixelSelection, PixelSelection)

Determines if two PixelSelection values are the same.

Implicit(String to Nullable<PixelSelection>)
Implicit(String to PixelSelection)

Converts a string to a PixelSelection.

Inequality(PixelSelection, PixelSelection)

Determines if two PixelSelection values are not the same.

Applies to