<?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 need emergency help - WAB 2.17 - how to create buffer on wkid:2039 layer (Israel TM Grid)? in Web AppBuilder Custom Widgets Questions</title>
    <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/need-emergency-help-wab-2-17-how-to-create-buffer/m-p/1035422#M14422</link>
    <description>&lt;P&gt;&lt;SPAN&gt;I'm developing custom widgets for WAB&amp;nbsp;(Develper Edtion) 2.17, Launchpad Theme, on&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;STRONG&gt;3D&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Scenes (ArcGIS API for javascript&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;STRONG&gt;4.17&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt;).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I have a layer which I need that the polygon areas which are computed automatically, will be correct.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;So I use a 2D feaure layer whose spatial reference WKID is 2039 (Israel TM Grid).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;But I have a problem - I need to create a buffer, and I am using this code:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;var buffers = geometryEngine.geodesicBuffer(&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;geometries,&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;// geometries&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;[bufferDistance],&amp;nbsp; // distance&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "meters",&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; // unit&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; true // unionResults into SINGLE polygon&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;but it fails, with a weird error mesage: "not implemented yet".&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;What I assume, is that somehow I don't know how to create a buffer from geometries in a layer,&lt;/P&gt;&lt;P&gt;whose spatial reference wkid is NOT 102100 (that is 3857 &lt;SPAN&gt;WGS 1984 Web Mercator&lt;/SPAN&gt;),&lt;/P&gt;&lt;P&gt;but is wkid:2039 (&lt;SPAN&gt;Israel TM Grid&lt;/SPAN&gt;).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But I need use&amp;nbsp;wkid:2039 as the layer spatial reference in order that the automatically computed polygon areas will be correct.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Help will be greatly appreciated!&lt;/P&gt;&lt;P&gt;Michael Lev&lt;/P&gt;</description>
    <pubDate>Thu, 11 Mar 2021 13:38:27 GMT</pubDate>
    <dc:creator>MichaelLev</dc:creator>
    <dc:date>2021-03-11T13:38:27Z</dc:date>
    <item>
      <title>need emergency help - WAB 2.17 - how to create buffer on wkid:2039 layer (Israel TM Grid)?</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/need-emergency-help-wab-2-17-how-to-create-buffer/m-p/1035422#M14422</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I'm developing custom widgets for WAB&amp;nbsp;(Develper Edtion) 2.17, Launchpad Theme, on&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;STRONG&gt;3D&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Scenes (ArcGIS API for javascript&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;STRONG&gt;4.17&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt;).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I have a layer which I need that the polygon areas which are computed automatically, will be correct.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;So I use a 2D feaure layer whose spatial reference WKID is 2039 (Israel TM Grid).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;But I have a problem - I need to create a buffer, and I am using this code:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;var buffers = geometryEngine.geodesicBuffer(&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;geometries,&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;// geometries&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;[bufferDistance],&amp;nbsp; // distance&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "meters",&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; // unit&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; true // unionResults into SINGLE polygon&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;but it fails, with a weird error mesage: "not implemented yet".&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;What I assume, is that somehow I don't know how to create a buffer from geometries in a layer,&lt;/P&gt;&lt;P&gt;whose spatial reference wkid is NOT 102100 (that is 3857 &lt;SPAN&gt;WGS 1984 Web Mercator&lt;/SPAN&gt;),&lt;/P&gt;&lt;P&gt;but is wkid:2039 (&lt;SPAN&gt;Israel TM Grid&lt;/SPAN&gt;).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But I need use&amp;nbsp;wkid:2039 as the layer spatial reference in order that the automatically computed polygon areas will be correct.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Help will be greatly appreciated!&lt;/P&gt;&lt;P&gt;Michael Lev&lt;/P&gt;</description>
      <pubDate>Thu, 11 Mar 2021 13:38:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/need-emergency-help-wab-2-17-how-to-create-buffer/m-p/1035422#M14422</guid>
      <dc:creator>MichaelLev</dc:creator>
      <dc:date>2021-03-11T13:38:27Z</dc:date>
    </item>
    <item>
      <title>Re: need emergency help - WAB 2.17 - how to create buffer on wkid:2039 layer (Israel TM Grid)?</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/need-emergency-help-wab-2-17-how-to-create-buffer/m-p/1036320#M14428</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/1104"&gt;@RobertScheitlin__GISP&lt;/a&gt;&amp;nbsp; - Dear Robert, no one responded till now... Can you help please?&lt;/P&gt;</description>
      <pubDate>Sun, 14 Mar 2021 09:18:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/need-emergency-help-wab-2-17-how-to-create-buffer/m-p/1036320#M14428</guid>
      <dc:creator>MichaelLev</dc:creator>
      <dc:date>2021-03-14T09:18:34Z</dc:date>
    </item>
    <item>
      <title>Re: need emergency help - WAB 2.17 - how to create buffer on wkid:2039 layer (Israel TM Grid)?</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/need-emergency-help-wab-2-17-how-to-create-buffer/m-p/1036594#M14431</link>
      <description>&lt;P&gt;Michael,&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;&lt;SPAN&gt;As a general rule, use&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-geometryEngine.html#geodesicBuffer" target="_blank"&gt;geodesicBuffer&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;if the input geometries have a spatial reference of either WGS84 (wkid: 4326) or&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-SpatialReference.html#isWebMercator" target="_blank"&gt;Web Mercator&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;SPAN&gt;Meaning you should be using buffer and not geodesicBuffer. Also be sure that the input geometries have the spatialReference property with wkid 2039.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Mar 2021 13:42:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/need-emergency-help-wab-2-17-how-to-create-buffer/m-p/1036594#M14431</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2021-03-15T13:42:28Z</dc:date>
    </item>
  </channel>
</rss>

