<?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: Can AGSMultipoint be used for AGSIdentTask AGSIdentifyParameters geometry? in Developers Questions</title>
    <link>https://community.esri.com/t5/developers-questions/can-agsmultipoint-be-used-for-agsidenttask/m-p/584029#M3945</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you should find more information here &lt;A href="https://developers.arcgis.com/ios/objective-c/guide/spatial-references.htm" title="https://developers.arcgis.com/ios/objective-c/guide/spatial-references.htm"&gt;Spatial references—ArcGIS Runtime SDK for iOS | ArcGIS for Developers&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The UIView is usually in pixel values and the WebMap will be having geographic values. In your case, if you just want to use a single user location then just pass the mapPoint and increase the tolerance in IdentifyParameters to the pixel value in you case 400. That should work for you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Jul 2015 21:58:35 GMT</pubDate>
    <dc:creator>thejuskambi</dc:creator>
    <dc:date>2015-07-23T21:58:35Z</dc:date>
    <item>
      <title>Can AGSMultipoint be used for AGSIdentTask AGSIdentifyParameters geometry?</title>
      <link>https://community.esri.com/t5/developers-questions/can-agsmultipoint-be-used-for-agsidenttask/m-p/584024#M3940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can AGSMultipoint be used for AGSIdentTask AGSIdentifyParameters geometry?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jul 2015 19:51:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/can-agsmultipoint-be-used-for-agsidenttask/m-p/584024#M3940</guid>
      <dc:creator>ThomasMarkel</dc:creator>
      <dc:date>2015-07-22T19:51:27Z</dc:date>
    </item>
    <item>
      <title>Re: Can AGSMultipoint be used for AGSIdentTask AGSIdentifyParameters geometry?</title>
      <link>https://community.esri.com/t5/developers-questions/can-agsmultipoint-be-used-for-agsidenttask/m-p/584025#M3941</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, you can use it to Identify. It will easily get you result if you are identifing against polygons. whereas for line and points, you would have to make sure it intersects with the geometries. Ideally it is a better way to first buffer the points and then use the buffer geometry in the IdentifyTask.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does that make sense.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jul 2015 18:11:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/can-agsmultipoint-be-used-for-agsidenttask/m-p/584025#M3941</guid>
      <dc:creator>thejuskambi</dc:creator>
      <dc:date>2015-07-23T18:11:34Z</dc:date>
    </item>
    <item>
      <title>Re: Can AGSMultipoint be used for AGSIdentTask AGSIdentifyParameters geometry?</title>
      <link>https://community.esri.com/t5/developers-questions/can-agsmultipoint-be-used-for-agsidenttask/m-p/584026#M3942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks.&amp;nbsp; I have an additional question and I am using ArcGIS Runtime SDK for iOS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using AGSPolygon for the geometry for the AGSIdentifyTask params AGSIdentifyParameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using ASGSGeoMetryEngine to get a large rectangle envelope around a GPSPoint.&amp;nbsp;&amp;nbsp; Is this the right way to do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AGSGeometryEngine * geometryEngine = [AGSGeometryEngine defaultGeometryEngine];&lt;/P&gt;&lt;P&gt;searchPolygon = [geometryEngine bufferGeometry:centerAGSPoint byDistance:100];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;centerAGSPoint is my current center latitiude and longitude.&amp;nbsp;&amp;nbsp; How would you given a center point latitude and longitude get rectangle area for a visible UIView?&amp;nbsp;&amp;nbsp;&amp;nbsp; from 0,0 to width,height?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to be able to search an area (AGSPolygon) and get all the resulting AGSGraphics.&amp;nbsp; Right now I do this and I get only 1 GPSPoint when I know there are many.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help&lt;/P&gt;&lt;P&gt;Tom &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jul 2015 18:53:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/can-agsmultipoint-be-used-for-agsidenttask/m-p/584026#M3942</guid>
      <dc:creator>ThomasMarkel</dc:creator>
      <dc:date>2015-07-23T18:53:27Z</dc:date>
    </item>
    <item>
      <title>Re: Can AGSMultipoint be used for AGSIdentTask AGSIdentifyParameters geometry?</title>
      <link>https://community.esri.com/t5/developers-questions/can-agsmultipoint-be-used-for-agsidenttask/m-p/584027#M3943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I dont know about iOS. but In general when you do a buffer for point the output would be circle and not extent. also when using buffer you should also pass the unit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if all you need is extent then you could simply create a new extent object and update the values with half of the buffer distance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;xmax = gpsPoint.x + 50&lt;/P&gt;&lt;P&gt;xmin = gpsPoint.x - 50&lt;/P&gt;&lt;P&gt;ymax = gpsPoint.y + 50&lt;/P&gt;&lt;P&gt;ymin = gpsPoint.y - 50&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or if you want all graphic with in the visible extent then the map control should have extent property on it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jul 2015 20:06:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/can-agsmultipoint-be-used-for-agsidenttask/m-p/584027#M3943</guid>
      <dc:creator>thejuskambi</dc:creator>
      <dc:date>2015-07-23T20:06:17Z</dc:date>
    </item>
    <item>
      <title>Re: Can AGSMultipoint be used for AGSIdentTask AGSIdentifyParameters geometry?</title>
      <link>https://community.esri.com/t5/developers-questions/can-agsmultipoint-be-used-for-agsidenttask/m-p/584028#M3944</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks again.&amp;nbsp;&amp;nbsp; One more question and please bare with me as I am very new (this month) to ArcGIS.&amp;nbsp; Really like it!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you say create my own extent.&amp;nbsp;&amp;nbsp;&amp;nbsp; How to I convert from one coordinate system to another.&amp;nbsp;&amp;nbsp; I have a UIView with a center of the user current location.&amp;nbsp; Let's say the UIView (window) is 400 x 400 so center is current user location (lat/long).&amp;nbsp;&amp;nbsp; I want to search for any graphic in a specific rect say 400, 400 around the center lat/long for the user.&amp;nbsp;&amp;nbsp;&amp;nbsp; How do I do this?&amp;nbsp;&amp;nbsp;&amp;nbsp; If my window is not in the same coordinate system as the ArcGIS map?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jul 2015 21:28:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/can-agsmultipoint-be-used-for-agsidenttask/m-p/584028#M3944</guid>
      <dc:creator>ThomasMarkel</dc:creator>
      <dc:date>2015-07-23T21:28:11Z</dc:date>
    </item>
    <item>
      <title>Re: Can AGSMultipoint be used for AGSIdentTask AGSIdentifyParameters geometry?</title>
      <link>https://community.esri.com/t5/developers-questions/can-agsmultipoint-be-used-for-agsidenttask/m-p/584029#M3945</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you should find more information here &lt;A href="https://developers.arcgis.com/ios/objective-c/guide/spatial-references.htm" title="https://developers.arcgis.com/ios/objective-c/guide/spatial-references.htm"&gt;Spatial references—ArcGIS Runtime SDK for iOS | ArcGIS for Developers&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The UIView is usually in pixel values and the WebMap will be having geographic values. In your case, if you just want to use a single user location then just pass the mapPoint and increase the tolerance in IdentifyParameters to the pixel value in you case 400. That should work for you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jul 2015 21:58:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/can-agsmultipoint-be-used-for-agsidenttask/m-p/584029#M3945</guid>
      <dc:creator>thejuskambi</dc:creator>
      <dc:date>2015-07-23T21:58:35Z</dc:date>
    </item>
    <item>
      <title>Re: Can AGSMultipoint be used for AGSIdentTask AGSIdentifyParameters geometry?</title>
      <link>https://community.esri.com/t5/developers-questions/can-agsmultipoint-be-used-for-agsidenttask/m-p/584030#M3946</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried a tolerance of 400 and I still only get one GPSPoint returned in the result even though I know there are more points as this is part of a raster.&amp;nbsp;&amp;nbsp;&amp;nbsp; Is there a way to get the full raster that contains a GPSPoint?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jul 2015 19:40:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/can-agsmultipoint-be-used-for-agsidenttask/m-p/584030#M3946</guid>
      <dc:creator>ThomasMarkel</dc:creator>
      <dc:date>2015-07-24T19:40:44Z</dc:date>
    </item>
  </channel>
</rss>

