<?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 Issue with ProjectionService in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/issue-with-projectionservice/m-p/452228#M11692</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have a GraphicsLayer where I set up my ProjectionService like this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;ESRI.ArcGIS.Client.Tasks.GeometryService geomser = new ESRI.ArcGIS.Client.Tasks.GeometryService(myProjectionServiceURL);

myGraphicsLayer.ProjectionService = geomser;&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The GeometryService I point it to is a server sitting in our company. This works well when I am working with a small set of data (around 300 to 500 graphics (MapPoint's in my case). The problem is that our application demands for it to handle more than that sometimes. If I push that number to say, 1500, or larger numbers like 3000, I can see it flicker when it is re-projecting. Also, during re-projections, the data disappear from the map completely (I guess it errors and does not return anything). &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;My question is, what can I do to improve this? I think there is a limit in the number of projections the server can handle, if so what would it be that number? Any suggestions, comments, code would be appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 Dec 2012 12:45:41 GMT</pubDate>
    <dc:creator>LuisGarcia2</dc:creator>
    <dc:date>2012-12-03T12:45:41Z</dc:date>
    <item>
      <title>Issue with ProjectionService</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/issue-with-projectionservice/m-p/452228#M11692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have a GraphicsLayer where I set up my ProjectionService like this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;ESRI.ArcGIS.Client.Tasks.GeometryService geomser = new ESRI.ArcGIS.Client.Tasks.GeometryService(myProjectionServiceURL);

myGraphicsLayer.ProjectionService = geomser;&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The GeometryService I point it to is a server sitting in our company. This works well when I am working with a small set of data (around 300 to 500 graphics (MapPoint's in my case). The problem is that our application demands for it to handle more than that sometimes. If I push that number to say, 1500, or larger numbers like 3000, I can see it flicker when it is re-projecting. Also, during re-projections, the data disappear from the map completely (I guess it errors and does not return anything). &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;My question is, what can I do to improve this? I think there is a limit in the number of projections the server can handle, if so what would it be that number? Any suggestions, comments, code would be appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Dec 2012 12:45:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/issue-with-projectionservice/m-p/452228#M11692</guid>
      <dc:creator>LuisGarcia2</dc:creator>
      <dc:date>2012-12-03T12:45:41Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with ProjectionService</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/issue-with-projectionservice/m-p/452229#M11693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I have a GraphicsLayer where I set up my ProjectionService like this:&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;ESRI.ArcGIS.Client.Tasks.GeometryService geomser = new ESRI.ArcGIS.Client.Tasks.GeometryService(myProjectionServiceURL);

myGraphicsLayer.ProjectionService = geomser;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;The GeometryService I point it to is a server sitting in our company. This works well when I am working with a small set of data (around 300 to 500 graphics (MapPoint's in my case). The problem is that our application demands for it to handle more than that sometimes. If I push that number to say, 1500, or larger numbers like 3000, I can see it flicker when it is re-projecting. Also, during re-projections, the data disappear from the map completely (I guess it errors and does not return anything). &lt;BR /&gt;My question is, what can I do to improve this? I think there is a limit in the number of projections the server can handle, if so what would it be that number? Any suggestions, comments, code would be appreciated.&lt;BR /&gt;Thanks!&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The Geometry Service for reprojection task is totally C.P.U dependent , for better performance you might consider to enhance the allocated cores for ArcGIS Server SOC.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 20:10:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/issue-with-projectionservice/m-p/452229#M11693</guid>
      <dc:creator>vipulsoni</dc:creator>
      <dc:date>2021-12-11T20:10:52Z</dc:date>
    </item>
  </channel>
</rss>

