Skip to main content
Question

How can I write point with text in gdb ?

  • December 4, 2022
  • 2 replies
  • 24 views

spiderman
Contributor
Forum|alt.badge.img+7

I have created by text adder for polygon .

point with text name of polygon but I have noticed after writing them in gdb Esri api or in Esri shape file .

when I try to read the output again , I read only points ,i see it but I do not see any text with point ,why ?

i would like to have point with text as I have written ,Does it possible ?

Thanks in advance

FME 2021

2 replies

chriswilson
Enthusiast
Forum|alt.badge.img+21
  • Enthusiast
  • 180 replies
  • December 5, 2022

You can use a LabelPointReplacer as in this tutorial:

https://community.safe.com/s/article/map-and-map-feature-annotation


spiderman
Contributor
Forum|alt.badge.img+7
  • Author
  • Contributor
  • 64 replies
  • December 5, 2022

You can use a LabelPointReplacer as in this tutorial:

https://community.safe.com/s/article/map-and-map-feature-annotation

Hello ,

thanks for reply .I have used center point extractor as me zoomed in article then label point replacer .i can show the point with label name as I wish .

but I connect the output with geodatabase Esri api writer , I have found I have to used which geometry type ,I have chosen point .but later when I view written data ,I see only the points without any labels . Do u have sample workspace ,I am not sure what I missed here