Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RasterFunctionProperties

Hierarchy

  • RasterFunctionProperties

Index

Properties

Optional functionArguments

functionArguments: any

The arguments for the raster function.

Read more...

Optional functionName

functionName: string

The raster function name.

Read more...

Optional outputPixelType

outputPixelType: "unknown" | "s8" | "s16" | "s32" | "u8" | "u16" | "u32" | "f32" | "f64" | "c128" | "c64" | "u1" | "u2" | "u4"

Defines the pixel type of the output image.

Read more...

Optional variableName

variableName: string

The variable name for the raster function.

Read more...

Generated using TypeDoc