Isolines Factory
A factory for the creation of the basic astractions contained in this package.
Types
Functions
Link copied to clipboard
abstract fun makeIsoline(value: Number, segments: Collection<Segment2D>): Isoline
Content copied to clipboard
Create an Isoline.
Link copied to clipboard
abstract fun makeIsolinesFinder(algorithm: IsolinesFactory.IsolineFinders): IsolinesFinder
Content copied to clipboard
Create an IsolinesFinder object, capable of finding isolines.
Link copied to clipboard