Skip to main content
Best Answer

FeatureWriter and shapefiles

  • June 5, 2020
  • 3 replies
  • 184 views

Hi,

 

I'm using a FeatureWriter to export a bunch of data from an SDE Geodatabase to Shapefile format. The final product is not including the .sbn and .sbx files. Is there a way the FeatureWriter can include those files, or some other Transformer I can use??

 

Thanks,

 

Best answer by bbulla

Actually, i finally found it! In the FeatureWriter there is a 'Parameters' button, with the option for Spatial Index there.

 

 

Thanks!!

 

 

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.

3 replies

debbiatsafe
Safer
Forum|alt.badge.img+21

Hi @bbulla,

To create spatial index files (.sbn and .sbx), please set the Create Spatial Index parameter in the Shapefile writer to ArcGIS Compatible Spatial Index (.sbn) .


  • Author
  • June 9, 2020

Hi @bbulla,

To create spatial index files (.sbn and .sbx), please set the Create Spatial Index parameter in the Shapefile writer to ArcGIS Compatible Spatial Index (.sbn) .

Hi @debbiatsafe,

 

So is there not an alternate solution to this? I am currently using the FeatureWriter since it allows me to write all of my shapefiles with a much simpler design. With the ShapefileWriter, it can only handle one object at a time....from what I can tell at least.

 

Here is my design:

 

Is there a way to get the FeatureWriter to add the SpatialIndex, or is there a Transformer that will create just the spatial index??

 

Thanks,


  • Author
  • Best Answer
  • June 9, 2020

Actually, i finally found it! In the FeatureWriter there is a 'Parameters' button, with the option for Spatial Index there.

 

 

Thanks!!