Question

How can I write point with text in gdb ?

  • 4 December 2022
  • 2 replies
  • 1 view

Badge +3

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

Badge +11

You can use a LabelPointReplacer as in this tutorial:

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

Badge +3

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

Reply