Method: RGeo::Cartesian::Factory#line

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

#line(start, stop) ⇒ Object

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