Skip to main content
Question

text lable point extraction

  • August 28, 2013
  • 2 replies
  • 42 views

bo
Contributor
Forum|alt.badge.img+10
  • Contributor
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

 

 

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

redgeographics
VIP
Forum|alt.badge.img+63
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.

bo
Contributor
Forum|alt.badge.img+10
  • Author
  • Contributor
  • August 29, 2013
Thanks for the answer.  Yes, we are checking overlaps etc.