Skip to main content
Question

Migrating Lines to ARCGIS polyline

  • May 19, 2013
  • 5 replies
  • 35 views

Forum|alt.badge.img
 I'm trying to import geometry lines from Oracle GeoSpartial database to Arcgis enterprise geodatabase.   and some data will cause the error.   Its says not enough points for feature class, but when I look at offending object.   it clearly has 2 or more coordinates stored, but I notice the start and end point is the same.   I have check the following   a) Using geometry filter to take out lines only   b) Use FME inspector to view the lines.   b) Used geometry validator   4) Used duplicate coordinate -> Valid dataset will cause the same error

 

How can I solve this problem?

 

  May i know is it possible to set FME to skip those data 

 

 
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.

5 replies

takashi
Celebrity
  • May 19, 2013
Hi,

 

 

After removing duplicate coordinates (GeometryValidator), how about counting the number of coordinates (CoordinateCounter) and filtering out the feature having only one coordinate (Tester)? 

 

 

Takashi

Forum|alt.badge.img
  • Author
  • May 19, 2013
I saw the offending data..

 

 

it has 2 coordinates, so I doubt that will work but I will test tomorrow.

 

 

 


takashi
Celebrity
  • May 19, 2013
When you do test, also look at the 'Check Z Values' parameter of GeometryValidator - Duplicate Consecutive Points. Good luck!

Forum|alt.badge.img
  • Author
  • May 20, 2013
Will the z-value affects the migration?

 

 

 


takashi
Celebrity
  • May 20, 2013
When the geometry is 3D, GeometryValidator - Duplicate Consecutive Points compares also z-coordinate if 'Check Z Values' is 'Yes'.