Skip to main content
Question

Any way to stop overwriting Geometry

  • June 28, 2013
  • 2 replies
  • 45 views

Forum|alt.badge.img
Hi,

 

  My fme read a point feature having one point geometry.But when i use a text stroker, resultant geometry overwrites previous point geometry. If i create another point then textStroker do not work.

 

Same happens if i fetch wkt text from database and use geometryReplacer to create geometry, it also replaces old point.

 

This point is important. Is there any way to keep both geometries?

 

 

Thanks.

 

Subrat
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

bmac
Participant
Forum|alt.badge.img+1
  • Participant
  • July 1, 2013
you could load the coordinates into attributes before using the geometry replacer 

 

using the CoordinateExtractor

 

 

you could load the geometry itself into an attribute using Geometry Extractor

 

 

or you could use 2 connections with only one going into the geometry replacer and the other kept for whatever purpose you may need.  This will double the number of features in your workspace

gio
Contributor
Forum|alt.badge.img+15
  • Contributor
  • July 1, 2013
Your text is a seperate entitiy.

 

If u want both u must output both seperately.

 

 

text, and label transformers output text.

 

 

As Windies95 said actually