<?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: Question on Geodatabases - is this possible? in Geodatabase Questions</title>
    <link>https://community.esri.com/t5/geodatabase-questions/question-on-geodatabases-is-this-possible/m-p/799857#M2576</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The hard part is going to be querying across the multiple feature classes in the geodatabase. All of the out of the box tools just query a single source. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This response to a question on GIS StackExchange might provide the solution - &lt;A href="http://gis.stackexchange.com/questions/71768/model-or-code-to-query-all-feature-classes-in-geodatabase-by-selecting-by-attrib" title="http://gis.stackexchange.com/questions/71768/model-or-code-to-query-all-feature-classes-in-geodatabase-by-selecting-by-attrib"&gt;Model or Code to query all feature classes in geodatabase by selecting by attribute.&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alternatively, you could create one feature class containing all of your data and use definition queries to filter your data on country or grantee name, etc.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Apr 2015 10:55:35 GMT</pubDate>
    <dc:creator>OwenEarley</dc:creator>
    <dc:date>2015-04-22T10:55:35Z</dc:date>
    <item>
      <title>Question on Geodatabases - is this possible?</title>
      <link>https://community.esri.com/t5/geodatabase-questions/question-on-geodatabases-is-this-possible/m-p/799856#M2575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is my situation.&amp;nbsp; I am working for an organization that works in many countries.&amp;nbsp; In each of these countries are a variety of grantees that are funded.&amp;nbsp; Each grantee works in a different amount of administrative areas.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As of now, I have created shaprefiles for each grantee, based on the underlying administrative areas they work in.&amp;nbsp; ALL of the shapefiles have an identical table structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is what I want (ideally) and was hoping that someone could confirm that it would be possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Have all of the grantees (Feature Classes?) in the geodatabase, sorted by country (Feature Dataset?)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Be able to query across all grantees (e.g. show me all of grantees created after 2000).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this possible and if so, what method would i use to create this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Apr 2015 10:09:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/question-on-geodatabases-is-this-possible/m-p/799856#M2575</guid>
      <dc:creator>KurtHerman-Roloff</dc:creator>
      <dc:date>2015-04-22T10:09:48Z</dc:date>
    </item>
    <item>
      <title>Re: Question on Geodatabases - is this possible?</title>
      <link>https://community.esri.com/t5/geodatabase-questions/question-on-geodatabases-is-this-possible/m-p/799857#M2576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The hard part is going to be querying across the multiple feature classes in the geodatabase. All of the out of the box tools just query a single source. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This response to a question on GIS StackExchange might provide the solution - &lt;A href="http://gis.stackexchange.com/questions/71768/model-or-code-to-query-all-feature-classes-in-geodatabase-by-selecting-by-attrib" title="http://gis.stackexchange.com/questions/71768/model-or-code-to-query-all-feature-classes-in-geodatabase-by-selecting-by-attrib"&gt;Model or Code to query all feature classes in geodatabase by selecting by attribute.&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alternatively, you could create one feature class containing all of your data and use definition queries to filter your data on country or grantee name, etc.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Apr 2015 10:55:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/question-on-geodatabases-is-this-possible/m-p/799857#M2576</guid>
      <dc:creator>OwenEarley</dc:creator>
      <dc:date>2015-04-22T10:55:35Z</dc:date>
    </item>
    <item>
      <title>Re: Question on Geodatabases - is this possible?</title>
      <link>https://community.esri.com/t5/geodatabase-questions/question-on-geodatabases-is-this-possible/m-p/799858#M2577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kurt,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could accomplish this in a geodatabase using one polygon feature class that contains all grantees.&amp;nbsp; The feature class would need a field that contains the grantee and the polygons could be either the entire area a grantee is responsible for or the individual administrative units.&amp;nbsp; Entire area would be a coarser level of geographic information while individual administrative units would be a finer level of information.&amp;nbsp; In either case, you just need to include the relevant attributes (fields), such as grantee, grantee creation date and administrative unit.&amp;nbsp; You could then just query the feature class whenever you needed specific information and use definition queries in map documents when you just wanted to display specific grantees.&amp;nbsp; Since all the shapefiles have an identical table structure, this should be a straightforward process.&amp;nbsp; If you need guidance on the actual steps to go from multiple shapefiles to a single feature class, just let me know.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Apr 2015 11:13:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/question-on-geodatabases-is-this-possible/m-p/799858#M2577</guid>
      <dc:creator>GabrielUpchurch1</dc:creator>
      <dc:date>2015-04-22T11:13:40Z</dc:date>
    </item>
  </channel>
</rss>

