Intersection between Polylines

602
0
09-03-2020 09:48 AM
MatheusSereno
New Contributor II

Hello,

I would like to know how to get the following behavior of the intersect() method inside the geometryEngine component of ArcGIS JS 4.16 (How Intersect works—Help | ArcGIS for Desktop ).

I have 2 geometries of the type Polyline and when I use the method intersect() of geometryEngine (geometryEngine | ArcGIS API for JavaScript 4.16 ), it returns null, even though others methods like crosses() and intersects() return true.

The following post seems similar to my question, but the solution doesn't apply to my case, since the intersect() method in version 4.16 API only accepts two arguments and not 3 like it uses in the code given (https://community.esri.com/message/878714-lines-intersect-but-cannot-get-a-point-that-intersects-the... ).

Thanks!

Have a good one! 

0 Kudos
0 Replies