Method: RTree#to_bsrt

Defined in:
lib/rtree.rb

#to_bsrtString

Serialise to BSRT string

Returns:

  • (String)

    the binary encoded BSRT

See Also:



429
430
431
# File 'lib/rtree.rb', line 429

def to_bsrt
  serialise(Encoding::BINARY) { |io| bsrt_write(io) }
end