When writing to Esri Shapefile with geometry set to fme_any, which outcome occurs?

Prepare for the FME Certified Professional Exam. Study with flashcards and multiple-choice questions; each question includes hints and explanations. Ensure your success!

Multiple Choice

When writing to Esri Shapefile with geometry set to fme_any, which outcome occurs?

Explanation:
Shapefile storage constraints require one geometry type per file, so when you write with fme_any, the writer distributes features by their geometry type instead of forcing them all into one file. The result is a separate shapefile created for each geometry type encountered, with the geometry name appended to the base shapefile name to distinguish them (for example, a shapefile for points, another for lines, another for polygons). This approach preserves all features and keeps each output file compatible with the shapefile format. It only creates shapefiles for geometry types that actually appear in the data, so there won’t be empty shapefiles for types that aren’t present.

Shapefile storage constraints require one geometry type per file, so when you write with fme_any, the writer distributes features by their geometry type instead of forcing them all into one file. The result is a separate shapefile created for each geometry type encountered, with the geometry name appended to the base shapefile name to distinguish them (for example, a shapefile for points, another for lines, another for polygons). This approach preserves all features and keeps each output file compatible with the shapefile format. It only creates shapefiles for geometry types that actually appear in the data, so there won’t be empty shapefiles for types that aren’t present.

Subscribe

Get the latest from Passetra

You can unsubscribe at any time. Read our privacy policy