Module: FFI::GDAL::Warper

Extended by:
Library
Defined in:
lib/ffi/gdal/warper.rb

Constant Summary collapse

MaskFunc =
callback :GDALMaskFunc,
[
  :pointer,
  :int,
  FFI::GDAL::GDAL::DataType,
  :int,
  :int,
  :int,
  :int,
  :pointer,
  :int,
  :pointer
],
:pointer
ResampleAlg =

Enums


enum :GRA_NearestNeighbor, 0,
:GRA_Bilinear, 1,
:GRA_Cubic, 2,
:GRA_CubicSpline, 3,
:GRA_Lanczos, 4,
:GRA_Average, 5,
:GRA_Mode, 6

Method Summary

Methods included from Library

attach_function, old_attach_function, unsupported_gdal_functions