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
545 546 547 |
# File 'lib/rgeo/geos/ffi_feature_methods.rb', line 545 def coordinates each.map(&:coordinates) end |
#geometry_type ⇒ Object
541 542 543 |
# File 'lib/rgeo/geos/ffi_feature_methods.rb', line 541 def geometry_type Feature::MultiPoint end |