<?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: GPS Averaging in Mobile 3.1 in ArcGIS for Windows Mobile Questions</title>
    <link>https://community.esri.com/t5/arcgis-for-windows-mobile-questions/gps-averaging-in-mobile-3-1/m-p/676698#M2854</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;No I never did solve this. We ended up dropping the upgrade to 3.1 and went to 10.1.1. We also re-created our own Averaging functionality. ESRI deprecated the Averaging tools and we could not get them to work anyways.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Good luck, but I am afraid you might be going completely custom if you want this. It is very unfortunate that the Averaging functions are gone though.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 02 Jul 2013 11:59:04 GMT</pubDate>
    <dc:creator>KierenTinning1</dc:creator>
    <dc:date>2013-07-02T11:59:04Z</dc:date>
    <item>
      <title>GPS Averaging in Mobile 3.1</title>
      <link>https://community.esri.com/t5/arcgis-for-windows-mobile-questions/gps-averaging-in-mobile-3-1/m-p/676696#M2852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;In ArcGIS Mobile 10 there was a method called &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;GpsAveragingCollectionMethod&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;which took a feature object. When it was used I had my application show the edit attributes dialog and immediately transition to the GpsAveraging collection page which worked really well. At 3.1 this has been marked as obsolete and it takes a Geometry object as well.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In 3.1 the standard workflow is now to collect attributes, click on the location group which transitions the user to a Map Page where the user must divine which button to push to get to averaging. The system does not count up any longer either which is unfortunate. The user must then go back to Edit Attributes and then click save, all very convoluted.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In code then, if I want to get back to the old flow of my custom application of Edit Attributes ??? Collect Geometry ??? Save ??? Pick new Feature ??? Edit Attributes ??? Collect Geometry, etc I cannot seem to use the GpsAveragingCollectionMethod. If I use the new tools,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;GpsVertexCollectionMethod and pass in a new ESRI.ArcGIS.Mobile.Geometries.Point() as g and run the code the system never goes to the averaging page when I state .StartGeometryCollection(g)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;GpsVertexCollectionMethod vgam = new GpsVertexCollectionMethod();&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Geometry g = new ESRI.ArcGIS.Mobile.Geometries.Point();&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;vgam.StartGeometryCollection(g)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If I then deduce that maybe a page is required I use&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;GpsVertexCollectionMapPage gpg = new GpsVertexCollectionMapPage(); This doesn???t work as it states I need to have a ???GpsVertexCollectionMethod collectionMethod???&amp;nbsp; in the constructor&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;so, I then state&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;GpsVertexCollectionMapPage gpg = new GpsVertexCollectionMapPage(vgam); &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The development environment then states that the ESRI.ArcGIS.Mobile.Client.GeometryCollectionMethods.GpsVertexCollectionMapPage does not contain a constructor that takes ???1??? arguments. And yet if I have nothing it tells me that I require a single constructor. Though the API documentation does not state this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So, bottom line, how do I &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Create an Edit Page ??? which I can do&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Navigate to a GPS Averaging Page with a start button&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. Navigate to my Finish Options page&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;All of which worked very well in 10 and now seems to have fallen apart in 3.1&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, 07 Jan 2013 13:38:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-for-windows-mobile-questions/gps-averaging-in-mobile-3-1/m-p/676696#M2852</guid>
      <dc:creator>KierenTinning1</dc:creator>
      <dc:date>2013-01-07T13:38:09Z</dc:date>
    </item>
    <item>
      <title>Re: GPS Averaging in Mobile 3.1</title>
      <link>https://community.esri.com/t5/arcgis-for-windows-mobile-questions/gps-averaging-in-mobile-3-1/m-p/676697#M2853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am using ArcGIS Mobile 10.1.1 for Windows Mobile and have the same problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Have you been able to resolve this?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jun 2013 11:00:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-for-windows-mobile-questions/gps-averaging-in-mobile-3-1/m-p/676697#M2853</guid>
      <dc:creator>DeonLengton</dc:creator>
      <dc:date>2013-06-27T11:00:44Z</dc:date>
    </item>
    <item>
      <title>Re: GPS Averaging in Mobile 3.1</title>
      <link>https://community.esri.com/t5/arcgis-for-windows-mobile-questions/gps-averaging-in-mobile-3-1/m-p/676698#M2854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;No I never did solve this. We ended up dropping the upgrade to 3.1 and went to 10.1.1. We also re-created our own Averaging functionality. ESRI deprecated the Averaging tools and we could not get them to work anyways.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Good luck, but I am afraid you might be going completely custom if you want this. It is very unfortunate that the Averaging functions are gone though.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jul 2013 11:59:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-for-windows-mobile-questions/gps-averaging-in-mobile-3-1/m-p/676698#M2854</guid>
      <dc:creator>KierenTinning1</dc:creator>
      <dc:date>2013-07-02T11:59:04Z</dc:date>
    </item>
  </channel>
</rss>

