Module: RGeo::Geos::ZMMultiLineStringMethods
- Included in:
- ZMMultiLineStringImpl
- Defined in:
- lib/rgeo/geos/zm_feature_methods.rb
Overview
:nodoc:
Instance Method Summary collapse
Instance Method Details
#coordinates ⇒ Object
330 331 332 |
# File 'lib/rgeo/geos/zm_feature_methods.rb', line 330 def coordinates each.map(&:coordinates) end |
#is_closed? ⇒ Boolean
326 327 328 |
# File 'lib/rgeo/geos/zm_feature_methods.rb', line 326 def is_closed? @zgeometry.is_closed? end |
#length ⇒ Object
322 323 324 |
# File 'lib/rgeo/geos/zm_feature_methods.rb', line 322 def length @zgeometry.length end |