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
#coordinates ⇒ Object
562 563 564 |
# File 'lib/rgeo/geos/ffi_feature_methods.rb', line 562 def coordinates each.map(&:coordinates) end |
#geometry_type ⇒ Object
558 559 560 |
# File 'lib/rgeo/geos/ffi_feature_methods.rb', line 558 def geometry_type Feature::MultiPoint end |