<?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 GeometryEngine.buffer Problem in ArcGIS Runtime SDK for Android Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/geometryengine-buffer-problem/m-p/87885#M661</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I think we found a bug in the GeometryEngine.buffer method.&amp;nbsp;&amp;nbsp;&amp;nbsp; We are buffering lines, points and polygons.&amp;nbsp; The buffering seems to work and is accurate in Decimal Degrees, but it is not accurate in Miles or Meters when outputting.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here are sure to put it in the correct spacial reference and are hopefully calculating getting the correct unit type for the buffer.&amp;nbsp; Like I said, it seems to work and is accurate in Decimal Degrees, just not Miles or Meters.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We are using this list of WKIDs for the distance portion of the calculation. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://spoiledtechie.com/post/2011/11/23/ESRI-WKID-(Well-Known-ID)-List-of-Units.aspx"&gt;http://spoiledtechie.com/post/2011/11/23/ESRI-WKID-(Well-Known-ID)-List-of-Units.aspx&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We have double and triple checked the IDs to make sure they are accurate and they as well seem to be.&amp;nbsp; So maybe the buffer method isn't completely built out yet.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would appreciate any forward motion on this.&amp;nbsp; Thank You!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Scott&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Feb 2012 15:03:55 GMT</pubDate>
    <dc:creator>ScottPio</dc:creator>
    <dc:date>2012-02-22T15:03:55Z</dc:date>
    <item>
      <title>GeometryEngine.buffer Problem</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/geometryengine-buffer-problem/m-p/87885#M661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I think we found a bug in the GeometryEngine.buffer method.&amp;nbsp;&amp;nbsp;&amp;nbsp; We are buffering lines, points and polygons.&amp;nbsp; The buffering seems to work and is accurate in Decimal Degrees, but it is not accurate in Miles or Meters when outputting.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here are sure to put it in the correct spacial reference and are hopefully calculating getting the correct unit type for the buffer.&amp;nbsp; Like I said, it seems to work and is accurate in Decimal Degrees, just not Miles or Meters.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We are using this list of WKIDs for the distance portion of the calculation. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://spoiledtechie.com/post/2011/11/23/ESRI-WKID-(Well-Known-ID)-List-of-Units.aspx"&gt;http://spoiledtechie.com/post/2011/11/23/ESRI-WKID-(Well-Known-ID)-List-of-Units.aspx&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We have double and triple checked the IDs to make sure they are accurate and they as well seem to be.&amp;nbsp; So maybe the buffer method isn't completely built out yet.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would appreciate any forward motion on this.&amp;nbsp; Thank You!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Scott&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2012 15:03:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/geometryengine-buffer-problem/m-p/87885#M661</guid>
      <dc:creator>ScottPio</dc:creator>
      <dc:date>2012-02-22T15:03:55Z</dc:date>
    </item>
    <item>
      <title>Re: GeometryEngine.buffer Problem</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/geometryengine-buffer-problem/m-p/87886#M662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;When you say not accurate, do you mean the area value not accurate?&amp;nbsp; Are you using an equal area projection in this case?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2012 15:40:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/geometryengine-buffer-problem/m-p/87886#M662</guid>
      <dc:creator>WeifengHe</dc:creator>
      <dc:date>2012-02-22T15:40:49Z</dc:date>
    </item>
    <item>
      <title>Re: GeometryEngine.buffer Problem</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/geometryengine-buffer-problem/m-p/87887#M663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This is "some" of the code we are using to run the service&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Polygon polygon = GeometryEngine.buffer(geometry, spatialReference, inputDistance,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Unit.create(inputUnits));&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Variables being&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;SpatialReference =SpatialReference.create(WGS_1984_WKID_LINEAR);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;WGS_1984_WKID_LINEAR = 102113;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;inputDistance = .0256;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;inputUnits = being one of the below three&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; private static final int ESRI_METERS_UNIT_GUID = 9001;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; private static final int DECIMAL_DEGREES_UNIT_GUID = 9102;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; private static final int ESRI_MILES_UNIT_GUID = 9030;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The Decimal degrees when shown on the map looks accurate, while Meters and Miles look huge and well outside the bounds of what it should be.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2012 19:05:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/geometryengine-buffer-problem/m-p/87887#M663</guid>
      <dc:creator>ScottPio</dc:creator>
      <dc:date>2012-02-22T19:05:17Z</dc:date>
    </item>
    <item>
      <title>Re: GeometryEngine.buffer Problem</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/geometryengine-buffer-problem/m-p/87888#M664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Bump.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Still need help with this.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Apr 2012 19:58:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/geometryengine-buffer-problem/m-p/87888#M664</guid>
      <dc:creator>ScottPio</dc:creator>
      <dc:date>2012-04-02T19:58:06Z</dc:date>
    </item>
  </channel>
</rss>

