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
321 322 323 |
# File 'lib/rgeo/geos/zm_feature_methods.rb', line 321 def coordinates each.map(&:coordinates) end |
#is_closed? ⇒ Boolean
317 318 319 |
# File 'lib/rgeo/geos/zm_feature_methods.rb', line 317 def is_closed? @zgeometry.is_closed? end |
#length ⇒ Object
313 314 315 |
# File 'lib/rgeo/geos/zm_feature_methods.rb', line 313 def length @zgeometry.length end |