Options
All
  • Public
  • Public/Protected
  • All
Menu

An enumeration to describe the sampling mode of a raster.

since

2017.0

Overview

Enumeration members

Enumeration members

AREA

AREA: = "AREA"

Area-based sampling implies that the value of the pixel is valid for the entire area of the pixel. Typically this type of sampling is used for satellite imagery, where a pixel typically contains an averaged color value for the entire region of the pixel.

POINT

POINT: = "POINT"

Point-based sampling implies that each pixel value of the raster has valid data at its center position. Typically this type of sampling is used for elevation data, where exact measurements are made for a grid of points, but not the values in between the pixels.

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method