Method: RGeo::Geographic::Factory#line_string

Defined in:
lib/rgeo/geographic/factory.rb

#line_string(points) ⇒ Object

See RGeo::Feature::Factory#line_string



306
307
308
# File 'lib/rgeo/geographic/factory.rb', line 306

def line_string(points)
  @line_string_class.new(self, points)
end