Sha256: 857a062fbd43534a214ad8660f643dd033df5d4e269c6dec4cbc4e0080357ced
Contents?: true
Size: 811 Bytes
Versions: 2
Compression:
Stored size: 811 Bytes
Contents
module FFI module OGR autoload :API, File.expand_path('ogr/api.rb', __dir__) autoload :Core, File.expand_path('ogr/core.rb', __dir__) autoload :ContourWriterInfo, File.expand_path('ogr/contour_writer_info.rb', __dir__) autoload :Envelope, File.expand_path('ogr/envelope.rb', __dir__) autoload :Envelope3D, File.expand_path('ogr/envelope_3d.rb', __dir__) autoload :Featurestyle, File.expand_path('ogr/featurestyle.rb', __dir__) autoload :Field, File.expand_path('ogr/field.rb', __dir__) autoload :Geocoding, File.expand_path('ogr/geocoding.rb', __dir__) autoload :SRSAPI, File.expand_path('ogr/srs_api.rb', __dir__) autoload :StyleParam, File.expand_path('ogr/style_param.rb', __dir__) autoload :StyleValue, File.expand_path('ogr/style_value.rb', __dir__) end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ffi-gdal-1.0.0.beta7 | lib/ffi/ogr.rb |
ffi-gdal-1.0.0.beta6 | lib/ffi/ogr.rb |