<?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: zoom to graphics on featureLayer in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/zoom-to-graphics-on-featurelayer/m-p/404967#M10473</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;In my experience, feature layer's Visible property always returns true, regardless of the current state of the layer. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In my opinion, you might want to use MaximumResolution and MinimumResolution properties on the feature layer class. Based on current map scale/resolution, you should be able to determine the state of the feature layer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;HTH.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Dec 2012 04:55:03 GMT</pubDate>
    <dc:creator>SanajyJadhav</dc:creator>
    <dc:date>2012-12-13T04:55:03Z</dc:date>
    <item>
      <title>zoom to graphics on featureLayer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/zoom-to-graphics-on-featurelayer/m-p/404966#M10472</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi, I'm working on a tool that makes a query to a layer an then I zoom to the results with the Map.zoomTo() method sending the envelope of the geometry(s) as a parameter, the problem is that since the Layer is scale dependant sometimes the zoomTo takes me to a extent where the featureLayer is not visible. I would like to find a way to determine if the FeatureLayer will be visible when I zoom the map to that extent and if not zoom until the featureLayer is visible.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm using a tiled map service as a base map by the way.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does anybody have some Ideas on how to acomplish this?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Dec 2012 21:02:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/zoom-to-graphics-on-featurelayer/m-p/404966#M10472</guid>
      <dc:creator>Kevin_FernandoEscalera_Robles</dc:creator>
      <dc:date>2012-12-12T21:02:28Z</dc:date>
    </item>
    <item>
      <title>Re: zoom to graphics on featureLayer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/zoom-to-graphics-on-featurelayer/m-p/404967#M10473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;In my experience, feature layer's Visible property always returns true, regardless of the current state of the layer. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In my opinion, you might want to use MaximumResolution and MinimumResolution properties on the feature layer class. Based on current map scale/resolution, you should be able to determine the state of the feature layer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;HTH.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2012 04:55:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/zoom-to-graphics-on-featurelayer/m-p/404967#M10473</guid>
      <dc:creator>SanajyJadhav</dc:creator>
      <dc:date>2012-12-13T04:55:03Z</dc:date>
    </item>
    <item>
      <title>Re: zoom to graphics on featureLayer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/zoom-to-graphics-on-featurelayer/m-p/404968#M10474</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I tryed that, but those fields are from 0 to inifinit, as there where no scale dependency set, as a workaround I have set the featurelayer to omit scale dependency, but thats not what I want&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2012 12:43:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/zoom-to-graphics-on-featurelayer/m-p/404968#M10474</guid>
      <dc:creator>Kevin_FernandoEscalera_Robles</dc:creator>
      <dc:date>2012-12-13T12:43:14Z</dc:date>
    </item>
    <item>
      <title>Re: zoom to graphics on featureLayer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/zoom-to-graphics-on-featurelayer/m-p/404969#M10475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I tryed that, but those fields are from 0 to inifinit, as there where no scale dependency set, as a workaround I have set the featurelayer to omit scale dependency, but thats not what I want&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;If IgnoreServoceScaleRange is false, the layer honors both scale ranges, the scale range defined at client side (by Layer.MinimumResolution and Layer.MaximumResolution) and the scale range defined at server side.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The latter scale range is defined by the MinimumScale and MaximumScale of FeatureLayer.LayerInfo.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I guess in your case you have to use these values.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2012 15:05:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/zoom-to-graphics-on-featurelayer/m-p/404969#M10475</guid>
      <dc:creator>DominiqueBroux</dc:creator>
      <dc:date>2012-12-13T15:05:59Z</dc:date>
    </item>
  </channel>
</rss>

