Module: GeoGraf

Defined in:
lib/geo_graf.rb,
lib/geo_graf/polygon.rb,
lib/geo_graf/intersection_calculator.rb

Defined Under Namespace

Classes: GeosNotInstalledError, IntersectionCalculator, Polygon

Class Method Summary collapse

Class Method Details

.intersections_for(input_geodata) ⇒ Object



6
7
8
# File 'lib/geo_graf.rb', line 6

def intersections_for(input_geodata)
  IntersectionCalculator.new(input_geodata).intersections
end