Hi All,
I want to get the points from intersecting polylines using the ArcGIS API for JavaScript. While I am exploring the developers site, I came across the geometryserive.intersect(geoms, geom) using this link GeometryService | API Reference | ArcGIS API for JavaScript 3.17 or r geometryEngine.intersect(geoms, intersector) using this esri/geometry/geometryEngine | API Reference | ArcGIS API for JavaScript 3.17 . also no luck using the mathUtils.getLineIntersectionn(line1s, line1e, line2s, line2e) esri/geometry/mathUtils | API Reference | ArcGIS API for JavaScript 3.17 But then i can't seem to run it the way it was describe.
Aside from geometryEngine.geodesicBuffer(), all other methods do not have a WORKING SAMPLE.
kindly help me with this. thanks.