Geometry Engine Intersect Lines to Points in ArcGIS JavaScript API

Поділитися
Вставка
  • Опубліковано 11 січ 2025

КОМЕНТАРІ • 9

  • @odoenet
    @odoenet  2 роки тому

    Still in recovery from a cold here, sorry for my sick voice, ha!

    • @nasirpopalzay1973
      @nasirpopalzay1973 2 роки тому +1

      Wishing you a speedy recovery. Thanks for the videos!

  • @alexanderthegreat6480
    @alexanderthegreat6480 2 роки тому +1

    Cool video Rene! Dites the geometry engine service detects and transforms the spatial reference of both compared geometry object automatically or do you have to specify the spr for each?

    • @odoenet
      @odoenet  2 роки тому

      All the input spatial references have to be the same, GE will not reproject for you

  • @rangasatishkumar
    @rangasatishkumar 2 роки тому +1

    Great video Rene! I was exploring your codepen, when drawn a line at high level zoom, after zoom-in newly created points were "not exactly at the intersecting locations". Can you please help to explain this behavior. Thank you.

    • @odoenet
      @odoenet  2 роки тому +1

      I'm not watching for scale changes, so when you zoom in, the features copied from the layerview were at a more generalized scale. you could recapture features as scale changes and update the behavior if you need to

  • @elisrae2884
    @elisrae2884 Рік тому

    I keep getting "Property 'intersectLinesToPoints' does not exist on type 'geometryEngine'." Any idea why?

    • @odoenet
      @odoenet  Рік тому

      Not sure. The linked sample still works and it's in the documentation developers.arcgis.com/javascript/latest/api-reference/esri-geometry-geometryEngine.html#intersectLinesToPoints so should be properly typed for TypeScript

    • @elisrae2884
      @elisrae2884 Рік тому

      @@odoenet Haha yeah I'm just dumb. I realized shortly after this that my app is using an older version of the API.