Skip to main content
Solved

Splitting feature type from a transformer

  • January 14, 2021
  • 2 replies
  • 143 views

Hey,

 

How do you split two differents feature type, like point and polygone, that went into a Tester together, back to being independant again.

 

Thanks,

 

Ian

 

Best answer by drc43

Hi @Ian Gagnon-Renaud​ ,

 

There's a couple ways to do that. If you want to separate by geometry, I would use the GeometryFilter transformer and select the geometries that you want. If you want to separate by the feature classes that went into the Tester, then I would use a FeatureTypeFilter.

 

Dave

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

drc43
Contributor
Forum|alt.badge.img+11
  • Contributor
  • 83 replies
  • Best Answer
  • January 14, 2021

Hi @Ian Gagnon-Renaud​ ,

 

There's a couple ways to do that. If you want to separate by geometry, I would use the GeometryFilter transformer and select the geometries that you want. If you want to separate by the feature classes that went into the Tester, then I would use a FeatureTypeFilter.

 

Dave


  • Author
  • 15 replies
  • January 15, 2021

Hi @Ian Gagnon-Renaud​ ,

 

There's a couple ways to do that. If you want to separate by geometry, I would use the GeometryFilter transformer and select the geometries that you want. If you want to separate by the feature classes that went into the Tester, then I would use a FeatureTypeFilter.

 

Dave

TY drc43, pretty new to all of this!