
Geo::GPS::Data::Ellipsoid - Ellipsoid management for the perl-GPSData package.

use Geo::GPS::Data::Ellipsoid; $e = Geo::GPS::Data::Ellipsoid->new(); $id = id_from_ellipsoid(ellipsoid=>$ell_name); $ell_name = ellipsoid_from_id(id=>$id); $arr_ref = list_ellipsoids();

This is an internal module of the perl-GPSData package and should not be used directly by a program. This module implements the list of currently supported ellipsoids. Since this list changes seldom (if ever at all) it is hardwired in the module instead of being in the storage used. The supported ellipsoids at this moment are:
This list was shamelessly stolen from the Geo::Coordinates::UTM module. :)

Nuno Nunes, <nfmnunes@cpan.org>
