Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PixelBlockProperties

Hierarchy

  • PixelBlockProperties

Index

Properties

Optional height

height: number

The height (or number of rows) of the PixelBlock in pixels.

Read more...

Optional mask

mask: number[] | Uint8Array

An array of nodata mask.

Read more...

Optional maskIsAlpha

maskIsAlpha: boolean

Indicates whether mask should be used as alpha values.

Read more...

Optional pixelType

pixelType: "unknown" | "s8" | "s16" | "s32" | "u8" | "u16" | "u32" | "f32" | "f64"

The pixel type.

Read more...

Optional pixels

pixels: number[] | Float64Array | Float32Array | Uint8Array | Uint8ClampedArray | Uint32Array | Uint16Array | Int8Array | Int16Array | Int32Array

A two dimensional array representing the pixels from the Image Service displayed on the client.

Read more...

Optional statistics

statistics: PixelBlockStatistics[]

An array of objects containing numeric statistical properties.

Read more...

Optional validPixelCount

validPixelCount: number

Number of valid pixels

Read more...

Optional width

width: number

The width (or number of columns) of the PixelBlock in pixels.

Read more...

Generated using TypeDoc