Search:

Type: Posts; User: lar3ry

Search: Search took 0.03 seconds.

  1. Re: GPS Class that maps Lat/Long to UTM Coordinates (WGS84 and others)

    To get decimal degrees, it's

    degrees + (minutes/60) + (seconds/3600)
  2. Re: GPS Class that maps Lat/Long to UTM Coordinates (WGS84 and others)

    To get decimal degrees, it's

    degrees + (minutes/60) + (seconds/3600)
  3. VB.NET/VS2010 - Timer events at repeating fixed times

    I recently found I needed to have an event trigger periodically, and needed it to happen at both a fixed interval, and at particular times. The purpose was to query a broadband modem for signal...
  4. Replies
    9
    Views
    794

    Re: are there any functions like these

    Brilliant! Some time ago, I wrote a set of Rexx functions implementing some of my favourites. These included word(), words(), and overlay(). After seeing your code, I scrapped word() and words(),...
  5. Re: GPS Class that maps Lat/Long to UTM Coordinates (WGS84 and others)

    Very nice! I downloaded this for two reasons. The first was to learn how to convert UTM to Lat/Long (and vice versa). The second was as an example of a Class. Being a relative newcomer to the whole...
Results 1 to 5 of 5



Click Here to Expand Forum to Full Width