Skip to main content
Solved

Can I copy the schema of an existing feature class

  • October 15, 2013
  • 1 reply
  • 109 views

Hi,

 

 

I'm migrating data into a file geodatabase in which I currently have one feature class that is in my standard format. I want the data im mnigrating to this geodatabase to be stored in a number of feature classes with identical schema. Is there a way to either copy the feature class and change its name and contants each time, or copy its schema?

 

 

Thanks,

 

 

Chris

Best answer by david_r

Hi,

 

 

you can either import a feature type using the menu Writers / Import feature types or copy/paste an existing feature type inside the workspace and then rename it manually.

 

 

Another option is to export the XML schema using ArcCatalog, then using it as a template in FME. There is a screencast here that shows how.

 

 

David
This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

1 reply

david_r
Celebrity
  • Best Answer
  • October 15, 2013
Hi,

 

 

you can either import a feature type using the menu Writers / Import feature types or copy/paste an existing feature type inside the workspace and then rename it manually.

 

 

Another option is to export the XML schema using ArcCatalog, then using it as a template in FME. There is a screencast here that shows how.

 

 

David