<?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: USNG Widget with Different Projection Coordinate System in ArcGIS Viewer for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/usng-widget-with-different-projection-coordinate/m-p/690887#M21136</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Lixin,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The grids are actually graphics that are drawn on the map and are created each time you pan by working out the max/min coordinate values for the eastings and northings within the the viewable area; this is all done client side so does not touch the geometry service.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you contact Kerry Coffin at Esri who created the original code I am sure he would supply the .as files required so that you could re-write them for your own coordinate system or he might even have other grids for America already.&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, 13 Nov 2013 16:09:55 GMT</pubDate>
    <dc:creator>AnthonyGiles</dc:creator>
    <dc:date>2013-11-13T16:09:55Z</dc:date>
    <item>
      <title>USNG Widget with Different Projection Coordinate System</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/usng-widget-with-different-projection-coordinate/m-p/690884#M21133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;We are trying to find the USNG widget with different Projection Coordinate System, like NAD_1983_HARN_StatePlane_Florida_East_FIPS_0901_Feet. It seems that we can only find one for Web Mercator in ArcGIS Resources website. Does anybody know where we can find the widget we want or how we can make one by ourselves? Any help or suggestion would be greatly appreciated.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Nov 2013 11:03:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/usng-widget-with-different-projection-coordinate/m-p/690884#M21133</guid>
      <dc:creator>LixinHuang</dc:creator>
      <dc:date>2013-11-08T11:03:43Z</dc:date>
    </item>
    <item>
      <title>Re: USNG Widget with Different Projection Coordinate System</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/usng-widget-with-different-projection-coordinate/m-p/690885#M21134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Lixin,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I don't know about any widget has that the projection, but theoretically by using Flex API can hit the map server to re-project by using the GeometryService class, you can check this sample here:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="https://developers.arcgis.com/en/flex/sample-code/project-a-point.htm"&gt;https://developers.arcgis.com/en/flex/sample-code/project-a-point.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For Flex Viewer, check about the map content config file:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/flex-viewer/concepts/#/Map_content/01m30000005p000000/"&gt;http://resources.arcgis.com/en/help/flex-viewer/concepts/#/Map_content/01m30000005p000000/&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Nov 2013 20:50:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/usng-widget-with-different-projection-coordinate/m-p/690885#M21134</guid>
      <dc:creator>YueWu1</dc:creator>
      <dc:date>2013-11-08T20:50:26Z</dc:date>
    </item>
    <item>
      <title>Re: USNG Widget with Different Projection Coordinate System</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/usng-widget-with-different-projection-coordinate/m-p/690886#M21135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;We tried to use Geometry service to reproject the geometry of the mouse pointer in other PCS for displaying the USNG coordinate correctly. We can feel the latency while users move the mouse. However, we had a hard time in reprojecting USNG grid geometry since the Widget uses two classes "SimpleGraticuleLayer" and "MgrsLayer" in a Flex library "FlexProjections.swc" to draw and label the grid. And it only supports Web Mercator.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Nov 2013 14:32:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/usng-widget-with-different-projection-coordinate/m-p/690886#M21135</guid>
      <dc:creator>LixinHuang</dc:creator>
      <dc:date>2013-11-13T14:32:44Z</dc:date>
    </item>
    <item>
      <title>Re: USNG Widget with Different Projection Coordinate System</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/usng-widget-with-different-projection-coordinate/m-p/690887#M21136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Lixin,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The grids are actually graphics that are drawn on the map and are created each time you pan by working out the max/min coordinate values for the eastings and northings within the the viewable area; this is all done client side so does not touch the geometry service.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you contact Kerry Coffin at Esri who created the original code I am sure he would supply the .as files required so that you could re-write them for your own coordinate system or he might even have other grids for America already.&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, 13 Nov 2013 16:09:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/usng-widget-with-different-projection-coordinate/m-p/690887#M21136</guid>
      <dc:creator>AnthonyGiles</dc:creator>
      <dc:date>2013-11-13T16:09:55Z</dc:date>
    </item>
    <item>
      <title>Re: USNG Widget with Different Projection Coordinate System</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/usng-widget-with-different-projection-coordinate/m-p/690888#M21137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Anthony,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your suggestions. Do you know Kerry Coffin's contact information? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Lixin,&lt;BR /&gt;&lt;BR /&gt;The grids are actually graphics that are drawn on the map and are created each time you pan by working out the max/min coordinate values for the eastings and northings within the the viewable area; this is all done client side so does not touch the geometry service.&lt;BR /&gt;&lt;BR /&gt;If you contact Kerry Coffin at Esri who created the original code I am sure he would supply the .as files required so that you could re-write them for your own coordinate system or he might even have other grids for America already.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Anthony&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Nov 2013 17:49:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/usng-widget-with-different-projection-coordinate/m-p/690888#M21137</guid>
      <dc:creator>LixinHuang</dc:creator>
      <dc:date>2013-11-13T17:49:03Z</dc:date>
    </item>
    <item>
      <title>Re: USNG Widget with Different Projection Coordinate System</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/usng-widget-with-different-projection-coordinate/m-p/690889#M21138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;lixin,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;His username is kcoffin&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>Thu, 14 Nov 2013 14:18:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/usng-widget-with-different-projection-coordinate/m-p/690889#M21138</guid>
      <dc:creator>AnthonyGiles</dc:creator>
      <dc:date>2013-11-14T14:18:34Z</dc:date>
    </item>
  </channel>
</rss>

