Sha256: 97fce4d7963555d2b0e3e016d2eb916dfeb53a5c78a3507cf529f3d0d135ff59

Contents?: true

Size: 911 Bytes

Versions: 2

Compression:

Stored size: 911 Bytes

Contents

module GDAL
  module GridTypes
    autoload :InverseDistanceToAPower,
      File.expand_path('grid_types/inverse_distance_to_a_power', __dir__)
    autoload :MetricAverageDistance,
      File.expand_path('grid_types/metric_average_distance', __dir__)
    autoload :MetricAverageDistancePts,
      File.expand_path('grid_types/metric_average_distance_pts', __dir__)
    autoload :MetricCount,
      File.expand_path('grid_types/metric_count', __dir__)
    autoload :MetricMaximum,
      File.expand_path('grid_types/metric_maximum', __dir__)
    autoload :MetricMinimum,
      File.expand_path('grid_types/metric_minimum', __dir__)
    autoload :MetricRange,
      File.expand_path('grid_types/metric_range', __dir__)
    autoload :MovingAverage,
      File.expand_path('grid_types/moving_average', __dir__)
    autoload :NearestNeighbor,
      File.expand_path('grid_types/nearest_neighbor', __dir__)
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ffi-gdal-1.0.0.beta5 lib/gdal/grid_types.rb
ffi-gdal-1.0.0.beta4 lib/gdal/grid_types.rb