Sha256: ef3d9a4208440e2d13738aea1bb1ffd7f914956f78f9aa31faaed9a406fa5ef4
Contents?: true
Size: 711 Bytes
Versions: 2
Compression:
Stored size: 711 Bytes
Contents
module FFI module GDAL autoload :OGRStyleParam, File.expand_path('ogr_style_param', __dir__) autoload :OGRStyleValue, File.expand_path('ogr_style_value', __dir__) #------------------------------------------------------------------------ # Enums #------------------------------------------------------------------------ OGRStyleType = enum :OGRSTypeString, :OGRSTypeDouble, :OGRSTypeInteger, :OGRSTypeBoolean #------------------------------------------------------------------------ # Typedefs #------------------------------------------------------------------------ OGRSType = OGRStyleType OGRStyleParamId = OGRStyleParam end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ffi-gdal-1.0.0.beta3 | lib/ffi/ogr/featurestyle_h.rb |
ffi-gdal-1.0.0.beta1 | lib/ffi/ogr/featurestyle_h.rb |