Skip to main content
Question

It is creating a Multipoint feature class instead of point feature class.

  • March 13, 2020
  • 2 replies
  • 108 views

Feature Writer : ESRI Geo Database(file Geodatabase)

Even though I have selected GEODB_POINT as Geometry in feature writer parameters.Tried to convert in to point using vertex creator but no luck.Can anyone help me how to write point feature class instead of multipoint.

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.

2 replies

daveatsafe
Safer
Forum|alt.badge.img+20
  • Safer
  • March 13, 2020

Hi @sindhugandu,

Please try using the Deaggregator to break up the multipoint before writing to Geodatabase.


Forum|alt.badge.img+2

@sindhugandu I can't reproduce your issue. As @daveatsafe suggests, try deaggregating your points. FME will report a warning if you try ad load multipoints into a feature type configured for point geometry:

WARN |The feature class 'CSV_multipoint' will be created to store multipoint features rather than point features, since the first feature destined for this feature class is a multipoint

 

See the attached example (2019.2): multipoint.fmwt