Solved

Spikes buffering error

  • 17 April 2018
  • 6 replies
  • 4 views

Badge

Hello,

I am trying to locate present spikes on a dense lines network using a bufferer

 

I used the spikeromover then connected a bufferer on removed spikes port.

 

However the bufferer seems not able to buffer spikes. The first spike entering the buffer goes to the rejected port. Does anyone knows how to help ?

 

Thank you
icon

Best answer by erik_jan 17 April 2018, 17:28

View original

6 replies

Userlevel 4
Badge +30

Hi @lianaolianov,

Could you share us with the pictures this situation or template Workspace?

Thanks,

Danilo

Userlevel 2
Badge +16

HI,

The output port, you want to use, is the Changed port.

The changed port outputs the line without the spike vertex.

The removed port will output the spike vertex (point object).

If you want to create a circle around the removed point, you should be able to use the Bufferer (set it to 2D, round and a buffer amount).

I created an example: example.fmw, using FME 2018

Badge

HI,

The output port, you want to use, is the Changed port.

The changed port outputs the line without the spike vertex.

The removed port will output the spike vertex (point object).

If you want to create a circle around the removed point, you should be able to use the Bufferer (set it to 2D, round and a buffer amount).

I created an example: example.fmw, using FME 2018

 

Here is a screenshot from my workspace and it seems you've done the same thing as me but I still dont know why it's not working with me. I think that FME rejects it saying it's an invalid FME geometry type

 

 

Badge

Hi @lianaolianov,

Could you share us with the pictures this situation or template Workspace?

Thanks,

Danilo

Here is a screenshot from my workspace. I really don't know what's wrong

 

 

Userlevel 2
Badge +16

 

Here is a screenshot from my workspace and it seems you've done the same thing as me but I still dont know why it's not working with me. I think that FME rejects it saying it's an invalid FME geometry type

 

 

If you disable the Bufferer, what do you see in the Spikes Inspector?

 

Should be points.

 

And what are the settings for the Bufferer?

 

 

Badge
If you disable the Bufferer, what do you see in the Spikes Inspector?

 

Should be points.

 

And what are the settings for the Bufferer?

 

 

I set up only the corner style as round and not the end cap, after turning this last to round it worked.

 

Thank you very much

 

 

 

Reply