What is the cause of the error indicating that a FileGDB Writer feature class has shape type '<NO_GEOMETRY>' and is skipped?

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

What is the cause of the error indicating that a FileGDB Writer feature class has shape type '<NO_GEOMETRY>' and is skipped?

Explanation:
The issue happens because a FileGDB Feature Class must have a defined geometry. If the writer feature type is created without a Geometry parameter, there’s no geometry type assigned, so the shape type appears as <NO_GEOMETRY> and the writer skips that feature type. To fix it, set the Geometry for the writer feature type to a valid type (such as Point, Line, or Polygon) and ensure upstream features carry geometry. If you intended a non-spatial table, use a non-spatial writer instead.

The issue happens because a FileGDB Feature Class must have a defined geometry. If the writer feature type is created without a Geometry parameter, there’s no geometry type assigned, so the shape type appears as and the writer skips that feature type. To fix it, set the Geometry for the writer feature type to a valid type (such as Point, Line, or Polygon) and ensure upstream features carry geometry. If you intended a non-spatial table, use a non-spatial writer instead.

Subscribe

Get the latest from Passetra

You can unsubscribe at any time. Read our privacy policy