ThinkGeo.com    |     Documentation    |     Premium Support

Joining two point with multiple lines

Hi,



     I want to join two points multiple times. So it will show multiple lines between two points. I tried Translate functionality. But in that starting and ending points also change. I don’t want to change them. Please suggest how to achieve it.





Thanks,

Goral

Hi Goral,



Do you meant you want to draw many lines between two points like this?







Regards,



Don

Hi,



   Thanks for reply. Ya I want like that only.





Thanks,

Goral

Hi Goral, 
  
 I did some research and found we don’t have related API to calculate arc between two points. 
  
 But I think you can complete that logic like this. 
  
 Solution a: 
 Find a algorithm to calculate the lines 
  
 Solution b: 
 1. The two point should be in same circle, and you want to get the arc from this circle 
 2. You need find a point which will be the center point of target circle, this point is equal to the distance between two points. 
 3. You can calculate the circle based on the center point and radius(distance) 
 4. Get outerRing from target circle and convert it to a lineshape, then use our API GetLineOnALine to get your target line. 
  
 Wish that’s helpful. 
  
 Regards, 
  
 Don