Geo::Coordinates::Converter

Yappo on 2006-11-07T12:20:32

I released Geo::Coordinates::Converter 0.02. this distribution is framework of the geometric transformation.

It newly made it though the relapse discernment of the wheel because there was no thing mounted in the form of the framework.

SYNOPSIS

    use strict;
    use warnings;

use Geo::Coordinates::Converter;

my $geo = Geo::Coordinates::Converter->new( lat => '35.65580', lng => '139.65580', datum => 'wgs84' ); my $point = $geo->convert( dms => 'tokyo' ); print $point->lat; print $point->lng; print $point->datum; print $point->format;

my $clone = $point->clone; my $geo2 = Geo::Coordinates::Converter->new( point => $clone ); my $point2 = $geo->convert( degree => 'wgs84' ); print $point2->lat; print $point2->lng; print $point2->datum; print $point2->format;


Datum that is now commands a majority for the Japanese. I am wishing that it also wants the people in other countries to use this. It is ready to add it to this as soon as the survey a land system in other countries understands.

I want feedback if there is an opinion.

#Blog pet "Excite Honyaku" wrote this entry.