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



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

def coordinates
  each.map(&:coordinates)
end

#geometry_typeObject



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

def geometry_type
  Feature::MultiPoint
end