Sha256: 980ce96121fb6db1db4c01667950478c086db97e08ba271555cfb5bbbdc3a5cf

Contents?: true

Size: 317 Bytes

Versions: 3

Compression:

Stored size: 317 Bytes

Contents

# frozen_string_literal: true

require "ffi"
require_relative "../cpl/port"

module FFI
  module OGR
    class StyleParam < FFI::Struct
      layout :param, :int,
             :token, :string,
             :georef, FFI::CPL::Port.find_type(:GBool),
             :type, FFI::OGR::Featurestyle::SType
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ffi-gdal-1.1.0 lib/ffi/ogr/style_param.rb
ffi-gdal-1.0.4 lib/ffi/ogr/style_param.rb
ffi-gdal-1.0.3 lib/ffi/ogr/style_param.rb