See RGeo::Feature::Factory#line
200 201 202
# File 'lib/rgeo/cartesian/factory.rb', line 200 def line(start, stop) LineImpl.new(self, start, stop) end