make Isolines Finder
abstract fun makeIsolinesFinder(algorithm: IsolinesFactory.IsolineFinders): IsolinesFinder
Content copied to clipboard
Create an IsolinesFinder object, capable of finding isolines. As different finders could be available - each one extracting isolines in a different way - you can specify which one to use with the algorithm parameter.
Return
the IsolineFinder
Parameters
algorithm
- the algorithm you want to use