Question

text lable point extraction

  • 29 August 2013
  • 2 replies
  • 4 views

Badge +2
Hi there,

 

 

In our FME project involving parcel-label-overlaying-with-parcel-polygon operation, we needed to use the middle point of the label for the operation instead of relying on the default lower-left anchor points.  We extract from the CAD sources the middle points and build them into point features using the 2DPointReplacer before passing them to the overlay transformer, but we thought to see if there were better ways...

 

 

Thanks!

 

 

Bo

 

 


2 replies

Userlevel 5
Badge +25
No, that's pretty much it. Do keep in mind that there might be an issue if you have very small (or narrow) parcels, the text label might not be positioned correctly, but you're already covering that with taking the middle point. Still, it might be a good idea to add a test for the number of overlaps.
Badge +2
Thanks for the answer.  Yes, we are checking overlaps etc.

Reply