Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.2 / 3....
  • LibreOffice 3.6.6 / 4.0.3
  • MPlayer 1.1.1
  • systemd 204
  • Arch Linux 2013.05.01
  • Blender 2.67
  • KDE Software Compilatio...
  • CrunchBang Linux Stable...
  • Elementary OS 0.1 / 0.2...
  • SystemRescueCd 3.6.0
  • Home > Linux > Programming > Perl Modules

    Geo::Point 0.93

    Download button

    No screenshots available
    Downloads: 177  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Mark Overmeer | More programs
    Perl Artistic License / FREE
    April 12th, 2011, 23:57 GMT
    ROOT / Programming / Perl Modules

     Read user reviews (0)  Refer to a friend  Subscribe

    Geo::Point description

    A point on the globe

    One location on the globe, in any coordinate system. Geo::Point is a Perl module that tries to hide the maths and the coordinate system in which the point is represented.

    One of the most confusing things when handling geometrical data, is that sometimes latlong, sometimes xy are used: horizontal and vertical organization reversed. This packages tries to hide this from your program by providing abstract accessors latlong(), longlat(), xy(), and yx().

    SYNOPSIS

     use Geo::Point;

     my $p = Geo::Point->latlong(1,2);
     my $p = Geo::Point->longlat(2,1);

     my $w = Geo::Proj->new(wgs84 => ...);
     my $p = Geo::Point->latlong(1,2, 'wgs84');

     my ($lat, $long) = $p->latlong;
     my ($x, $y) = $p->xy;
     my ($x, $y) = $p->in('utm31-wgs84');

     my $p = Geo::Point->xy(1,2);



    Product's homepage

    Requirements:

    · Perl

      


    TAGS:

    coordinate system | Perl module | Perl | coordinate | locator

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM