Module: RGeo::Geos::FFIMultiPointMethods

Included in:
FFIMultiPointImpl
Defined in:
lib/rgeo/geos/ffi_feature_methods.rb

Overview

:nodoc:

Instance Method Summary collapse

Instance Method Details

#coordinatesObject



546
547
548
# File 'lib/rgeo/geos/ffi_feature_methods.rb', line 546

def coordinates
  each.map(&:coordinates)
end

#geometry_typeObject



542
543
544
# File 'lib/rgeo/geos/ffi_feature_methods.rb', line 542

def geometry_type
  Feature::MultiPoint
end