Method: RGeo::ImplHelper::BasicLineStringMethods#num_points

Defined in:
lib/rgeo/impl_helper/basic_line_string_methods.rb

#num_pointsObject



26
27
28
# File 'lib/rgeo/impl_helper/basic_line_string_methods.rb', line 26

def num_points
  @points.size
end