Sha256: f28e9d6674c264eb13cc2ec7f8c5c27c823c7b9c1e962b6b53e79d1e880a211e
Contents?: true
Size: 336 Bytes
Versions: 2
Compression:
Stored size: 336 Bytes
Contents
module GDAL module GridAlgorithms class MovingAverage # @return [FFI::GDAL::GridMovingAverageOptions] attr_reader :options def initialize @options = FFI::GDAL::GridMovingAverageOptions.new end # @return [Symbol] def c_identifier :GGA_MovingAverage end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ffi-gdal-1.0.0.beta7 | lib/gdal/grid_algorithms/moving_average.rb |
ffi-gdal-1.0.0.beta6 | lib/gdal/grid_algorithms/moving_average.rb |