Method: RGeo::ImplHelper::BasicLineStringMethods#num_points
- Defined in:
- lib/rgeo/impl_helper/basic_line_string_methods.rb
#num_points ⇒ Object
26 27 28 |
# File 'lib/rgeo/impl_helper/basic_line_string_methods.rb', line 26 def num_points @points.size end |