Module: FFI::Rttopo
- Extended by:
- Library
- Defined in:
- lib/ffi/extensions/rttopo.rb,
lib/ffi/extensions/rttopo/gbox.rb,
lib/ffi/extensions/rttopo/geom.rb
Defined Under Namespace
Constant Summary collapse
- RTWKB_ISO =
0x01- RTWKB_SFSQL =
0x02- RTWKB_EXTENDED =
0x04- RTWKB_NDR =
0x08- RTWKB_XDR =
0x10- RTWKB_HEX =
0x20- RTWKT_ISO =
0x01- RTWKT_SFSQL =
0x02- RTWKT_EXTENDED =
0x04
Class Method Summary collapse
Methods included from Library
attach_function, old_attach_function, unsupported_gdal_functions
Class Method Details
.rttopo_library_path ⇒ String
11 12 13 |
# File 'lib/ffi/extensions/rttopo.rb', line 11 def self.rttopo_library_path @rttopo_library_path ||= ENV.fetch("RTTOPO_LIBRARY_PATH", "rttopo") end |