Module: RGeo::Geographic::SphericalMultiLineStringMethods

Included in:
SphericalMultiLineStringImpl
Defined in:
lib/rgeo/geographic/spherical_feature_methods.rb

Overview

:nodoc:

Instance Method Summary collapse

Instance Method Details

#lengthObject



129
130
131
# File 'lib/rgeo/geographic/spherical_feature_methods.rb', line 129

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