<?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: Lat/Lon To State Plane in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/lat-lon-to-state-plane/m-p/259946#M6753</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi gilest, I am currently doing that but my boss asked me to create a class that we can use to actually project lat/lon to state plane....actual geodesy calculations...lol. I know about geometry service but he(my boss) wants me to write our own.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you though&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Apr 2011 19:08:26 GMT</pubDate>
    <dc:creator>BernardNtiamoah</dc:creator>
    <dc:date>2011-04-06T19:08:26Z</dc:date>
    <item>
      <title>Lat/Lon To State Plane</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/lat-lon-to-state-plane/m-p/259943#M6750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am trying to write my own projection service that will project data from geographic coordinates to state plane. I've got some help from some geodesy websites but that's not enough for me. If you know any other resource, please let me know.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Apr 2011 12:13:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/lat-lon-to-state-plane/m-p/259943#M6750</guid>
      <dc:creator>BernardNtiamoah</dc:creator>
      <dc:date>2011-04-06T12:13:18Z</dc:date>
    </item>
    <item>
      <title>Re: Lat/Lon To State Plane</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/lat-lon-to-state-plane/m-p/259944#M6751</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Create a Geometry Service on your ArcGIS Server and use it's ProjectAsych method.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here's a link to the ESRI sample&amp;nbsp; - &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#Project"&gt;http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#Project&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Apr 2011 13:41:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/lat-lon-to-state-plane/m-p/259944#M6751</guid>
      <dc:creator>TerryGiles</dc:creator>
      <dc:date>2011-04-06T13:41:47Z</dc:date>
    </item>
    <item>
      <title>Re: Lat/Lon To State Plane</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/lat-lon-to-state-plane/m-p/259945#M6752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Here is a list of projection that are supported. &lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://services.arcgisonline.com/ArcGIS/SDK/REST/pcs.html"&gt;http://services.arcgisonline.com/ArcGIS/SDK/REST/pcs.html&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Apr 2011 17:42:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/lat-lon-to-state-plane/m-p/259945#M6752</guid>
      <dc:creator>ChristopherHill</dc:creator>
      <dc:date>2011-04-06T17:42:46Z</dc:date>
    </item>
    <item>
      <title>Re: Lat/Lon To State Plane</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/lat-lon-to-state-plane/m-p/259946#M6753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi gilest, I am currently doing that but my boss asked me to create a class that we can use to actually project lat/lon to state plane....actual geodesy calculations...lol. I know about geometry service but he(my boss) wants me to write our own.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you though&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Apr 2011 19:08:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/lat-lon-to-state-plane/m-p/259946#M6753</guid>
      <dc:creator>BernardNtiamoah</dc:creator>
      <dc:date>2011-04-06T19:08:26Z</dc:date>
    </item>
    <item>
      <title>Re: Lat/Lon To State Plane</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/lat-lon-to-state-plane/m-p/259947#M6754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;NOAA.gov has a web program and they also published the source code to it here.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.ngs.noaa.gov/PC_PROD/SPCS83/"&gt;http://www.ngs.noaa.gov/PC_PROD/SPCS83/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The source code is in fortran, but if you take it line by line, you should be able to translate it into your favorite programming language.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Good Luck&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Apr 2011 19:42:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/lat-lon-to-state-plane/m-p/259947#M6754</guid>
      <dc:creator>BrentHoskisson</dc:creator>
      <dc:date>2011-04-06T19:42:19Z</dc:date>
    </item>
    <item>
      <title>Re: Lat/Lon To State Plane</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/lat-lon-to-state-plane/m-p/259948#M6755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Brenth. I will give it a short.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Apr 2011 12:19:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/lat-lon-to-state-plane/m-p/259948#M6755</guid>
      <dc:creator>BernardNtiamoah</dc:creator>
      <dc:date>2011-04-07T12:19:32Z</dc:date>
    </item>
  </channel>
</rss>

