Skip to main content
Solved

sde geodatabase holds multipolygon and polygon

  • June 13, 2014
  • 1 reply
  • 11 views

Using generate workspace in FME Desktop.

 

Using Oracle/SDE as reader source, and file geodatabase as writer target.

 

 

I want to copy feature datasets and features from sde to file geodatabase.  Because some feature classes have multipolygon and polygon features , a geometry filter is automatically put in and splits to 2 newly named feature classes. Even if template is used it does this.   Is there anyway to turn this automatic geometry filter off, so the copy happens just like ArcCatalog, 1 for 1?

Best answer by gil

Resolved by not using generate workspace and individually creating reader and writer.  Reader feature datatypes were duplicated to writer using a xml workspace document.
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

  • Author
  • Best Answer
  • June 13, 2014
Resolved by not using generate workspace and individually creating reader and writer.  Reader feature datatypes were duplicated to writer using a xml workspace document.