<?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: Unable to cut Polygon in arcgis javascript in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/unable-to-cut-polygon-in-arcgis-javascript/m-p/476756#M44286</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you sir, I figure out my problem. actually i was using wrong geometry. Now I am able to edit feature layer also.&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 Oct 2018 12:18:07 GMT</pubDate>
    <dc:creator>vikaswardiya</dc:creator>
    <dc:date>2018-10-24T12:18:07Z</dc:date>
    <item>
      <title>Unable to cut Polygon in arcgis javascript</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/unable-to-cut-polygon-in-arcgis-javascript/m-p/476752#M44282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have one Polygon feature Layer in web page. now i want to perform cut operation with geometryEngine.cut method in dojo JavaScript. This is what i have done.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1 I add feature layer into the map.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Adding FeatureLayer to the map" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/424859_featurelayer.JPG" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2 I took geometry&amp;nbsp;on&amp;nbsp;&amp;nbsp; event into a&amp;nbsp; polygongeometry1 variable.&lt;IMG alt="Taking Geometry of a selected Polygon into a polygongeometry1 varialbe" class="image-2 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/424860_onclick.JPG" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3 Then I draw a polyline with a draw widget and took its geometry into a linee variable. and pass it to a&amp;nbsp;geometryEngine.cut method . but i receive this error&lt;/P&gt;&lt;P&gt;&lt;IMG alt="ge_version error" class="image-3 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/424865_Error.JPG" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cannot read Property _geVersion of undefined although both polygon and line geometries are there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually I want to cut a Polygon shape file temporarily and undo it.#cut polygon.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have no Idea what is wrong with it. Kindly help..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Oct 2018 12:19:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/unable-to-cut-polygon-in-arcgis-javascript/m-p/476752#M44282</guid>
      <dc:creator>vikaswardiya</dc:creator>
      <dc:date>2018-10-19T12:19:44Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to cut Polygon in arcgis javascript</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/unable-to-cut-polygon-in-arcgis-javascript/m-p/476753#M44283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Vikas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;From your text and image it looks like you are passing the graphic and not the graphics geometry.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Oct 2018 12:36:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/unable-to-cut-polygon-in-arcgis-javascript/m-p/476753#M44283</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2018-10-19T12:36:47Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to cut Polygon in arcgis javascript</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/unable-to-cut-polygon-in-arcgis-javascript/m-p/476754#M44284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes. Be sure you are using a Polyline and a Polygon geometry for your inputs instead of graphics. The geometryEngine only works with geometries.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Oct 2018 16:44:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/unable-to-cut-polygon-in-arcgis-javascript/m-p/476754#M44284</guid>
      <dc:creator>KristianEkenes</dc:creator>
      <dc:date>2018-10-22T16:44:11Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to cut Polygon in arcgis javascript</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/unable-to-cut-polygon-in-arcgis-javascript/m-p/476755#M44285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi sir,&lt;/P&gt;&lt;P&gt;I passed geometry and it worked fine. but&amp;nbsp;I want to cut the feature layer but i am getting a geometry in return to cut operation. how can i update the feature layer with this result. also i want to undo the cut operation.&amp;nbsp;&lt;/P&gt;&lt;P&gt;this is what i got.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/425221_cutgeom.jpg" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Oct 2018 06:37:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/unable-to-cut-polygon-in-arcgis-javascript/m-p/476755#M44285</guid>
      <dc:creator>vikaswardiya</dc:creator>
      <dc:date>2018-10-24T06:37:30Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to cut Polygon in arcgis javascript</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/unable-to-cut-polygon-in-arcgis-javascript/m-p/476756#M44286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you sir, I figure out my problem. actually i was using wrong geometry. Now I am able to edit feature layer also.&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Oct 2018 12:18:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/unable-to-cut-polygon-in-arcgis-javascript/m-p/476756#M44286</guid>
      <dc:creator>vikaswardiya</dc:creator>
      <dc:date>2018-10-24T12:18:07Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to cut Polygon in arcgis javascript</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/unable-to-cut-polygon-in-arcgis-javascript/m-p/476757#M44287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="background-color: #ffffff; border: 0px; font-size: 14px;"&gt;Thank you sir, I figure out my problem. actually i was using wrong geometry. Now I am able to edit feature layer also.&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px; font-size: 14px;"&gt;Thanks for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Oct 2018 12:18:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/unable-to-cut-polygon-in-arcgis-javascript/m-p/476757#M44287</guid>
      <dc:creator>vikaswardiya</dc:creator>
      <dc:date>2018-10-24T12:18:50Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to cut Polygon in arcgis javascript</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/unable-to-cut-polygon-in-arcgis-javascript/m-p/476758#M44288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Don't forget to mark this question as answered by clicking on the "Mark Correct" link on the reply that answered your question.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Oct 2018 12:31:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/unable-to-cut-polygon-in-arcgis-javascript/m-p/476758#M44288</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2018-10-24T12:31:51Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to cut Polygon in arcgis javascript</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/unable-to-cut-polygon-in-arcgis-javascript/m-p/1079224#M73888</link>
      <description>&lt;P&gt;I was seeing this same error when trying a geometry &lt;EM&gt;contains&lt;/EM&gt; function, with a Polyline, and what I thought was a Point (it wasn't).&amp;nbsp; Once I created a new Point from the generic Object, it worked.&amp;nbsp; It would be nice if the error message could lead a consumer of the API down a path to solving the issue.&amp;nbsp; Instead, it's so vague, that we have to ask in a developer forum.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jul 2021 15:05:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/unable-to-cut-polygon-in-arcgis-javascript/m-p/1079224#M73888</guid>
      <dc:creator>AndyWhitaker1</dc:creator>
      <dc:date>2021-07-15T15:05:31Z</dc:date>
    </item>
  </channel>
</rss>

