<?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: Maximum Allowable Offset in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/maximum-allowable-offset/m-p/575482#M53743</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisserver/10.0/apis/rest/index.html"&gt;ArcGIS Server REST docs&lt;/A&gt;&lt;SPAN&gt; have some info:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Description: This option can be used to specify the maxAllowableOffset to be used for generalizing geometries returned by the query operation.&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;The maxAllowableOffset is in the units of the outSR. If outSR is not specified then maxAllowableOffset is assumed to be in the unit of the spatial reference of the map.&lt;/STRONG&gt;&lt;BR /&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I don't think there's an SRID for rubber chickens ;). Expect to see more about this on the &lt;/SPAN&gt;&lt;A href="http://blogs.esri.com/Dev/blogs/arcgisserver/default.aspx"&gt;ArcGIS Server blog&lt;/A&gt;&lt;SPAN&gt; on Monday.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Jun 2011 15:23:48 GMT</pubDate>
    <dc:creator>derekswingley1</dc:creator>
    <dc:date>2011-06-10T15:23:48Z</dc:date>
    <item>
      <title>Maximum Allowable Offset</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/maximum-allowable-offset/m-p/575480#M53741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hey all,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a quick question regarding the ArcGIS Rest end points....&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What is the "Maximum Allowable Offset" parameter?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I know it generalizes on the fly (fantastic) but what are the units? Is it in meters? radians? rubber chickens?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jun 2011 05:18:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/maximum-allowable-offset/m-p/575480#M53741</guid>
      <dc:creator>SystemAdministrator</dc:creator>
      <dc:date>2011-06-10T05:18:50Z</dc:date>
    </item>
    <item>
      <title>Re: Maximum Allowable Offset</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/maximum-allowable-offset/m-p/575481#M53742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hey all,&lt;BR /&gt;&lt;BR /&gt;I have a quick question regarding the ArcGIS Rest end points....&lt;BR /&gt;&lt;BR /&gt;What is the "Maximum Allowable Offset" parameter?&lt;BR /&gt;&lt;BR /&gt;I know it generalizes on the fly (fantastic) but what are the units? Is it in meters? radians? rubber chickens?&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;To my understanding, Maximum Allowable Offset means the map distance ( usually per pixel) within which two points are considered identical. It is used to generalize thus reduce the number of points (vetices) displayed on the map. It should be in map unit(for 102100, is meters).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jun 2011 13:10:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/maximum-allowable-offset/m-p/575481#M53742</guid>
      <dc:creator>HemingZhu</dc:creator>
      <dc:date>2011-06-10T13:10:42Z</dc:date>
    </item>
    <item>
      <title>Re: Maximum Allowable Offset</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/maximum-allowable-offset/m-p/575482#M53743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisserver/10.0/apis/rest/index.html"&gt;ArcGIS Server REST docs&lt;/A&gt;&lt;SPAN&gt; have some info:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Description: This option can be used to specify the maxAllowableOffset to be used for generalizing geometries returned by the query operation.&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;The maxAllowableOffset is in the units of the outSR. If outSR is not specified then maxAllowableOffset is assumed to be in the unit of the spatial reference of the map.&lt;/STRONG&gt;&lt;BR /&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I don't think there's an SRID for rubber chickens ;). Expect to see more about this on the &lt;/SPAN&gt;&lt;A href="http://blogs.esri.com/Dev/blogs/arcgisserver/default.aspx"&gt;ArcGIS Server blog&lt;/A&gt;&lt;SPAN&gt; on Monday.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jun 2011 15:23:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/maximum-allowable-offset/m-p/575482#M53743</guid>
      <dc:creator>derekswingley1</dc:creator>
      <dc:date>2011-06-10T15:23:48Z</dc:date>
    </item>
    <item>
      <title>Re: Maximum Allowable Offset</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/maximum-allowable-offset/m-p/575483#M53744</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;New blog post on this over on the ArcGIS Server blog:&amp;nbsp; &lt;/SPAN&gt;&lt;A href="http://blogs.esri.com/Dev/blogs/arcgisserver/archive/2011/06/13/Feature-layers-can-generalize-geometries-on-the-fly.aspx"&gt;http://blogs.esri.com/Dev/blogs/arcgisserver/archive/2011/06/13/Feature-layers-can-generalize-geometries-on-the-fly.aspx&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jun 2011 20:52:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/maximum-allowable-offset/m-p/575483#M53744</guid>
      <dc:creator>derekswingley1</dc:creator>
      <dc:date>2011-06-13T20:52:47Z</dc:date>
    </item>
    <item>
      <title>Re: Maximum Allowable Offset</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/maximum-allowable-offset/m-p/575484#M53745</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the info swingley, much appreciated.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jun 2011 03:59:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/maximum-allowable-offset/m-p/575484#M53745</guid>
      <dc:creator>SystemAdministrator</dc:creator>
      <dc:date>2011-06-17T03:59:26Z</dc:date>
    </item>
    <item>
      <title>Re: Maximum Allowable Offset</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/maximum-allowable-offset/m-p/1396744#M84029</link>
      <description>&lt;P&gt;link doesn't work anymore. Got an updated link?&lt;/P&gt;</description>
      <pubDate>Fri, 15 Mar 2024 18:44:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/maximum-allowable-offset/m-p/1396744#M84029</guid>
      <dc:creator>seanr</dc:creator>
      <dc:date>2024-03-15T18:44:32Z</dc:date>
    </item>
  </channel>
</rss>

