Sha256: 6875fec2e6e0f3f6c734554b102842efb7043929bc782d6875ffe161e807c796
Contents?: true
Size: 714 Bytes
Versions: 2
Compression:
Stored size: 714 Bytes
Contents
require 'ffi' module FFI module OGR module Featurestyle extend ::FFI::Library ffi_lib [::FFI::CURRENT_PROCESS, ::FFI::GDAL.gdal_library_path] #------------------------------------------------------------------------ # Enums #------------------------------------------------------------------------ StyleType = enum :OGRSTypeString, :OGRSTypeDouble, :OGRSTypeInteger, :OGRSTypeBoolean #------------------------------------------------------------------------ # Typedefs #------------------------------------------------------------------------ SType = StyleType StyleParamId = FFI::OGR::StyleParam end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ffi-gdal-1.0.0.beta7 | lib/ffi/ogr/featurestyle.rb |
ffi-gdal-1.0.0.beta6 | lib/ffi/ogr/featurestyle.rb |