I'm looking to move multiple sets of layers within a Geodatabase to a Feature Dataset. I was curious if it was possible to further organize this Feature Dataset by dividing it into other Datasets (Boundaries, Transportation, Elevation, etc.). However, when right-clicking on a Feature Dataset and selecting "new", there isn't an option to create a second Feature Dataset within the existing one. Is there a workaround for this?
Thanks,
ZJK
Solved! Go to Solution.
You cannot create feature datasets within another feature datasets.
You need to create multiple Geodatabases, each containing multiple datasets. These datasets can contain multiple feature classes within them.
You need to manage it using the following breakup based on your business requirement.
Geodatabase > Feature Dataset > Feature Class
You cannot create feature datasets within another feature datasets.
You need to create multiple Geodatabases, each containing multiple datasets. These datasets can contain multiple feature classes within them.
You need to manage it using the following breakup based on your business requirement.
Geodatabase > Feature Dataset > Feature Class
Thanks for the clarification!
make sure the parent/child security of datasets will work as you intend it to
Feature Dataset is not meant for organizing data like Folder and Sub-folder behavior. Their primary purpose is for organizing related feature classes into a common dataset for building a topology, a network dataset, a terrain dataset, or a geometric network. Also, having a lot of FD will generate traffic inside your EGDB.
I came here to ask do you really need feature datasets, or just multiple geodatabases with feature classes? Yockee, thankfully, has outlined the purpose of feature datasets. I would like to add to this, creating feature datasets creates locks. Use them only if you really need them for the purpose they are designed for.