Sha256: b2afbd150d69e513042a000f74054fadb557ab355a4f0fac4d9994986f516a6f

Contents?: true

Size: 197 Bytes

Versions: 2

Compression:

Stored size: 197 Bytes

Contents

require 'ffi'

module FFI
  module GDAL
    class OGRStyleParam < FFI::Struct
      layout :param, :int,
        :token, :string,
        :georef, :GBool,
        :type, OGRSType
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ffi-gdal-1.0.0.beta3 lib/ffi/ogr/ogr_style_param.rb
ffi-gdal-1.0.0.beta1 lib/ffi/ogr/ogr_style_param.rb