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

#coordinatesObject



321
322
323
# File 'lib/rgeo/geos/zm_feature_methods.rb', line 321

def coordinates
  each.map(&:coordinates)
end

#is_closed?Boolean

Returns:

  • (Boolean)


317
318
319
# File 'lib/rgeo/geos/zm_feature_methods.rb', line 317

def is_closed?
  @zgeometry.is_closed?
end

#lengthObject



313
314
315
# File 'lib/rgeo/geos/zm_feature_methods.rb', line 313

def length
  @zgeometry.length
end