<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <br>
    <blockquote
cite="mid:CAP-zkzctmZA_RuM+kxJEaHvSr5w-9c6Eht+HrBDd-nND9hhHQA@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <div>I have a <b>lat, lon</b> coordinate with a known
          projection system I assume it a initial point. I want to
          generate a next Position with the an <b>angle</b> with 
          (horizontal/vertical)  and <b>bearing length</b>  in lat,lon 
          coordinates and complete it with angles and bearing lengths to
          form a polygon<br>
        </div>
      </div>
    </blockquote>
    <br>
    Try <a class="moz-txt-link-freetext" href="http://www.movable-type.co.uk/scripts/latlong.html#destPoint">http://www.movable-type.co.uk/scripts/latlong.html#destPoint</a><br>
    <br>
    <br>
    However, you need to be very careful with this as calculations are
    being done assuming a spherical earth. Fine is distances arent large
    enough for the ellipsoidal effects to affect accuracy. For large
    distances, you need to use Vincent' s_formula - 
    <a class="moz-txt-link-freetext" href="http://en.wikipedia.org/wiki/Vincenty%27s_formulae">http://en.wikipedia.org/wiki/Vincenty%27s_formulae</a> which require
    iteration.<br>
    <br>
  <div>
<div style="border-top: solid 1px black; border-bottom: solid 1px black;
 padding: 10px 0; margin: 20px 0; font-size: 8pt;
 font-family: Verdana, Arial, Helvetica, sans-serif;">Notice: This email and any attachments are confidential. If received in error please destroy and immediately notify us. Do not copy or disclose the contents.<br></div>
</div>

</body>
</html>