I think, if I can remember correctly, the output geometry type would be the same as the input type. So a line would need to sit directly on another line and you would get that intersect back. I don't think it would return a point where two lines intersect.
Try with asynchronous client-side geometry engine
geometryEngineAsync.intersect(line1, line2).then( function (resint){ console.log(resint); } );
Membros conectados podem postar, seguir atualizações e mais. Novo aqui? Registre uma conta gratuita.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.