Location::GeoTool::Plugin::GridLocator - Extension for Location::GeoTool


Location-GeoTool documentation  | view source Contained in the Location-GeoTool distribution.

Index


NAME

Top

Location::GeoTool::Plugin::GridLocator - Extension for Location::GeoTool

SYNOPSIS

Top

  use Location::GeoTool qw/GridLocator/;

  my $geo = Location::GeoTool->create_coord('354345.000','1394437.000',"wgs84", "dmsn");

  my $gl = $geo->get_gridlocator;  # PM95UR

DESCRIPTION

Top

Location::GeoTool::Ex::GridLocator extends the Location::GeoTool module.

FUNCTIONS

Top

If you use this module in your program, it add get_gridlocator method to Location::GeoTool.

Please see the way to use this, please see upper SYNOPSIS part. It contains the way to use this.

NOTICE

Top

This extension calcurates Grid Locator based on datum of Location::GeoTool object. So, if you want to make object by Tokyo datum but get Grid Locator in wgs84, do like below:

  my $geo = Location::GeoTool->create_coord('354345.000','1394437.000',"tokyo", "dmsn");

  my $gl = $geo->datum_wgs84->get_gridlocator;

EXPORT

None.

SEE ALSO

Top

Location::GeoTool

Support this module in Kokogiko web site : http://kokogiko.net/

AUTHOR

Top

OHTSUKA Ko-hei, <nene@kokogiko.net>

COPYRIGHT AND LICENSE

Top


Location-GeoTool documentation  | view source Contained in the Location-GeoTool distribution.