My recommendation is to use the CommonLocalReprojector, Offsetter (in meters), LineBuilder, then reproject back to the original coordinate system.
My recommendation is to use the CommonLocalReprojector, Offsetter (in meters), LineBuilder, then reproject back to the original coordinate system.
After more testings I realized that this doesn't work for me
What I really looking for is something that can shift my point in GCS to given distance in ground meters along x and y.
Any suggestions?
I think it is very important to realize that ground units cannot be
converted to latitude or longitude values directly. You need to know
where on planet Earth you are when you want to make the conversion from meters to decimal
degrees (or the other way around).
So you'll need to know in which projected coordinate system
the offset needs to take place. From that point forward I think I would
convert my geometry to that coordinate system, do the offset and convert
back to LL-values.
You could also use the solution as proposed by @jdh or you could create the lines representing the offset and reproject those lines, calculate the length (or X/Y difference) and use those values in the Offsetter-transformer.