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); } );
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.