Method: RTree#rect_size

Defined in:
lib/rtree.rb

#rect_sizeInteger

Returns the size in bytes of a rectangle.

Returns:

  • (Integer)

    the size in bytes of a rectangle



508
509
510
# File 'lib/rtree.rb', line 508

def rect_size
  super
end