<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: SketchViewModel – 2D snapping with automatic Z (like in ArcGIS Pro) in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/sketchviewmodel-2d-snapping-with-automatic-z-like/m-p/1639151#M87477</link>
    <description>&lt;P&gt;Agreed - it could assume absolute heights. Though as i understand it there is currently no way of storing in the data model what the z values represent. i.e. absolute vs relative heights....&lt;/P&gt;</description>
    <pubDate>Tue, 05 Aug 2025 13:14:16 GMT</pubDate>
    <dc:creator>JonathanDawe_BAS</dc:creator>
    <dc:date>2025-08-05T13:14:16Z</dc:date>
    <item>
      <title>SketchViewModel – 2D snapping with automatic Z (like in ArcGIS Pro)</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/sketchviewmodel-2d-snapping-with-automatic-z-like/m-p/1637278#M87431</link>
      <description>&lt;P&gt;When sketching with snapping on a &lt;STRONG&gt;2D&lt;/STRONG&gt; map, I'd like to achieve the same effect as in ArcGIS Pro. That is, the Z coordinate would be taken from the clicked vertex of another object, or if we click an edge, it would be calculated based on the vertices of the clicked edge.&lt;/P&gt;&lt;P&gt;Can this behavior be achieved using Sketch or SketchViewModel from the ArcGIS Maps SDK for JavaScript?&lt;/P&gt;&lt;P&gt;There is a video in the attachment showing the behavior in ArcGIS Pro.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Jul 2025 13:52:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/sketchviewmodel-2d-snapping-with-automatic-z-like/m-p/1637278#M87431</guid>
      <dc:creator>KrzysztofNoga</dc:creator>
      <dc:date>2025-07-29T13:52:06Z</dc:date>
    </item>
    <item>
      <title>Re: SketchViewModel – 2D snapping with automatic Z (like in ArcGIS Pro)</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/sketchviewmodel-2d-snapping-with-automatic-z-like/m-p/1637664#M87438</link>
      <description>&lt;P&gt;Unfortunately I don't think this is possible in the ArcGIS JS API. The client side geometry engine (and new geometry operators) mostly only work with 2D geometries. From past experience, the standard behaviour was that geometries in 2d maps didn't even bother bringing down the z coordinate in the requested geometries.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The issue is that this is a surprisingly non-trivial problem. A z-coordinate could represent an absolute height or a height relative to an underlying elevation surface. This means that it might not be as simple to interpolate a vertical height between the two points on an edge, you may need to also account for the underlying elevation model you are using.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Jul 2025 15:59:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/sketchviewmodel-2d-snapping-with-automatic-z-like/m-p/1637664#M87438</guid>
      <dc:creator>JonathanDawe_BAS</dc:creator>
      <dc:date>2025-07-30T15:59:09Z</dc:date>
    </item>
    <item>
      <title>Re: SketchViewModel – 2D snapping with automatic Z (like in ArcGIS Pro)</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/sketchviewmodel-2d-snapping-with-automatic-z-like/m-p/1639109#M87476</link>
      <description>&lt;P&gt;I agree... But if the coordinates are provided in "absolute height" mode, implementation shouldn't pose much difficulty.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Aug 2025 10:34:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/sketchviewmodel-2d-snapping-with-automatic-z-like/m-p/1639109#M87476</guid>
      <dc:creator>KrzysztofNoga</dc:creator>
      <dc:date>2025-08-05T10:34:42Z</dc:date>
    </item>
    <item>
      <title>Re: SketchViewModel – 2D snapping with automatic Z (like in ArcGIS Pro)</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/sketchviewmodel-2d-snapping-with-automatic-z-like/m-p/1639151#M87477</link>
      <description>&lt;P&gt;Agreed - it could assume absolute heights. Though as i understand it there is currently no way of storing in the data model what the z values represent. i.e. absolute vs relative heights....&lt;/P&gt;</description>
      <pubDate>Tue, 05 Aug 2025 13:14:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/sketchviewmodel-2d-snapping-with-automatic-z-like/m-p/1639151#M87477</guid>
      <dc:creator>JonathanDawe_BAS</dc:creator>
      <dc:date>2025-08-05T13:14:16Z</dc:date>
    </item>
    <item>
      <title>Re: SketchViewModel – 2D snapping with automatic Z (like in ArcGIS Pro)</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/sketchviewmodel-2d-snapping-with-automatic-z-like/m-p/1643287#M87527</link>
      <description>&lt;P&gt;There is elevationInfo in FeatureLayer or GraphicsLayer&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-FeatureLayer.html#elevationInfo" target="_blank"&gt;https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-FeatureLayer.html#elevationInfo&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Aug 2025 15:00:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/sketchviewmodel-2d-snapping-with-automatic-z-like/m-p/1643287#M87527</guid>
      <dc:creator>KrzysztofNoga</dc:creator>
      <dc:date>2025-08-19T15:00:10Z</dc:date>
    </item>
    <item>
      <title>Re: SketchViewModel – 2D snapping with automatic Z (like in ArcGIS Pro)</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/sketchviewmodel-2d-snapping-with-automatic-z-like/m-p/1649678#M87612</link>
      <description>&lt;P&gt;true, though this information is not stored at the service (Esri Rest) level meaning you would need to know that the z values are meant to be represented in a specific manner.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Sep 2025 11:02:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/sketchviewmodel-2d-snapping-with-automatic-z-like/m-p/1649678#M87612</guid>
      <dc:creator>JonathanDawe_BAS</dc:creator>
      <dc:date>2025-09-11T11:02:02Z</dc:date>
    </item>
    <item>
      <title>Re: SketchViewModel – 2D snapping with automatic Z (like in ArcGIS Pro)</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/sketchviewmodel-2d-snapping-with-automatic-z-like/m-p/1650993#M87625</link>
      <description>&lt;P&gt;Of course, this needs to be set at the stage of creating the FeatureLayer/GraphicsLayer object.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Sep 2025 12:49:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/sketchviewmodel-2d-snapping-with-automatic-z-like/m-p/1650993#M87625</guid>
      <dc:creator>KrzysztofNoga</dc:creator>
      <dc:date>2025-09-17T12:49:18Z</dc:date>
    </item>
    <item>
      <title>Re: SketchViewModel – 2D snapping with automatic Z (like in ArcGIS Pro)</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/sketchviewmodel-2d-snapping-with-automatic-z-like/m-p/1653434#M87659</link>
      <description>&lt;P&gt;Bump&lt;BR /&gt;Is there any update on enabling Sketch/SketchViewModel in 2D MapView to carry/interpolate Z from the snapped feature (vertex → copy Z, edge → interpolate Z between endpoints) — assuming absolute heights? If unsupported, is there a recommended pattern or an enhancement on the roadmap?&lt;/P&gt;</description>
      <pubDate>Fri, 26 Sep 2025 06:58:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/sketchviewmodel-2d-snapping-with-automatic-z-like/m-p/1653434#M87659</guid>
      <dc:creator>mattheol</dc:creator>
      <dc:date>2025-09-26T06:58:24Z</dc:date>
    </item>
  </channel>
</rss>

