Module: RGeo::Cartesian::MultiLineStringMethods

Included in:
MultiLineStringImpl
Defined in:
lib/rgeo/cartesian/feature_methods.rb

Overview

:nodoc:

Instance Method Summary collapse

Instance Method Details

#lengthObject



83
84
85
# File 'lib/rgeo/cartesian/feature_methods.rb', line 83

def length
  inject(0.0) { |sum_, geom_| sum_ + geom_.length }
end