<?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: ArcSDE data won't appear at all zoom levels in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/arcsde-data-won-t-appear-at-all-zoom-levels/m-p/293337#M16839</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I can understand the mult-hemisphere problem, but I am having this issue with a features wholy located in a single hemisphere (northern and eastern, let's say) and about the size of Austria.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You are probably encountering the other Geography type limitation - features cannot extend past 90 degrees north or -90 degrees south. If you are zooming into northern Europe and the upper limit of your display window exceeds 90 degrees latitude then the spatial filter (zoom window extent) that is passed to SQL Server will fail and no results will be returned.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-Shannon&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 Nov 2011 18:56:33 GMT</pubDate>
    <dc:creator>ShannonShields</dc:creator>
    <dc:date>2011-11-14T18:56:33Z</dc:date>
    <item>
      <title>ArcSDE data won't appear at all zoom levels</title>
      <link>https://community.esri.com/t5/data-management-questions/arcsde-data-won-t-appear-at-all-zoom-levels/m-p/293331#M16833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have a number of vector datasets I just loaded into ArcSDE (SQL Server 2008 R2, ArcSDE 10 sp2, geography datatype) and when I view the data in ArcMap 10 sp2 the data will display only if I am zoomed in closer than ~1:50m (it varies based on the dataset).&amp;nbsp; This is a problem for me since I am working with countrywide datasets and required to use the geography datatype.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is this a spatial index problem or is there some other setting that I need to alter?&amp;nbsp; I've tried a number of things that I read on the forums today but nothing seems to work.&amp;nbsp; And btw, my geomerty datatype SDE databases work fine at all scale levels.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for in advance for any tips or ideas.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ben Spaulding&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Oct 2011 18:49:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/arcsde-data-won-t-appear-at-all-zoom-levels/m-p/293331#M16833</guid>
      <dc:creator>deleted-user-XYH0uc33lKDp</dc:creator>
      <dc:date>2011-10-11T18:49:52Z</dc:date>
    </item>
    <item>
      <title>Re: ArcSDE data won't appear at all zoom levels</title>
      <link>https://community.esri.com/t5/data-management-questions/arcsde-data-won-t-appear-at-all-zoom-levels/m-p/293332#M16834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;and all the data are set as GCS_WGS_1984&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Oct 2011 18:57:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/arcsde-data-won-t-appear-at-all-zoom-levels/m-p/293332#M16834</guid>
      <dc:creator>deleted-user-XYH0uc33lKDp</dc:creator>
      <dc:date>2011-10-11T18:57:46Z</dc:date>
    </item>
    <item>
      <title>Re: ArcSDE data won't appear at all zoom levels</title>
      <link>https://community.esri.com/t5/data-management-questions/arcsde-data-won-t-appear-at-all-zoom-levels/m-p/293333#M16835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Ben,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Two things to check--spatial index (does it look reasonable?) and try using sdelayer -o alter to update the layer's extent with the -E option. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;sdelayer -o alter -l &amp;lt;table,column&amp;gt; [-e &amp;lt;entity_mask&amp;gt;] [-M &amp;lt;minimum_id&amp;gt;]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[-S &amp;lt;layer_description_str&amp;gt;] [-k &amp;lt;config_keyword&amp;gt;] &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[-i {&amp;lt;service&amp;gt; | &amp;lt;port#&amp;gt; | &amp;lt;direct connection&amp;gt;}] [-s &amp;lt;server_name&amp;gt;]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[-D &amp;lt;database_name&amp;gt;] [Spatial_Index] [-L &amp;lt;ON | OFF&amp;gt;]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[-E &amp;lt;{empty | calc | xmin,ymin,xmax,ymax}&amp;gt;]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[-G {&amp;lt;projection_ID&amp;gt; | file=&amp;lt;proj_file_name}&amp;gt;]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[-P HIGH[{-R &amp;lt;SRID&amp;gt;|[Spatial_Ref_Opts]}]]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-u &amp;lt;DB_user_name&amp;gt; [-p &amp;lt;DB_user_password&amp;gt;] [-N] [-q]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Melita&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Oct 2011 19:17:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/arcsde-data-won-t-appear-at-all-zoom-levels/m-p/293333#M16835</guid>
      <dc:creator>MelitaKennedy</dc:creator>
      <dc:date>2011-10-11T19:17:11Z</dc:date>
    </item>
    <item>
      <title>Re: ArcSDE data won't appear at all zoom levels</title>
      <link>https://community.esri.com/t5/data-management-questions/arcsde-data-won-t-appear-at-all-zoom-levels/m-p/293334#M16836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This might be an artifact of the GEOGRAPHY restriction against antipodal construction (if the search&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;window exceeds 180 degrees of longitude, the search will fail).&amp;nbsp; I'm not sure how you're going to meet&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;the GEOGRAPHY requirement when multiple countries occur in more than one hemisphere.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Oct 2011 19:17:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/arcsde-data-won-t-appear-at-all-zoom-levels/m-p/293334#M16836</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2011-10-11T19:17:12Z</dc:date>
    </item>
    <item>
      <title>Re: ArcSDE data won't appear at all zoom levels</title>
      <link>https://community.esri.com/t5/data-management-questions/arcsde-data-won-t-appear-at-all-zoom-levels/m-p/293335#M16837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I can understand the mult-hemisphere problem, but I am having this issue with a features wholy located in a single hemisphere (northern and eastern, let's say) and about the size of Austria.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'll try sdelayer command and see what happens.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Oct 2011 19:58:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/arcsde-data-won-t-appear-at-all-zoom-levels/m-p/293335#M16837</guid>
      <dc:creator>deleted-user-XYH0uc33lKDp</dc:creator>
      <dc:date>2011-10-11T19:58:02Z</dc:date>
    </item>
    <item>
      <title>Re: ArcSDE data won't appear at all zoom levels</title>
      <link>https://community.esri.com/t5/data-management-questions/arcsde-data-won-t-appear-at-all-zoom-levels/m-p/293336#M16838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Quick update.&amp;nbsp; I changed my workflow and now only use geomerty datatypes and everything works perfectly.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Nov 2011 11:37:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/arcsde-data-won-t-appear-at-all-zoom-levels/m-p/293336#M16838</guid>
      <dc:creator>deleted-user-XYH0uc33lKDp</dc:creator>
      <dc:date>2011-11-12T11:37:50Z</dc:date>
    </item>
    <item>
      <title>Re: ArcSDE data won't appear at all zoom levels</title>
      <link>https://community.esri.com/t5/data-management-questions/arcsde-data-won-t-appear-at-all-zoom-levels/m-p/293337#M16839</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I can understand the mult-hemisphere problem, but I am having this issue with a features wholy located in a single hemisphere (northern and eastern, let's say) and about the size of Austria.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You are probably encountering the other Geography type limitation - features cannot extend past 90 degrees north or -90 degrees south. If you are zooming into northern Europe and the upper limit of your display window exceeds 90 degrees latitude then the spatial filter (zoom window extent) that is passed to SQL Server will fail and no results will be returned.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-Shannon&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Nov 2011 18:56:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/arcsde-data-won-t-appear-at-all-zoom-levels/m-p/293337#M16839</guid>
      <dc:creator>ShannonShields</dc:creator>
      <dc:date>2011-11-14T18:56:33Z</dc:date>
    </item>
  </channel>
</rss>

