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
#length ⇒ Object
211 212 213 |
# File 'lib/rgeo/geographic/spherical_feature_methods.rb', line 211 def length inject(0.0) { |sum, geom| sum + geom.length } end |