<?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: Invalid Coordinate System in ArcGIS for Windows Mobile Questions</title>
    <link>https://community.esri.com/t5/arcgis-for-windows-mobile-questions/invalid-coordinate-system/m-p/484590#M1990</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I was told by Trimble that their coordinate system is not projected.&amp;nbsp; So if you assume that the coordinate system is geographic your choices would be from the spheroid based geographic coordinate systems is WGS-84-major-auxiliary-sphere.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The choice from the World based geographic coordinate system is WGS 84.&amp;nbsp; Since the WGS 84 mas did not work I would try the &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;latter.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In kind spirit,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;DCUBED&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also, The ESRI International User Conference is on.&amp;nbsp; Wish I was there.&amp;nbsp; My paper that I submitted on 3D GIS was selected to be presented today I think.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Jul 2013 16:53:47 GMT</pubDate>
    <dc:creator>DarrylSanchez</dc:creator>
    <dc:date>2013-07-10T16:53:47Z</dc:date>
    <item>
      <title>Invalid Coordinate System</title>
      <link>https://community.esri.com/t5/arcgis-for-windows-mobile-questions/invalid-coordinate-system/m-p/484589#M1989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am getting the following error when synchronizing my cache to a service that has a coordinate projection system in WGS_1984_Web_Mercator_Auxillary_Sphere.&amp;nbsp; The objects are still synchronized to my mobile cache and I am able to see them on the map.&amp;nbsp; Are there only select projections that are supported?&amp;nbsp; Any help/suggestions would be appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;...snippet of code that starts the sync process...&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; var agent = new MobileCacheSyncAgent(_fenceCache, _mobileServiceConnection);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; LogFeatureCount("Before Sync: ", _syncRequest.Query);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; agent.FeatureSyncAgents[0].DownloadFilter = new QueryFilter(syncRequest.Query);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; agent.FeatureSyncAgents[0].SynchronizationDirection = SyncDirection.DownloadOnly;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; agent.ProgressChanged += AgentProgressChanged;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; agent.BeginDownloadExtent(_fenceCache.FullExtent, null, this);&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;System.*System.ArgumentException*System.ArgumentException: Invalid Coordinate System.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; at ESRI.ArcGIS.Mobile.SpatialReferences.SpatialReference.Create(Int32 code)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; at ESRI.ArcGIS.Mobile.SpatialReferences.SpatialReference.CreateWgs84SpatialReference()&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; at ESRI.ArcGIS.Mobile.SpatialReferences.SpatialReferenceConverter..ctor(SpatialReference spatialReference2, GeoTransformation geoTransfromation)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; at ESRI.ArcGIS.Mobile.FeatureCaching.MobileCacheSchema.get_SpatialReference()&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; at ESRI.ArcGIS.Mobile.FeatureCaching.MobileCacheSchema.WriteRequestHeader(ServerRequestCode requestCode, BinaryWriter binaryWriter)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; at ESRI.ArcGIS.Mobile.FeatureCaching.Synchronization.MapDocumentConnection.GetFeatureCount(FeatureSource featureSource, QueryFilter filter, String versionName)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; at ESRI.ArcGIS.Mobile.FeatureCaching.Synchronization.FeatureSyncAgent.DecomposeExtent(QueryFilter filter, FeatureSyncResults results)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; at ESRI.ArcGIS.Mobile.FeatureCaching.Synchronization.FeatureSyncAgent.Download(QueryFilter downloadFilter, FeatureSyncResults results)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; at ESRI.ArcGIS.Mobile.FeatureCaching.Synchronization.FeatureSyncAgent.DownloadExtent(Envelope extent)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; at ESRI.ArcGIS.Mobile.FeatureCaching.Synchronization.MobileCacheSyncAgent.DownloadExtent(Envelope extent)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; at ESRI.ArcGIS.Mobile.FeatureCaching.Synchronization.MobileCacheSyncAgent.DownloadAsync(Object state)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; at System.Threading.ThreadPool.WorkItem.doWork(Object o)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; at System.Threading.Timer.ring()&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Apr 2013 17:14:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-for-windows-mobile-questions/invalid-coordinate-system/m-p/484589#M1989</guid>
      <dc:creator>RobertPfingsten</dc:creator>
      <dc:date>2013-04-19T17:14:50Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid Coordinate System</title>
      <link>https://community.esri.com/t5/arcgis-for-windows-mobile-questions/invalid-coordinate-system/m-p/484590#M1990</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I was told by Trimble that their coordinate system is not projected.&amp;nbsp; So if you assume that the coordinate system is geographic your choices would be from the spheroid based geographic coordinate systems is WGS-84-major-auxiliary-sphere.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The choice from the World based geographic coordinate system is WGS 84.&amp;nbsp; Since the WGS 84 mas did not work I would try the &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;latter.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In kind spirit,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;DCUBED&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also, The ESRI International User Conference is on.&amp;nbsp; Wish I was there.&amp;nbsp; My paper that I submitted on 3D GIS was selected to be presented today I think.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jul 2013 16:53:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-for-windows-mobile-questions/invalid-coordinate-system/m-p/484590#M1990</guid>
      <dc:creator>DarrylSanchez</dc:creator>
      <dc:date>2013-07-10T16:53:47Z</dc:date>
    </item>
  </channel>
</rss>

