<?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 Simplify geometry returned from query task in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/simplify-geometry-returned-from-query-task/m-p/93797#M8541</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is it possible to simplify the geometry of a feature(s) returned from a query task? For example, I would like to highlight the results of a query task, but some of the polygons are very detailed or very large and the query task task a long time.&amp;nbsp; I've thought about creating a "generalized" version of the dataset and having a 2nd map service just for query tasks, but was curious if there was a way to make the query task itself generalize the returned geometry.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Matt&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 09 Sep 2013 19:10:40 GMT</pubDate>
    <dc:creator>MattCooper</dc:creator>
    <dc:date>2013-09-09T19:10:40Z</dc:date>
    <item>
      <title>Simplify geometry returned from query task</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/simplify-geometry-returned-from-query-task/m-p/93797#M8541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is it possible to simplify the geometry of a feature(s) returned from a query task? For example, I would like to highlight the results of a query task, but some of the polygons are very detailed or very large and the query task task a long time.&amp;nbsp; I've thought about creating a "generalized" version of the dataset and having a 2nd map service just for query tasks, but was curious if there was a way to make the query task itself generalize the returned geometry.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Matt&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Sep 2013 19:10:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/simplify-geometry-returned-from-query-task/m-p/93797#M8541</guid>
      <dc:creator>MattCooper</dc:creator>
      <dc:date>2013-09-09T19:10:40Z</dc:date>
    </item>
    <item>
      <title>Re: Simplify geometry returned from query task</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/simplify-geometry-returned-from-query-task/m-p/93798#M8542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Have you taken a look at the &lt;/SPAN&gt;&lt;A href="https://developers.arcgis.com/en/javascript/jsapi/generalizeparameters.html"&gt;API&lt;/A&gt;&lt;SPAN&gt;?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-Chris B.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Sep 2013 20:02:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/simplify-geometry-returned-from-query-task/m-p/93798#M8542</guid>
      <dc:creator>ChristopherBlinn1</dc:creator>
      <dc:date>2013-09-09T20:02:33Z</dc:date>
    </item>
    <item>
      <title>Re: Simplify geometry returned from query task</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/simplify-geometry-returned-from-query-task/m-p/93799#M8543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Look at the API? No, i just like to blindly guess or ask you kind folks to look at it for me!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I don't think the generalize class that you linked to works with the query task as it mentions its for generalizing input geometry using the geometry service. But, I did notice that query task max allowable offset property, which I had missed before. Thanks for spurring me to take a second look at the API reference docs.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Sep 2013 20:18:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/simplify-geometry-returned-from-query-task/m-p/93799#M8543</guid>
      <dc:creator>MattCooper</dc:creator>
      <dc:date>2013-09-09T20:18:37Z</dc:date>
    </item>
    <item>
      <title>Re: Simplify geometry returned from query task</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/simplify-geometry-returned-from-query-task/m-p/93800#M8544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Look at the API? No, i just like to blindly guess or ask you kind folks to look at it for me!&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You'd be surprised how many don't look at it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I too forgot about max allowable offset until you mentioned it.&amp;nbsp; I recently used the generalize class (on the featureSet feature graphics from a query task) when I could have easily used the max allowable offset parameter.&amp;nbsp; This is a more practical approach.&amp;nbsp; Seems we both learned something.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I appreciate the less sarcastic response.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Sep 2013 20:54:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/simplify-geometry-returned-from-query-task/m-p/93800#M8544</guid>
      <dc:creator>ChristopherBlinn1</dc:creator>
      <dc:date>2013-09-09T20:54:09Z</dc:date>
    </item>
  </channel>
</rss>

