function GetPointOnLine(const _distance: Double; const _offset: Double; const _part: Integer): TGIS_Point; virtual; overload; Returns found point; if _distance < 0, then point will be located before first point of the line; if _distance > Length, th…