<?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: cannot project to Albers using Project Geometries in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/cannot-project-to-albers-using-project-geometries/m-p/708892#M15767</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks - if 9822 is not supported, then I am not sure what projection to use. Here is the content of the PRJ file for a layer that has the desired output projection:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;PROJCS["Albers Conical Equal Area",GEOGCS["GCS_Sphere",DATUM["D_Sphere",SPHEROID["Sphere",6371000.0,0.0]],PRIMEM["Greenwich",0.0],UNIT["Degree",0.0174532925199433]],PROJECTION["Albers"],PARAMETER["False_Easting",0.0],PARAMETER["False_Northing",0.0],PARAMETER["Central_Meridian",-96.0],PARAMETER["Standard_Parallel_1",29.5],PARAMETER["Standard_Parallel_2",45.5],PARAMETER["Latitude_Of_Origin",0.0],UNIT["Meter",1.0]]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there a supported ESRI WKID for this projection? Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 19 Jul 2010 19:17:22 GMT</pubDate>
    <dc:creator>ToddPierce</dc:creator>
    <dc:date>2010-07-19T19:17:22Z</dc:date>
    <item>
      <title>cannot project to Albers using Project Geometries</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/cannot-project-to-albers-using-project-geometries/m-p/708889#M15764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello - I am using a Geometry Service in the Flex API, to convert a point from WebMercator to Albers. The direct conversion did not work, so I first converted the point to WGS 84, and that worked fine. When I go from WGS 84 to Albers Equal Area Conic, though, the code errors out.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If I try to do the projection using the ESRI sample service at &lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://sampleserver1.arcgisonline.com/ArcGIS/rest/services/Geometry/GeometryServer/project"&gt;http://sampleserver1.arcgisonline.com/ArcGIS/rest/services/Geometry/GeometryServer/project&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;with input wkid= 4326, output wkid=9822, geometry = &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"geometryType":"esriGeometryPoint",&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"geometries":[{"x":-89.137,"y":28.99}]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I get 'error projecting geometries' as you can see here&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;A class="jive-link-external-small" href="http://sampleserver1.arcgisonline.com/ArcGIS/rest/services/Geometry/GeometryServer/project?inSR=4326&amp;amp;outSR=9822&amp;amp;geometries=" rel="nofollow" target="_blank"&gt;http://sampleserver1.arcgisonline.com/ArcGIS/rest/services/Geometry/GeometryServer/project?inSR=4326&amp;amp;outSR=9822&amp;amp;geometries=&lt;/A&gt;&lt;SPAN&gt;{%0D%0A%22geometryType%22%3A%22esriGeometryPoint%22%2C%0D%0A%22geometries%22%3A[{%22x%22%3A-89.137%2C%22y%22%3A28.99}]%0D%0A}&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How exactly do I get the lat/long projected to Albers?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jul 2010 18:39:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/cannot-project-to-albers-using-project-geometries/m-p/708889#M15764</guid>
      <dc:creator>ToddPierce</dc:creator>
      <dc:date>2010-07-15T18:39:18Z</dc:date>
    </item>
    <item>
      <title>Re: cannot project to Albers using Project Geometries</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/cannot-project-to-albers-using-project-geometries/m-p/708890#M15765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;wkid 9822 doesnt seem to be supported:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Supported wkid are listed at :&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://resources.esri.com/help/9.3/arcgisserver/apis/rest/pcs.html"&gt;http://resources.esri.com/help/9.3/arcgisserver/apis/rest/pcs.html&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;and &lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://resources.esri.com/help/9.3/arcgisserver/apis/rest/gcs.html"&gt;http://resources.esri.com/help/9.3/arcgisserver/apis/rest/gcs.html&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jul 2010 15:53:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/cannot-project-to-albers-using-project-geometries/m-p/708890#M15765</guid>
      <dc:creator>MehulChoksey</dc:creator>
      <dc:date>2010-07-16T15:53:42Z</dc:date>
    </item>
    <item>
      <title>Re: cannot project to Albers using Project Geometries</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/cannot-project-to-albers-using-project-geometries/m-p/708891#M15766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hello - I am using a Geometry Service in the Flex API, to convert a point from WebMercator to Albers. The direct conversion did not work, so I first converted the point to WGS 84, and that worked fine. When I go from WGS 84 to Albers Equal Area Conic, though, the code errors out.&lt;BR /&gt;&lt;BR /&gt;If I try to do the projection using the ESRI sample service at &lt;BR /&gt;&lt;A href="http://sampleserver1.arcgisonline.com/ArcGIS/rest/services/Geometry/GeometryServer/project"&gt;http://sampleserver1.arcgisonline.com/ArcGIS/rest/services/Geometry/GeometryServer/project&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;with input wkid= 4326, output wkid=9822, geometry = &lt;BR /&gt;{&lt;BR /&gt;"geometryType":"esriGeometryPoint",&lt;BR /&gt;"geometries":[{"x":-89.137,"y":28.99}]&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;I get 'error projecting geometries' as you can see here&lt;BR /&gt;&lt;BR /&gt;http://sampleserver1.arcgisonline.com/ArcGIS/rest/services/Geometry/GeometryServer/project?inSR=4326&amp;amp;outSR=9822&amp;amp;geometries={%0D%0A%22geometryType%22%3A%22esriGeometryPoint%22%2C%0D%0A%22geometries%22%3A[{%22x%22%3A-89.137%2C%22y%22%3A28.99}]%0D%0A}&lt;BR /&gt;&lt;BR /&gt;How exactly do I get the lat/long projected to Albers?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Todd, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;9822 is a code for the Albers map projection. That is, the algorithm, not for a completely-defined projected coordinate system. What parameters, GCS, and units do you want to use? Perhaps we have one already defined. There are several variants for US/North America, and some for other continental regions.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Melita&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jul 2010 17:02:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/cannot-project-to-albers-using-project-geometries/m-p/708891#M15766</guid>
      <dc:creator>MelitaKennedy</dc:creator>
      <dc:date>2010-07-16T17:02:21Z</dc:date>
    </item>
    <item>
      <title>Re: cannot project to Albers using Project Geometries</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/cannot-project-to-albers-using-project-geometries/m-p/708892#M15767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks - if 9822 is not supported, then I am not sure what projection to use. Here is the content of the PRJ file for a layer that has the desired output projection:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;PROJCS["Albers Conical Equal Area",GEOGCS["GCS_Sphere",DATUM["D_Sphere",SPHEROID["Sphere",6371000.0,0.0]],PRIMEM["Greenwich",0.0],UNIT["Degree",0.0174532925199433]],PROJECTION["Albers"],PARAMETER["False_Easting",0.0],PARAMETER["False_Northing",0.0],PARAMETER["Central_Meridian",-96.0],PARAMETER["Standard_Parallel_1",29.5],PARAMETER["Standard_Parallel_2",45.5],PARAMETER["Latitude_Of_Origin",0.0],UNIT["Meter",1.0]]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there a supported ESRI WKID for this projection? Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jul 2010 19:17:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/cannot-project-to-albers-using-project-geometries/m-p/708892#M15767</guid>
      <dc:creator>ToddPierce</dc:creator>
      <dc:date>2010-07-19T19:17:22Z</dc:date>
    </item>
  </channel>
</rss>

