Skip to main content
Question

Offset for point layer

  • February 18, 2019
  • 2 replies
  • 31 views

Forum|alt.badge.img

Hi,

I have an esri shape layer with point, the points represent a road and have a direction. Every point has the attribute "location". This attribute has the values "0" ; "1" ; "2". I want to create for every point an offset in a right angle to the direction of the road.

location = 0 ==> no offest

location = 1 ==> left offset

location = 2 ==> right offset

 

I want to store the result as shape file.

Has somebody some ideas how I can manage my workbench?

Thanks and best regards.
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

ebygomm
Influencer
Forum|alt.badge.img+45
  • Influencer
  • February 18, 2019

Is the direction of the road stored as an angle in an attribute or something else?


Forum|alt.badge.img
  • Author
  • February 18, 2019

Is the direction of the road stored as an angle in an attribute or something else?

I get the direction by the join with another line shape