Sha256: 8ca040e79e922cd167fe0e2d30e0cb71186d116270f9f6ffcf8bd0b1d60679ea
Contents?: true
Size: 407 Bytes
Versions: 14
Compression:
Stored size: 407 Bytes
Contents
# frozen_string_literal: true module GDAL module GridAlgorithms class InverseDistanceToAPower # @return [FFI::GDAL::GridInverseDistanceToAPowerOptions] attr_reader :options def initialize @options = FFI::GDAL::GridInverseDistanceToAPowerOptions.new end # @return [Symbol] def c_identifier :GGA_InverseDistanceToAPower end end end end
Version data entries
14 entries across 14 versions & 1 rubygems