Module: FFI::GDAL::Alg

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

Constant Summary collapse

GridAlgorithm =

Enums


enum :GGA_InverseDistanceToAPower, 1,
:GGA_MovingAverage, 2,
:GGA_NearestNeighbor, 3,
:GGA_MetricMinimum, 4,
:GGA_MetricMaximum, 5,
:GGA_MetricRange, 6,
:GGA_MetricCount, 7,
:GGA_MetricAverageDistance, 8,
:GGA_MetricAverageDistancePts, 9
ApproxTransform =
attach_function :GDALApproxTransform,
%i[pointer bool int pointer pointer pointer pointer],
:int
GCPTransform =
attach_function :GDALGCPTransform,
%i[pointer bool int pointer pointer pointer pointer],
:bool
GeoLocTransform =
attach_function :GDALGeoLocTransform,
%i[pointer bool int pointer pointer pointer pointer],
:bool
GenImgProjTransform =
attach_function :GDALGenImgProjTransform,
%i[pointer bool int pointer pointer pointer pointer],
:bool
ReprojectionTransform =
attach_function :GDALReprojectionTransform,
%i[pointer bool int pointer pointer pointer pointer],
:int
RPCTransform =
attach_function :GDALRPCTransform,
%i[pointer bool int pointer pointer pointer pointer],
:int
TPSTransform =
attach_function :GDALTPSTransform,
%i[pointer bool int pointer pointer pointer pointer],
:int

Method Summary

Methods included from Library

attach_function, old_attach_function, unsupported_gdal_functions