NetLogo 7.0.0-beta2:

gis:set-sampling-method

gis:set-sampling-method RasterDataset sampling-method

Sets the sampling method used by the given raster dataset at a single point, or over an area smaller than a single raster cell. Sampling is performed by the GIS extension primitives raster-sample, resample, convolve, and apply-raster. The sampling method must be one of the following:

  • "NEAREST_NEIGHBOR"
  • "BILINEAR"
  • "BICUBIC"
  • "BICUBIC_2"

See sampling-method-of above for a more specific description of each sampling method.

Take me to the full GIS Extension Dictionary