<?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: MapPoint new spatial reference for Coordinates in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/mappoint-new-spatial-reference-for-coordinates/m-p/5587#M110</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Joe,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Just so that you are clear, if your map is in your wkid, then the coordinates diplayed by the coordinate widget will be in your map wkid system.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm guessing that you are using ESRI or Bing basemaps so your wkid is being set to web mercator?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you don't need the ESRI basemaps and have basemaps of your own, set it to use them and you will get the coordinates that you want.&amp;nbsp;&amp;nbsp; You could still load ESRI basemaps if needed, but only as dynamic, which slows them down quite a bit.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In case this helps,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;R_&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 May 2013 00:26:26 GMT</pubDate>
    <dc:creator>RhettZufelt</dc:creator>
    <dc:date>2013-05-02T00:26:26Z</dc:date>
    <item>
      <title>MapPoint new spatial reference for Coordinates</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/mappoint-new-spatial-reference-for-coordinates/m-p/5583#M106</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;I am trying to display a set of false eastings and false northings alongside my already displayed coordinates which are in degrees. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I had hoped by creating a new MapPoint in my mousemoveHandler inside my coordinates widget&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;var eastnorth:MapPoint = map.toMapFromStage(event.stageX, event.stageY);&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And then setting a new spatial reference&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt; eastnorth.spatialReference = new SpatialReference(28351);&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;it would update this change and instead of displaying in degrees change it into False eastings which is the correct output unit for spatial reference 28351, however it accepts the change to the spatial reference but almost like the spatial reference value has nothing to do with the coordinates the MapPoint will display as it stays in degrees.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can anyone offer any help?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 May 2013 05:01:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/mappoint-new-spatial-reference-for-coordinates/m-p/5583#M106</guid>
      <dc:creator>JoeHewitt</dc:creator>
      <dc:date>2013-05-01T05:01:42Z</dc:date>
    </item>
    <item>
      <title>Re: MapPoint new spatial reference for Coordinates</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/mappoint-new-spatial-reference-for-coordinates/m-p/5584#M107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Joe,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; A Map Point does not get reprojected on the client just because you set a different spatial reference. You will have to send the map point to a geometry service to have it re-projected if you are not asking for the point in WebMercator (WebMercator to Geographic and geographic to WebMercator are the only client side supported re-projections).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Don't forget to &lt;/SPAN&gt;&lt;STRONG&gt;click the Mark as answer check&lt;/STRONG&gt;&lt;SPAN&gt; on this post and to &lt;/SPAN&gt;&lt;STRONG&gt;click the top arrow (promote)&lt;/STRONG&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;STRONG&gt;Follow these steps&lt;/STRONG&gt;&lt;SPAN&gt; as shown in the below graphic:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;IMG src="http://gis.calhouncounty.org/FlexViewer3.0/Answer.jpg" /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 May 2013 11:04:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/mappoint-new-spatial-reference-for-coordinates/m-p/5584#M107</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2013-05-01T11:04:58Z</dc:date>
    </item>
    <item>
      <title>Re: MapPoint new spatial reference for Coordinates</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/mappoint-new-spatial-reference-for-coordinates/m-p/5585#M108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Joe,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My guess is that the response time from sending the request to the server would not be quick enough to dynamically show the reprojected values on mouse move&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anthony&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 May 2013 15:20:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/mappoint-new-spatial-reference-for-coordinates/m-p/5585#M108</guid>
      <dc:creator>AnthonyGiles</dc:creator>
      <dc:date>2013-05-01T15:20:42Z</dc:date>
    </item>
    <item>
      <title>Re: MapPoint new spatial reference for Coordinates</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/mappoint-new-spatial-reference-for-coordinates/m-p/5586#M109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks guys,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;not what I was hoping to hear.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you take a look at this example here &lt;/SPAN&gt;&lt;A href="https://sarig.pir.sa.gov.au/Map"&gt;https://sarig.pir.sa.gov.au/Map&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can see at the bottom left of the screen there are two different types of coordinates being displayed. DMS which would be done by geographicToDMS. But there is the false eastings and false northings being displayed dynamically on mouse over without any geometry being displayed.&amp;nbsp; These false eastings and northings also updating into the correct local coordinate zone as you move the mouse. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So there must be some way to define coordinates from multiple spatial references with a mouse move event.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm presuming a solution could be to create my own transformation function with the projection paramaters so I can project my degrees into the false eastings/northings. But this would be annoying as flex already knows these coordinate systems so should be able to do the work for me.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 May 2013 23:49:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/mappoint-new-spatial-reference-for-coordinates/m-p/5586#M109</guid>
      <dc:creator>JoeHewitt</dc:creator>
      <dc:date>2013-05-01T23:49:09Z</dc:date>
    </item>
    <item>
      <title>Re: MapPoint new spatial reference for Coordinates</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/mappoint-new-spatial-reference-for-coordinates/m-p/5587#M110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Joe,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Just so that you are clear, if your map is in your wkid, then the coordinates diplayed by the coordinate widget will be in your map wkid system.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm guessing that you are using ESRI or Bing basemaps so your wkid is being set to web mercator?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you don't need the ESRI basemaps and have basemaps of your own, set it to use them and you will get the coordinates that you want.&amp;nbsp;&amp;nbsp; You could still load ESRI basemaps if needed, but only as dynamic, which slows them down quite a bit.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In case this helps,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;R_&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 May 2013 00:26:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/mappoint-new-spatial-reference-for-coordinates/m-p/5587#M110</guid>
      <dc:creator>RhettZufelt</dc:creator>
      <dc:date>2013-05-02T00:26:26Z</dc:date>
    </item>
    <item>
      <title>Re: MapPoint new spatial reference for Coordinates</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/mappoint-new-spatial-reference-for-coordinates/m-p/5588#M111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi rhett,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Would it be possible to have a basemap that is made up of different tiles with different wkids, so on mouseover im displaying the coordinates of that local coordinate system?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 May 2013 00:44:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/mappoint-new-spatial-reference-for-coordinates/m-p/5588#M111</guid>
      <dc:creator>JoeHewitt</dc:creator>
      <dc:date>2013-05-02T00:44:14Z</dc:date>
    </item>
    <item>
      <title>Re: MapPoint new spatial reference for Coordinates</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/mappoint-new-spatial-reference-for-coordinates/m-p/5589#M112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Joe,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;"Tiles" are pre-rendered in the spatial reference of the service and can't be on the fly projected, so if using tiled services, they all need to be in the same wkid.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;whatever wkid the map is in is what the coordinate tool displays on mouse over.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have all the base civil layers for my area, and imagery for several years that I have created my own basemaps with. I also download the NAIP imagery, convert to my SR and publish as a service.&amp;nbsp; This way, "most" of my basemaps are all in my State Plane coordinate system, and thus, that is the real time coordinates displayed by coordinate widget.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I do on occasion have the need to load someone elses service as one of my basemap options that is in a different wkid.&amp;nbsp;&amp;nbsp; I have to load it as type="dynamic", otherwise the "tiles" are in the wrong location.&amp;nbsp; This makes it load slower than it would tiled, but it works.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Seems I remeber a thread about programatically changing wkid on basemap switch in order to use different tiled basemaps in the same FV app, but even then, the coordinates displayed would be of the "current" wkid.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Other than that, the only way I know to "cheat" is to set your SR in ArcMap to your local, load the service that you need (that is in different wkid) and save map, then right click in ArcCatalog and publish to service (not supported as msd).&amp;nbsp; Then, if you load that service into your FV, it will see it as your local SR, but will be slower to load.&amp;nbsp; However, if you are running AGS 10.1, you don't have this option, version 10 is that last one that lets you publish service as mxd.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;R_&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 May 2013 14:55:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/mappoint-new-spatial-reference-for-coordinates/m-p/5589#M112</guid>
      <dc:creator>RhettZufelt</dc:creator>
      <dc:date>2013-05-02T14:55:32Z</dc:date>
    </item>
    <item>
      <title>Re: MapPoint new spatial reference for Coordinates</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/mappoint-new-spatial-reference-for-coordinates/m-p/5590#M113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Also if you are good at geometry then you can do the reprojection calculations clientside by writing all the geometry code yourself to do the conversion from what ever WKID you map is in to your desired coordinates. I personally am not a math genious so can not guide you in any of this, but it may be what the people at the site you posted did.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 May 2013 15:53:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/mappoint-new-spatial-reference-for-coordinates/m-p/5590#M113</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2013-05-02T15:53:03Z</dc:date>
    </item>
    <item>
      <title>Re: MapPoint new spatial reference for Coordinates</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/mappoint-new-spatial-reference-for-coordinates/m-p/5591#M114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Also if you are good at geometry then you can do the reprojection calculations clientside by writing all the geometry code yourself to do the conversion from what ever WKID you map is in to your desired coordinates. I personally am not a math genious so can not guide you in any of this, but it may be what the people at the site you posted did.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This was unfortunately the path I had to follow. Took me a while and fortunately I was able to follow an excel sheet with the projection calculation in it, so it just required me to track the long path of excel cells with each stage of the calculation and then write this into my code. Those transformation equations are truely something else....&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your help everyone.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 May 2013 05:05:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/mappoint-new-spatial-reference-for-coordinates/m-p/5591#M114</guid>
      <dc:creator>JoeHewitt</dc:creator>
      <dc:date>2013-05-03T05:05:30Z</dc:date>
    </item>
  </channel>
</rss>

