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
525 526 527 |
# File 'lib/rgeo/geos/ffi_feature_methods.rb', line 525 def coordinates each.map(&:coordinates) end |
#geometry_type ⇒ Object
521 522 523 |
# File 'lib/rgeo/geos/ffi_feature_methods.rb', line 521 def geometry_type Feature::MultiPoint end |