Skip to main content
Question

Creating multiple 2D MIN/MAX boxes with one creator

  • September 8, 2021
  • 2 replies
  • 44 views

fmenco
Contributor
Forum|alt.badge.img+5

As the title says, is it possible to creating multiple 2D Min/Max boxes with one creator? Or do I need to have multiple creators, one for each box/ string of coordinates?

2 replies

danilo_fme
Celebrity
Forum|alt.badge.img+52
  • Celebrity
  • September 9, 2021

Hi @fmenco​ 

 

For to have multiple box, I sugest you to use the transformer 2DBoxReplacer https://docs.safe.com/fme/2021.1/html/FME_Desktop_Documentation/FME_Transformers/Transformers/2dboxreplacer.htm

 

 

Thanks in Advance,

Danilo


redgeographics
Celebrity
Forum|alt.badge.img+62

Hi @fmenco​ 

 

For to have multiple box, I sugest you to use the transformer 2DBoxReplacer https://docs.safe.com/fme/2021.1/html/FME_Desktop_Documentation/FME_Transformers/Transformers/2dboxreplacer.htm

 

 

Thanks in Advance,

Danilo

I agree with @danilo_fme​ , the easiest way would be to create a CSV or Excel file with at least an id and min/max x and y colums and then a 2DBoxReplacer to create the boxes.