Skip to main content

Hi,

I need to create new point. I have coordinates in WGS84 of the primary point (declat 39.701, declon 66.965). Distance from primary point is 391.80 meters on the 95.69 degrees heading, and than second distance from this place is 139.06 meters on the heading 90 degrees. Could you please suggest me which transformations I should use? I tried with Offsetter but there is an issue with meters vs degrees.

Thank you!

Cinco

I attached picture for reference.


I believe at this moment the Offsetter is the transformer you need.

So, to use the meters offset you will need to reproject your data to a coordinate system in meters (Reprojector), do the offset and then reproject your data back to the original coordinate system.

You can store the original coordinate system using the CoorinateSystemExtractor.


I believe at this moment the Offsetter is the transformer you need.

So, to use the meters offset you will need to reproject your data to a coordinate system in meters (Reprojector), do the offset and then reproject your data back to the original coordinate system.

You can store the original coordinate system using the CoorinateSystemExtractor.

I would use the coordinate system _AZMEA_ or _AZMED_ in this case (probably _AZMED_ since you are working with lines). That's because it is an equal distance coordinate system. Then you can carry out the offset in metres and reproject back.

 


I believe at this moment the Offsetter is the transformer you need.

So, to use the meters offset you will need to reproject your data to a coordinate system in meters (Reprojector), do the offset and then reproject your data back to the original coordinate system.

You can store the original coordinate system using the CoorinateSystemExtractor.

The Offsetter can perform offsets with Polar Coordinates which may help in your case here.

 

 


Have you tried AttributeReprojector for calculation of values between different coordinate systems?


Reply