Select to view content in your preferred language

Allow tables to be stored into FeatureDataset

3133
12
04-11-2010 10:58 PM
Status: Closed
Labels (1)
NicolasPy
Deactivated User

Would be nice if tables could be stored into FeatureDatatset. Now, the only place to write them is the geodatabase root level... Some tables belong to a FeatureDataset logical theme and so have to be into it.

12 Comments
AlfredBaldenweck

@ShannonShields I'm wondering if there are any plans to let users compartmentalize geodatabase contents in the future? When you have a few hundred items in there, it's tough (especially for my lower-level users) to find the exact thing you want.

BillFox

thinking workarounds?

for any "table" you want to include in a feature dataset,

  1. give it a couple fields for x and y coordinates
  2. calc them both to = 1 or even lat/long to "Null Island"
  3. make it a point feature class and add it into the feature dataset

that will give you access to the "attribute table"