Skip to main content
Solved

Snipper with Paths

  • March 16, 2018
  • 5 replies
  • 24 views

Hello there

I work with polylines in an ESRI Personal Geodatabase and want to shorten every polyline by distance using the Snipper. But for certain features there are more than one remnant. I guess, the reason is because features consist of Paths. Do I have to split Paths first and then use the Snipper for Lines and Arcs separately?

Thank you for every hint.

Best answer by fmelizard

@reto_meier Arc handling with the Snipper appears to have been fixed for FME 2017. The ArcStroker and GeometryRefiner are no longer required.

 

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

fmelizard
Safer
Forum|alt.badge.img+20
  • Safer
  • 3719 replies
  • March 17, 2018

Hi @reto_meier You should be able to split paths. Are only path features resulting in more than one remnant? Can you send your workspace and sample data to www.safe.com/support ?


  • Author
  • 6 replies
  • March 19, 2018

Hi @reto_meier You should be able to split paths. Are only path features resulting in more than one remnant? Can you send your workspace and sample data to www.safe.com/support ?

Thanks for your answer. I use the Snipper in a loop to cut a line regularly. The length of all snipped lines is higher than the input line. I could correct the effect using the ArcStroker and the GeometryRefiner before the Snipper.

 

I sent a simplified workspace with sample data to FME Support.

 

 


fmelizard
Safer
Forum|alt.badge.img+20
  • Safer
  • 3719 replies
  • Best Answer
  • March 19, 2018
@reto_meier Arc handling with the Snipper appears to have been fixed for FME 2017. The ArcStroker and GeometryRefiner are no longer required.

 


fmelizard
Safer
Forum|alt.badge.img+20
  • Safer
  • 3719 replies
  • March 19, 2018

Hi @reto_meier You should be able to split paths. Are only path features resulting in more than one remnant? Can you send your workspace and sample data to www.safe.com/support ?

@reto_meier Arc handling with the Snipper appears to have been fixed for FME 2017. The ArcStroker and GeometryRefiner are no longer required.

 


  • Author
  • 6 replies
  • March 21, 2018
@reto_meier Arc handling with the Snipper appears to have been fixed for FME 2017. The ArcStroker and GeometryRefiner are no longer required.

 

Thank you for your help.