class GDAL::GridAlgorithms::NearestNeighbor

Public Instance Methods

c_identifier() click to toggle source
# File lib/gdal/grid_algorithms/nearest_neighbor.rb, line 10
def c_identifier
  :GGA_NearestNeighbor
end
options_class() click to toggle source
# File lib/gdal/grid_algorithms/nearest_neighbor.rb, line 6
def options_class
  ::FFI::GDAL::GridNearestNeighborOptions
end