Proj4.pm (PDL-2.082) | : | Proj4.pm (PDL-2.083) |
---|---|---|
skipping to change at line 318 | skipping to change at line 318 | |
{ | { | |
my $self = shift; | my $self = shift; | |
my $sub = "PDL::Transform::Proj4::update_proj_string()"; | my $sub = "PDL::Transform::Proj4::update_proj_string()"; | |
# (Re)Generate the proj_params string from the options passed: | # (Re)Generate the proj_params string from the options passed: | |
# | # | |
delete( $self->{params}->{proj_params} ); | delete( $self->{params}->{proj_params} ); | |
my $proj_string = ""; | my $proj_string = ""; | |
foreach my $param ( sort keys %{ $self->{params} } ) | foreach my $param ( sort keys %{ $self->{params} } ) | |
#line 327 "Proj4.pm" | ||
#line 321 "Proj4.pd" | #line 321 "Proj4.pd" | |
{ | { | |
next unless defined( $self->{params}->{$param} ); | next unless defined( $self->{params}->{$param} ); | |
$proj_string .= ( $self->{params}->{$param} eq 'ON' ) | $proj_string .= ( $self->{params}->{$param} eq 'ON' ) | |
? "+$param " : " +$param=" . $self->{params}->{$param} . " "; | ? "+$param " : " +$param=" . $self->{params}->{$param} . " "; | |
#print STDERR "$sub: Adding \'$proj_string\'...\n"; | #print STDERR "$sub: Adding \'$proj_string\'...\n"; | |
} | } | |
#print STDERR "$sub: Final proj_params: \'$proj_string\'\n"; | #print STDERR "$sub: Final proj_params: \'$proj_string\'\n"; | |
skipping to change at line 346 | skipping to change at line 345 | |
$self->update_proj_string(); | $self->update_proj_string(); | |
return $self->{params}->{proj_params}; | return $self->{params}->{proj_params}; | |
} # End of proj_params()... | } # End of proj_params()... | |
sub t_proj | sub t_proj | |
{ | { | |
PDL::Transform::Proj4->new( @_ ); | PDL::Transform::Proj4->new( @_ ); | |
} # End of t_proj()... | } # End of t_proj()... | |
1; | 1; | |
#line 355 "Proj4.pm" | ||
#line 353 "Proj4.pd" | #line 353 "Proj4.pd" | |
=head1 FUNCTIONS | =head1 FUNCTIONS | |
=head2 t_proj | =head2 t_proj | |
This is the main entry point for the generalized interface. See above on its usa ge. | This is the main entry point for the generalized interface. See above on its usa ge. | |
=cut | =cut | |
#line 373 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_adams_hemi | =head2 t_proj_adams_hemi | |
Autogenerated transformation function for Proj4 projection code adams_hemi. | Autogenerated transformation function for Proj4 projection code adams_hemi. | |
The full name for this projection is Adams Hemisphere in a Square. | The full name for this projection is Adams Hemisphere in a Square. | |
=cut | =cut | |
sub t_proj_adams_hemi | sub t_proj_adams_hemi | |
{ 'PDL::Transform::Proj4::adams_hemi'->new( @_ ); } | { 'PDL::Transform::Proj4::adams_hemi'->new( @_ ); } | |
#line 393 "Proj4.pm" | ||
#line 394 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_adams_ws1 | =head2 t_proj_adams_ws1 | |
Autogenerated transformation function for Proj4 projection code adams_ws1. | Autogenerated transformation function for Proj4 projection code adams_ws1. | |
The full name for this projection is Adams World in a Square I. | The full name for this projection is Adams World in a Square I. | |
=cut | =cut | |
sub t_proj_adams_ws1 | sub t_proj_adams_ws1 | |
{ 'PDL::Transform::Proj4::adams_ws1'->new( @_ ); } | { 'PDL::Transform::Proj4::adams_ws1'->new( @_ ); } | |
#line 414 "Proj4.pm" | ||
#line 415 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_adams_ws2 | =head2 t_proj_adams_ws2 | |
Autogenerated transformation function for Proj4 projection code adams_ws2. | Autogenerated transformation function for Proj4 projection code adams_ws2. | |
The full name for this projection is Adams World in a Square II. | The full name for this projection is Adams World in a Square II. | |
=cut | =cut | |
sub t_proj_adams_ws2 | sub t_proj_adams_ws2 | |
{ 'PDL::Transform::Proj4::adams_ws2'->new( @_ ); } | { 'PDL::Transform::Proj4::adams_ws2'->new( @_ ); } | |
#line 435 "Proj4.pm" | ||
#line 436 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_aea | =head2 t_proj_aea | |
Autogenerated transformation function for Proj4 projection code aea. | Autogenerated transformation function for Proj4 projection code aea. | |
The full name for this projection is Albers Equal Area. | The full name for this projection is Albers Equal Area. | |
Projection Parameters | Projection Parameters | |
=for options | =for options | |
skipping to change at line 432 | skipping to change at line 414 | |
=item lat_1 | =item lat_1 | |
=item lat_2 | =item lat_2 | |
=back | =back | |
=cut | =cut | |
sub t_proj_aea | sub t_proj_aea | |
{ 'PDL::Transform::Proj4::aea'->new( @_ ); } | { 'PDL::Transform::Proj4::aea'->new( @_ ); } | |
#line 469 "Proj4.pm" | ||
#line 470 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_aeqd | =head2 t_proj_aeqd | |
Autogenerated transformation function for Proj4 projection code aeqd. | Autogenerated transformation function for Proj4 projection code aeqd. | |
The full name for this projection is Azimuthal Equidistant. | The full name for this projection is Azimuthal Equidistant. | |
Projection Parameters | Projection Parameters | |
=for options | =for options | |
skipping to change at line 460 | skipping to change at line 438 | |
=item guam | =item guam | |
=item lat_0 | =item lat_0 | |
=back | =back | |
=cut | =cut | |
sub t_proj_aeqd | sub t_proj_aeqd | |
{ 'PDL::Transform::Proj4::aeqd'->new( @_ ); } | { 'PDL::Transform::Proj4::aeqd'->new( @_ ); } | |
#line 503 "Proj4.pm" | ||
#line 504 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_affine | =head2 t_proj_affine | |
Autogenerated transformation function for Proj4 projection code affine. | Autogenerated transformation function for Proj4 projection code affine. | |
The full name for this projection is Affine transformation. | The full name for this projection is Affine transformation. | |
=cut | =cut | |
sub t_proj_affine | sub t_proj_affine | |
{ 'PDL::Transform::Proj4::affine'->new( @_ ); } | { 'PDL::Transform::Proj4::affine'->new( @_ ); } | |
#line 524 "Proj4.pm" | ||
#line 525 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_airy | =head2 t_proj_airy | |
Autogenerated transformation function for Proj4 projection code airy. | Autogenerated transformation function for Proj4 projection code airy. | |
The full name for this projection is Airy. | The full name for this projection is Airy. | |
Projection Parameters | Projection Parameters | |
=for options | =for options | |
skipping to change at line 504 | skipping to change at line 474 | |
=item lat_b | =item lat_b | |
=item no_cut | =item no_cut | |
=back | =back | |
=cut | =cut | |
sub t_proj_airy | sub t_proj_airy | |
{ 'PDL::Transform::Proj4::airy'->new( @_ ); } | { 'PDL::Transform::Proj4::airy'->new( @_ ); } | |
#line 558 "Proj4.pm" | ||
#line 559 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_aitoff | =head2 t_proj_aitoff | |
Autogenerated transformation function for Proj4 projection code aitoff. | Autogenerated transformation function for Proj4 projection code aitoff. | |
The full name for this projection is Aitoff. | The full name for this projection is Aitoff. | |
=cut | =cut | |
sub t_proj_aitoff | sub t_proj_aitoff | |
{ 'PDL::Transform::Proj4::aitoff'->new( @_ ); } | { 'PDL::Transform::Proj4::aitoff'->new( @_ ); } | |
#line 579 "Proj4.pm" | ||
#line 580 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_alsk | =head2 t_proj_alsk | |
Autogenerated transformation function for Proj4 projection code alsk. | Autogenerated transformation function for Proj4 projection code alsk. | |
The full name for this projection is Modified Stereographic of Alaska. | The full name for this projection is Modified Stereographic of Alaska. | |
=cut | =cut | |
sub t_proj_alsk | sub t_proj_alsk | |
{ 'PDL::Transform::Proj4::alsk'->new( @_ ); } | { 'PDL::Transform::Proj4::alsk'->new( @_ ); } | |
#line 600 "Proj4.pm" | ||
#line 601 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_apian | =head2 t_proj_apian | |
Autogenerated transformation function for Proj4 projection code apian. | Autogenerated transformation function for Proj4 projection code apian. | |
The full name for this projection is Apian Globular I. | The full name for this projection is Apian Globular I. | |
=cut | =cut | |
sub t_proj_apian | sub t_proj_apian | |
{ 'PDL::Transform::Proj4::apian'->new( @_ ); } | { 'PDL::Transform::Proj4::apian'->new( @_ ); } | |
#line 621 "Proj4.pm" | ||
#line 622 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_august | =head2 t_proj_august | |
Autogenerated transformation function for Proj4 projection code august. | Autogenerated transformation function for Proj4 projection code august. | |
The full name for this projection is August Epicycloidal. | The full name for this projection is August Epicycloidal. | |
=cut | =cut | |
sub t_proj_august | sub t_proj_august | |
{ 'PDL::Transform::Proj4::august'->new( @_ ); } | { 'PDL::Transform::Proj4::august'->new( @_ ); } | |
#line 642 "Proj4.pm" | ||
#line 643 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_axisswap | =head2 t_proj_axisswap | |
Autogenerated transformation function for Proj4 projection code axisswap. | Autogenerated transformation function for Proj4 projection code axisswap. | |
The full name for this projection is Axis ordering. | The full name for this projection is Axis ordering. | |
=cut | =cut | |
sub t_proj_axisswap | sub t_proj_axisswap | |
{ 'PDL::Transform::Proj4::axisswap'->new( @_ ); } | { 'PDL::Transform::Proj4::axisswap'->new( @_ ); } | |
#line 663 "Proj4.pm" | ||
#line 664 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_bacon | =head2 t_proj_bacon | |
Autogenerated transformation function for Proj4 projection code bacon. | Autogenerated transformation function for Proj4 projection code bacon. | |
The full name for this projection is Bacon Globular. | The full name for this projection is Bacon Globular. | |
=cut | =cut | |
sub t_proj_bacon | sub t_proj_bacon | |
{ 'PDL::Transform::Proj4::bacon'->new( @_ ); } | { 'PDL::Transform::Proj4::bacon'->new( @_ ); } | |
#line 684 "Proj4.pm" | ||
#line 685 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_bertin1953 | =head2 t_proj_bertin1953 | |
Autogenerated transformation function for Proj4 projection code bertin1953. | Autogenerated transformation function for Proj4 projection code bertin1953. | |
The full name for this projection is Bertin 1953. | The full name for this projection is Bertin 1953. | |
=cut | =cut | |
sub t_proj_bertin1953 | sub t_proj_bertin1953 | |
{ 'PDL::Transform::Proj4::bertin1953'->new( @_ ); } | { 'PDL::Transform::Proj4::bertin1953'->new( @_ ); } | |
#line 705 "Proj4.pm" | ||
#line 706 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_bipc | =head2 t_proj_bipc | |
Autogenerated transformation function for Proj4 projection code bipc. | Autogenerated transformation function for Proj4 projection code bipc. | |
The full name for this projection is Bipolar conic of western hemisphere. | The full name for this projection is Bipolar conic of western hemisphere. | |
=cut | =cut | |
sub t_proj_bipc | sub t_proj_bipc | |
{ 'PDL::Transform::Proj4::bipc'->new( @_ ); } | { 'PDL::Transform::Proj4::bipc'->new( @_ ); } | |
#line 726 "Proj4.pm" | ||
#line 727 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_boggs | =head2 t_proj_boggs | |
Autogenerated transformation function for Proj4 projection code boggs. | Autogenerated transformation function for Proj4 projection code boggs. | |
The full name for this projection is Boggs Eumorphic. | The full name for this projection is Boggs Eumorphic. | |
=cut | =cut | |
sub t_proj_boggs | sub t_proj_boggs | |
{ 'PDL::Transform::Proj4::boggs'->new( @_ ); } | { 'PDL::Transform::Proj4::boggs'->new( @_ ); } | |
#line 747 "Proj4.pm" | ||
#line 748 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_bonne | =head2 t_proj_bonne | |
Autogenerated transformation function for Proj4 projection code bonne. | Autogenerated transformation function for Proj4 projection code bonne. | |
The full name for this projection is Bonne (Werner lat_1=90). | The full name for this projection is Bonne (Werner lat_1=90). | |
Projection Parameters | Projection Parameters | |
=for options | =for options | |
=over 4 | =over 4 | |
=item lat_1 | =item lat_1 | |
=back | =back | |
=cut | =cut | |
sub t_proj_bonne | sub t_proj_bonne | |
{ 'PDL::Transform::Proj4::bonne'->new( @_ ); } | { 'PDL::Transform::Proj4::bonne'->new( @_ ); } | |
#line 779 "Proj4.pm" | ||
#line 780 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_calcofi | =head2 t_proj_calcofi | |
Autogenerated transformation function for Proj4 projection code calcofi. | Autogenerated transformation function for Proj4 projection code calcofi. | |
The full name for this projection is Cal Coop Ocean Fish Invest Lines/Stations. | The full name for this projection is Cal Coop Ocean Fish Invest Lines/Stations. | |
=cut | =cut | |
sub t_proj_calcofi | sub t_proj_calcofi | |
{ 'PDL::Transform::Proj4::calcofi'->new( @_ ); } | { 'PDL::Transform::Proj4::calcofi'->new( @_ ); } | |
#line 800 "Proj4.pm" | ||
#line 801 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_cart | =head2 t_proj_cart | |
Autogenerated transformation function for Proj4 projection code cart. | Autogenerated transformation function for Proj4 projection code cart. | |
The full name for this projection is Geodetic/cartesian conversions. | The full name for this projection is Geodetic/cartesian conversions. | |
=cut | =cut | |
sub t_proj_cart | sub t_proj_cart | |
{ 'PDL::Transform::Proj4::cart'->new( @_ ); } | { 'PDL::Transform::Proj4::cart'->new( @_ ); } | |
#line 821 "Proj4.pm" | ||
#line 822 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_cass | =head2 t_proj_cass | |
Autogenerated transformation function for Proj4 projection code cass. | Autogenerated transformation function for Proj4 projection code cass. | |
The full name for this projection is Cassini. | The full name for this projection is Cassini. | |
=cut | =cut | |
sub t_proj_cass | sub t_proj_cass | |
{ 'PDL::Transform::Proj4::cass'->new( @_ ); } | { 'PDL::Transform::Proj4::cass'->new( @_ ); } | |
#line 842 "Proj4.pm" | ||
#line 843 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_cc | =head2 t_proj_cc | |
Autogenerated transformation function for Proj4 projection code cc. | Autogenerated transformation function for Proj4 projection code cc. | |
The full name for this projection is Central Cylindrical. | The full name for this projection is Central Cylindrical. | |
=cut | =cut | |
sub t_proj_cc | sub t_proj_cc | |
{ 'PDL::Transform::Proj4::cc'->new( @_ ); } | { 'PDL::Transform::Proj4::cc'->new( @_ ); } | |
#line 863 "Proj4.pm" | ||
#line 864 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_ccon | =head2 t_proj_ccon | |
Autogenerated transformation function for Proj4 projection code ccon. | Autogenerated transformation function for Proj4 projection code ccon. | |
The full name for this projection is Central Conic. | The full name for this projection is Central Conic. | |
Projection Parameters | Projection Parameters | |
=for options | =for options | |
=over 4 | =over 4 | |
=item lat_1 | =item lat_1 | |
=back | =back | |
=cut | =cut | |
sub t_proj_ccon | sub t_proj_ccon | |
{ 'PDL::Transform::Proj4::ccon'->new( @_ ); } | { 'PDL::Transform::Proj4::ccon'->new( @_ ); } | |
#line 895 "Proj4.pm" | ||
#line 896 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_cea | =head2 t_proj_cea | |
Autogenerated transformation function for Proj4 projection code cea. | Autogenerated transformation function for Proj4 projection code cea. | |
The full name for this projection is Equal Area Cylindrical. | The full name for this projection is Equal Area Cylindrical. | |
Projection Parameters | Projection Parameters | |
=for options | =for options | |
=over 4 | =over 4 | |
=item lat_ts | =item lat_ts | |
=back | =back | |
=cut | =cut | |
sub t_proj_cea | sub t_proj_cea | |
{ 'PDL::Transform::Proj4::cea'->new( @_ ); } | { 'PDL::Transform::Proj4::cea'->new( @_ ); } | |
#line 927 "Proj4.pm" | ||
#line 928 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_chamb | =head2 t_proj_chamb | |
Autogenerated transformation function for Proj4 projection code chamb. | Autogenerated transformation function for Proj4 projection code chamb. | |
The full name for this projection is Chamberlin Trimetric. | The full name for this projection is Chamberlin Trimetric. | |
Projection Parameters | Projection Parameters | |
=for options | =for options | |
skipping to change at line 826 | skipping to change at line 728 | |
=item lon_2 | =item lon_2 | |
=item lon_3 | =item lon_3 | |
=back | =back | |
=cut | =cut | |
sub t_proj_chamb | sub t_proj_chamb | |
{ 'PDL::Transform::Proj4::chamb'->new( @_ ); } | { 'PDL::Transform::Proj4::chamb'->new( @_ ); } | |
#line 969 "Proj4.pm" | ||
#line 970 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_col_urban | =head2 t_proj_col_urban | |
Autogenerated transformation function for Proj4 projection code col_urban. | Autogenerated transformation function for Proj4 projection code col_urban. | |
The full name for this projection is Colombia Urban. | The full name for this projection is Colombia Urban. | |
Projection Parameters | Projection Parameters | |
=for options | =for options | |
=over 4 | =over 4 | |
=item h_0 | =item h_0 | |
=back | =back | |
=cut | =cut | |
sub t_proj_col_urban | sub t_proj_col_urban | |
{ 'PDL::Transform::Proj4::col_urban'->new( @_ ); } | { 'PDL::Transform::Proj4::col_urban'->new( @_ ); } | |
#line 1001 "Proj4.pm" | ||
#line 1002 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_collg | =head2 t_proj_collg | |
Autogenerated transformation function for Proj4 projection code collg. | Autogenerated transformation function for Proj4 projection code collg. | |
The full name for this projection is Collignon. | The full name for this projection is Collignon. | |
=cut | =cut | |
sub t_proj_collg | sub t_proj_collg | |
{ 'PDL::Transform::Proj4::collg'->new( @_ ); } | { 'PDL::Transform::Proj4::collg'->new( @_ ); } | |
#line 1022 "Proj4.pm" | ||
#line 1023 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_comill | =head2 t_proj_comill | |
Autogenerated transformation function for Proj4 projection code comill. | Autogenerated transformation function for Proj4 projection code comill. | |
The full name for this projection is Compact Miller. | The full name for this projection is Compact Miller. | |
=cut | =cut | |
sub t_proj_comill | sub t_proj_comill | |
{ 'PDL::Transform::Proj4::comill'->new( @_ ); } | { 'PDL::Transform::Proj4::comill'->new( @_ ); } | |
#line 1043 "Proj4.pm" | ||
#line 1044 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_crast | =head2 t_proj_crast | |
Autogenerated transformation function for Proj4 projection code crast. | Autogenerated transformation function for Proj4 projection code crast. | |
The full name for this projection is Craster Parabolic (Putnins P4). | The full name for this projection is Craster Parabolic (Putnins P4). | |
=cut | =cut | |
sub t_proj_crast | sub t_proj_crast | |
{ 'PDL::Transform::Proj4::crast'->new( @_ ); } | { 'PDL::Transform::Proj4::crast'->new( @_ ); } | |
#line 1064 "Proj4.pm" | ||
#line 1065 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_defmodel | =head2 t_proj_defmodel | |
Autogenerated transformation function for Proj4 projection code defmodel. | Autogenerated transformation function for Proj4 projection code defmodel. | |
The full name for this projection is Deformation model. | The full name for this projection is Deformation model. | |
=cut | =cut | |
sub t_proj_defmodel | sub t_proj_defmodel | |
{ 'PDL::Transform::Proj4::defmodel'->new( @_ ); } | { 'PDL::Transform::Proj4::defmodel'->new( @_ ); } | |
#line 1085 "Proj4.pm" | ||
#line 1086 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_deformation | =head2 t_proj_deformation | |
Autogenerated transformation function for Proj4 projection code deformation. | Autogenerated transformation function for Proj4 projection code deformation. | |
The full name for this projection is Kinematic grid shift. | The full name for this projection is Kinematic grid shift. | |
=cut | =cut | |
sub t_proj_deformation | sub t_proj_deformation | |
{ 'PDL::Transform::Proj4::deformation'->new( @_ ); } | { 'PDL::Transform::Proj4::deformation'->new( @_ ); } | |
#line 1106 "Proj4.pm" | ||
#line 1107 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_denoy | =head2 t_proj_denoy | |
Autogenerated transformation function for Proj4 projection code denoy. | Autogenerated transformation function for Proj4 projection code denoy. | |
The full name for this projection is Denoyer Semi-Elliptical. | The full name for this projection is Denoyer Semi-Elliptical. | |
=cut | =cut | |
sub t_proj_denoy | sub t_proj_denoy | |
{ 'PDL::Transform::Proj4::denoy'->new( @_ ); } | { 'PDL::Transform::Proj4::denoy'->new( @_ ); } | |
#line 1127 "Proj4.pm" | ||
#line 1128 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_eck1 | =head2 t_proj_eck1 | |
Autogenerated transformation function for Proj4 projection code eck1. | Autogenerated transformation function for Proj4 projection code eck1. | |
The full name for this projection is Eckert I. | The full name for this projection is Eckert I. | |
=cut | =cut | |
sub t_proj_eck1 | sub t_proj_eck1 | |
{ 'PDL::Transform::Proj4::eck1'->new( @_ ); } | { 'PDL::Transform::Proj4::eck1'->new( @_ ); } | |
#line 1148 "Proj4.pm" | ||
#line 1149 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_eck2 | =head2 t_proj_eck2 | |
Autogenerated transformation function for Proj4 projection code eck2. | Autogenerated transformation function for Proj4 projection code eck2. | |
The full name for this projection is Eckert II. | The full name for this projection is Eckert II. | |
=cut | =cut | |
sub t_proj_eck2 | sub t_proj_eck2 | |
{ 'PDL::Transform::Proj4::eck2'->new( @_ ); } | { 'PDL::Transform::Proj4::eck2'->new( @_ ); } | |
#line 1169 "Proj4.pm" | ||
#line 1170 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_eck3 | =head2 t_proj_eck3 | |
Autogenerated transformation function for Proj4 projection code eck3. | Autogenerated transformation function for Proj4 projection code eck3. | |
The full name for this projection is Eckert III. | The full name for this projection is Eckert III. | |
=cut | =cut | |
sub t_proj_eck3 | sub t_proj_eck3 | |
{ 'PDL::Transform::Proj4::eck3'->new( @_ ); } | { 'PDL::Transform::Proj4::eck3'->new( @_ ); } | |
#line 1190 "Proj4.pm" | ||
#line 1191 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_eck4 | =head2 t_proj_eck4 | |
Autogenerated transformation function for Proj4 projection code eck4. | Autogenerated transformation function for Proj4 projection code eck4. | |
The full name for this projection is Eckert IV. | The full name for this projection is Eckert IV. | |
=cut | =cut | |
sub t_proj_eck4 | sub t_proj_eck4 | |
{ 'PDL::Transform::Proj4::eck4'->new( @_ ); } | { 'PDL::Transform::Proj4::eck4'->new( @_ ); } | |
#line 1211 "Proj4.pm" | ||
#line 1212 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_eck5 | =head2 t_proj_eck5 | |
Autogenerated transformation function for Proj4 projection code eck5. | Autogenerated transformation function for Proj4 projection code eck5. | |
The full name for this projection is Eckert V. | The full name for this projection is Eckert V. | |
=cut | =cut | |
sub t_proj_eck5 | sub t_proj_eck5 | |
{ 'PDL::Transform::Proj4::eck5'->new( @_ ); } | { 'PDL::Transform::Proj4::eck5'->new( @_ ); } | |
#line 1232 "Proj4.pm" | ||
#line 1233 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_eck6 | =head2 t_proj_eck6 | |
Autogenerated transformation function for Proj4 projection code eck6. | Autogenerated transformation function for Proj4 projection code eck6. | |
The full name for this projection is Eckert VI. | The full name for this projection is Eckert VI. | |
=cut | =cut | |
sub t_proj_eck6 | sub t_proj_eck6 | |
{ 'PDL::Transform::Proj4::eck6'->new( @_ ); } | { 'PDL::Transform::Proj4::eck6'->new( @_ ); } | |
#line 1253 "Proj4.pm" | ||
#line 1254 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_eqc | =head2 t_proj_eqc | |
Autogenerated transformation function for Proj4 projection code eqc. | Autogenerated transformation function for Proj4 projection code eqc. | |
The full name for this projection is Equidistant Cylindrical (Plate Carree). | The full name for this projection is Equidistant Cylindrical (Plate Carree). | |
Projection Parameters | Projection Parameters | |
=for options | =for options | |
skipping to change at line 1072 | skipping to change at line 918 | |
=item lat_00 | =item lat_00 | |
=item lat_ts | =item lat_ts | |
=back | =back | |
=cut | =cut | |
sub t_proj_eqc | sub t_proj_eqc | |
{ 'PDL::Transform::Proj4::eqc'->new( @_ ); } | { 'PDL::Transform::Proj4::eqc'->new( @_ ); } | |
#line 1287 "Proj4.pm" | ||
#line 1288 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_eqdc | =head2 t_proj_eqdc | |
Autogenerated transformation function for Proj4 projection code eqdc. | Autogenerated transformation function for Proj4 projection code eqdc. | |
The full name for this projection is Equidistant Conic. | The full name for this projection is Equidistant Conic. | |
Projection Parameters | Projection Parameters | |
=for options | =for options | |
skipping to change at line 1100 | skipping to change at line 942 | |
=item lat_1 | =item lat_1 | |
=item lat_2 | =item lat_2 | |
=back | =back | |
=cut | =cut | |
sub t_proj_eqdc | sub t_proj_eqdc | |
{ 'PDL::Transform::Proj4::eqdc'->new( @_ ); } | { 'PDL::Transform::Proj4::eqdc'->new( @_ ); } | |
#line 1321 "Proj4.pm" | ||
#line 1322 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_eqearth | =head2 t_proj_eqearth | |
Autogenerated transformation function for Proj4 projection code eqearth. | Autogenerated transformation function for Proj4 projection code eqearth. | |
The full name for this projection is Equal Earth. | The full name for this projection is Equal Earth. | |
=cut | =cut | |
sub t_proj_eqearth | sub t_proj_eqearth | |
{ 'PDL::Transform::Proj4::eqearth'->new( @_ ); } | { 'PDL::Transform::Proj4::eqearth'->new( @_ ); } | |
#line 1342 "Proj4.pm" | ||
#line 1343 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_etmerc | =head2 t_proj_etmerc | |
Autogenerated transformation function for Proj4 projection code etmerc. | Autogenerated transformation function for Proj4 projection code etmerc. | |
The full name for this projection is Extended Transverse Mercator. | The full name for this projection is Extended Transverse Mercator. | |
=cut | =cut | |
sub t_proj_etmerc | sub t_proj_etmerc | |
{ 'PDL::Transform::Proj4::etmerc'->new( @_ ); } | { 'PDL::Transform::Proj4::etmerc'->new( @_ ); } | |
#line 1363 "Proj4.pm" | ||
#line 1364 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_euler | =head2 t_proj_euler | |
Autogenerated transformation function for Proj4 projection code euler. | Autogenerated transformation function for Proj4 projection code euler. | |
The full name for this projection is Euler. | The full name for this projection is Euler. | |
Projection Parameters | Projection Parameters | |
=for options | =for options | |
skipping to change at line 1160 | skipping to change at line 990 | |
=item lat_1 | =item lat_1 | |
=item lat_2 | =item lat_2 | |
=back | =back | |
=cut | =cut | |
sub t_proj_euler | sub t_proj_euler | |
{ 'PDL::Transform::Proj4::euler'->new( @_ ); } | { 'PDL::Transform::Proj4::euler'->new( @_ ); } | |
#line 1397 "Proj4.pm" | ||
#line 1398 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_fahey | =head2 t_proj_fahey | |
Autogenerated transformation function for Proj4 projection code fahey. | Autogenerated transformation function for Proj4 projection code fahey. | |
The full name for this projection is Fahey. | The full name for this projection is Fahey. | |
=cut | =cut | |
sub t_proj_fahey | sub t_proj_fahey | |
{ 'PDL::Transform::Proj4::fahey'->new( @_ ); } | { 'PDL::Transform::Proj4::fahey'->new( @_ ); } | |
#line 1418 "Proj4.pm" | ||
#line 1419 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_fouc | =head2 t_proj_fouc | |
Autogenerated transformation function for Proj4 projection code fouc. | Autogenerated transformation function for Proj4 projection code fouc. | |
The full name for this projection is Foucaut. | The full name for this projection is Foucaut. | |
=cut | =cut | |
sub t_proj_fouc | sub t_proj_fouc | |
{ 'PDL::Transform::Proj4::fouc'->new( @_ ); } | { 'PDL::Transform::Proj4::fouc'->new( @_ ); } | |
#line 1439 "Proj4.pm" | ||
#line 1440 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_fouc_s | =head2 t_proj_fouc_s | |
Autogenerated transformation function for Proj4 projection code fouc_s. | Autogenerated transformation function for Proj4 projection code fouc_s. | |
The full name for this projection is Foucaut Sinusoidal. | The full name for this projection is Foucaut Sinusoidal. | |
=cut | =cut | |
sub t_proj_fouc_s | sub t_proj_fouc_s | |
{ 'PDL::Transform::Proj4::fouc_s'->new( @_ ); } | { 'PDL::Transform::Proj4::fouc_s'->new( @_ ); } | |
#line 1460 "Proj4.pm" | ||
#line 1461 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_gall | =head2 t_proj_gall | |
Autogenerated transformation function for Proj4 projection code gall. | Autogenerated transformation function for Proj4 projection code gall. | |
The full name for this projection is Gall (Gall Stereographic). | The full name for this projection is Gall (Gall Stereographic). | |
=cut | =cut | |
sub t_proj_gall | sub t_proj_gall | |
{ 'PDL::Transform::Proj4::gall'->new( @_ ); } | { 'PDL::Transform::Proj4::gall'->new( @_ ); } | |
#line 1481 "Proj4.pm" | ||
#line 1482 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_geoc | =head2 t_proj_geoc | |
Autogenerated transformation function for Proj4 projection code geoc. | Autogenerated transformation function for Proj4 projection code geoc. | |
The full name for this projection is Geocentric Latitude. | The full name for this projection is Geocentric Latitude. | |
=cut | =cut | |
sub t_proj_geoc | sub t_proj_geoc | |
{ 'PDL::Transform::Proj4::geoc'->new( @_ ); } | { 'PDL::Transform::Proj4::geoc'->new( @_ ); } | |
#line 1502 "Proj4.pm" | ||
#line 1503 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_geocent | =head2 t_proj_geocent | |
Autogenerated transformation function for Proj4 projection code geocent. | Autogenerated transformation function for Proj4 projection code geocent. | |
The full name for this projection is Geocentric. | The full name for this projection is Geocentric. | |
=cut | =cut | |
sub t_proj_geocent | sub t_proj_geocent | |
{ 'PDL::Transform::Proj4::geocent'->new( @_ ); } | { 'PDL::Transform::Proj4::geocent'->new( @_ ); } | |
#line 1523 "Proj4.pm" | ||
#line 1524 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_geogoffset | =head2 t_proj_geogoffset | |
Autogenerated transformation function for Proj4 projection code geogoffset. | Autogenerated transformation function for Proj4 projection code geogoffset. | |
The full name for this projection is Geographic Offset. | The full name for this projection is Geographic Offset. | |
=cut | =cut | |
sub t_proj_geogoffset | sub t_proj_geogoffset | |
{ 'PDL::Transform::Proj4::geogoffset'->new( @_ ); } | { 'PDL::Transform::Proj4::geogoffset'->new( @_ ); } | |
#line 1544 "Proj4.pm" | ||
#line 1545 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_geos | =head2 t_proj_geos | |
Autogenerated transformation function for Proj4 projection code geos. | Autogenerated transformation function for Proj4 projection code geos. | |
The full name for this projection is Geostationary Satellite View. | The full name for this projection is Geostationary Satellite View. | |
Projection Parameters | Projection Parameters | |
=for options | =for options | |
=over 4 | =over 4 | |
=item h | =item h | |
=back | =back | |
=cut | =cut | |
sub t_proj_geos | sub t_proj_geos | |
{ 'PDL::Transform::Proj4::geos'->new( @_ ); } | { 'PDL::Transform::Proj4::geos'->new( @_ ); } | |
#line 1576 "Proj4.pm" | ||
#line 1577 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_gins8 | =head2 t_proj_gins8 | |
Autogenerated transformation function for Proj4 projection code gins8. | Autogenerated transformation function for Proj4 projection code gins8. | |
The full name for this projection is Ginsburg VIII (TsNIIGAiK). | The full name for this projection is Ginsburg VIII (TsNIIGAiK). | |
=cut | =cut | |
sub t_proj_gins8 | sub t_proj_gins8 | |
{ 'PDL::Transform::Proj4::gins8'->new( @_ ); } | { 'PDL::Transform::Proj4::gins8'->new( @_ ); } | |
#line 1597 "Proj4.pm" | ||
#line 1598 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_gn_sinu | =head2 t_proj_gn_sinu | |
Autogenerated transformation function for Proj4 projection code gn_sinu. | Autogenerated transformation function for Proj4 projection code gn_sinu. | |
The full name for this projection is General Sinusoidal Series. | The full name for this projection is General Sinusoidal Series. | |
Projection Parameters | Projection Parameters | |
=for options | =for options | |
skipping to change at line 1342 | skipping to change at line 1132 | |
=item m | =item m | |
=item n | =item n | |
=back | =back | |
=cut | =cut | |
sub t_proj_gn_sinu | sub t_proj_gn_sinu | |
{ 'PDL::Transform::Proj4::gn_sinu'->new( @_ ); } | { 'PDL::Transform::Proj4::gn_sinu'->new( @_ ); } | |
#line 1631 "Proj4.pm" | ||
#line 1632 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_gnom | =head2 t_proj_gnom | |
Autogenerated transformation function for Proj4 projection code gnom. | Autogenerated transformation function for Proj4 projection code gnom. | |
The full name for this projection is Gnomonic. | The full name for this projection is Gnomonic. | |
=cut | =cut | |
sub t_proj_gnom | sub t_proj_gnom | |
{ 'PDL::Transform::Proj4::gnom'->new( @_ ); } | { 'PDL::Transform::Proj4::gnom'->new( @_ ); } | |
#line 1652 "Proj4.pm" | ||
#line 1653 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_goode | =head2 t_proj_goode | |
Autogenerated transformation function for Proj4 projection code goode. | Autogenerated transformation function for Proj4 projection code goode. | |
The full name for this projection is Goode Homolosine. | The full name for this projection is Goode Homolosine. | |
=cut | =cut | |
sub t_proj_goode | sub t_proj_goode | |
{ 'PDL::Transform::Proj4::goode'->new( @_ ); } | { 'PDL::Transform::Proj4::goode'->new( @_ ); } | |
#line 1673 "Proj4.pm" | ||
#line 1674 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_gs48 | =head2 t_proj_gs48 | |
Autogenerated transformation function for Proj4 projection code gs48. | Autogenerated transformation function for Proj4 projection code gs48. | |
The full name for this projection is Modified Stereographic of 48 U.S.. | The full name for this projection is Modified Stereographic of 48 U.S.. | |
=cut | =cut | |
sub t_proj_gs48 | sub t_proj_gs48 | |
{ 'PDL::Transform::Proj4::gs48'->new( @_ ); } | { 'PDL::Transform::Proj4::gs48'->new( @_ ); } | |
#line 1694 "Proj4.pm" | ||
#line 1695 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_gs50 | =head2 t_proj_gs50 | |
Autogenerated transformation function for Proj4 projection code gs50. | Autogenerated transformation function for Proj4 projection code gs50. | |
The full name for this projection is Modified Stereographic of 50 U.S.. | The full name for this projection is Modified Stereographic of 50 U.S.. | |
=cut | =cut | |
sub t_proj_gs50 | sub t_proj_gs50 | |
{ 'PDL::Transform::Proj4::gs50'->new( @_ ); } | { 'PDL::Transform::Proj4::gs50'->new( @_ ); } | |
#line 1715 "Proj4.pm" | ||
#line 1716 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_gstmerc | =head2 t_proj_gstmerc | |
Autogenerated transformation function for Proj4 projection code gstmerc. | Autogenerated transformation function for Proj4 projection code gstmerc. | |
The full name for this projection is Gauss-Schreiber Transverse Mercator (aka Ga uss-Laborde Reunion). | The full name for this projection is Gauss-Schreiber Transverse Mercator (aka Ga uss-Laborde Reunion). | |
Projection Parameters | Projection Parameters | |
=for options | =for options | |
skipping to change at line 1436 | skipping to change at line 1206 | |
=item lat_0 | =item lat_0 | |
=item lon_0 | =item lon_0 | |
=back | =back | |
=cut | =cut | |
sub t_proj_gstmerc | sub t_proj_gstmerc | |
{ 'PDL::Transform::Proj4::gstmerc'->new( @_ ); } | { 'PDL::Transform::Proj4::gstmerc'->new( @_ ); } | |
#line 1751 "Proj4.pm" | ||
#line 1752 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_guyou | =head2 t_proj_guyou | |
Autogenerated transformation function for Proj4 projection code guyou. | Autogenerated transformation function for Proj4 projection code guyou. | |
The full name for this projection is Guyou. | The full name for this projection is Guyou. | |
=cut | =cut | |
sub t_proj_guyou | sub t_proj_guyou | |
{ 'PDL::Transform::Proj4::guyou'->new( @_ ); } | { 'PDL::Transform::Proj4::guyou'->new( @_ ); } | |
#line 1772 "Proj4.pm" | ||
#line 1773 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_hammer | =head2 t_proj_hammer | |
Autogenerated transformation function for Proj4 projection code hammer. | Autogenerated transformation function for Proj4 projection code hammer. | |
The full name for this projection is Hammer & Eckert-Greifendorff. | The full name for this projection is Hammer & Eckert-Greifendorff. | |
Projection Parameters | Projection Parameters | |
=for options | =for options | |
skipping to change at line 1480 | skipping to change at line 1242 | |
=item M | =item M | |
=item W | =item W | |
=back | =back | |
=cut | =cut | |
sub t_proj_hammer | sub t_proj_hammer | |
{ 'PDL::Transform::Proj4::hammer'->new( @_ ); } | { 'PDL::Transform::Proj4::hammer'->new( @_ ); } | |
#line 1806 "Proj4.pm" | ||
#line 1807 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_hatano | =head2 t_proj_hatano | |
Autogenerated transformation function for Proj4 projection code hatano. | Autogenerated transformation function for Proj4 projection code hatano. | |
The full name for this projection is Hatano Asymmetrical Equal Area. | The full name for this projection is Hatano Asymmetrical Equal Area. | |
=cut | =cut | |
sub t_proj_hatano | sub t_proj_hatano | |
{ 'PDL::Transform::Proj4::hatano'->new( @_ ); } | { 'PDL::Transform::Proj4::hatano'->new( @_ ); } | |
#line 1827 "Proj4.pm" | ||
#line 1828 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_healpix | =head2 t_proj_healpix | |
Autogenerated transformation function for Proj4 projection code healpix. | Autogenerated transformation function for Proj4 projection code healpix. | |
The full name for this projection is HEALPix. | The full name for this projection is HEALPix. | |
Projection Parameters | Projection Parameters | |
=for options | =for options | |
=over 4 | =over 4 | |
=item rot_xy | =item rot_xy | |
=back | =back | |
=cut | =cut | |
sub t_proj_healpix | sub t_proj_healpix | |
{ 'PDL::Transform::Proj4::healpix'->new( @_ ); } | { 'PDL::Transform::Proj4::healpix'->new( @_ ); } | |
#line 1859 "Proj4.pm" | ||
#line 1860 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_helmert | =head2 t_proj_helmert | |
Autogenerated transformation function for Proj4 projection code helmert. | Autogenerated transformation function for Proj4 projection code helmert. | |
The full name for this projection is 3(6)-, 4(8)- and 7(14)-parameter Helmert sh ift. | The full name for this projection is 3(6)-, 4(8)- and 7(14)-parameter Helmert sh ift. | |
=cut | =cut | |
sub t_proj_helmert | sub t_proj_helmert | |
{ 'PDL::Transform::Proj4::helmert'->new( @_ ); } | { 'PDL::Transform::Proj4::helmert'->new( @_ ); } | |
#line 1880 "Proj4.pm" | ||
#line 1881 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_hgridshift | =head2 t_proj_hgridshift | |
Autogenerated transformation function for Proj4 projection code hgridshift. | Autogenerated transformation function for Proj4 projection code hgridshift. | |
The full name for this projection is Horizontal grid shift. | The full name for this projection is Horizontal grid shift. | |
=cut | =cut | |
sub t_proj_hgridshift | sub t_proj_hgridshift | |
{ 'PDL::Transform::Proj4::hgridshift'->new( @_ ); } | { 'PDL::Transform::Proj4::hgridshift'->new( @_ ); } | |
#line 1901 "Proj4.pm" | ||
#line 1902 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_horner | =head2 t_proj_horner | |
Autogenerated transformation function for Proj4 projection code horner. | Autogenerated transformation function for Proj4 projection code horner. | |
The full name for this projection is Horner polynomial evaluation. | The full name for this projection is Horner polynomial evaluation. | |
=cut | =cut | |
sub t_proj_horner | sub t_proj_horner | |
{ 'PDL::Transform::Proj4::horner'->new( @_ ); } | { 'PDL::Transform::Proj4::horner'->new( @_ ); } | |
#line 1922 "Proj4.pm" | ||
#line 1923 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_igh | =head2 t_proj_igh | |
Autogenerated transformation function for Proj4 projection code igh. | Autogenerated transformation function for Proj4 projection code igh. | |
The full name for this projection is Interrupted Goode Homolosine. | The full name for this projection is Interrupted Goode Homolosine. | |
=cut | =cut | |
sub t_proj_igh | sub t_proj_igh | |
{ 'PDL::Transform::Proj4::igh'->new( @_ ); } | { 'PDL::Transform::Proj4::igh'->new( @_ ); } | |
#line 1943 "Proj4.pm" | ||
#line 1944 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_igh_o | =head2 t_proj_igh_o | |
Autogenerated transformation function for Proj4 projection code igh_o. | Autogenerated transformation function for Proj4 projection code igh_o. | |
The full name for this projection is Interrupted Goode Homolosine Oceanic View. | The full name for this projection is Interrupted Goode Homolosine Oceanic View. | |
=cut | =cut | |
sub t_proj_igh_o | sub t_proj_igh_o | |
{ 'PDL::Transform::Proj4::igh_o'->new( @_ ); } | { 'PDL::Transform::Proj4::igh_o'->new( @_ ); } | |
#line 1964 "Proj4.pm" | ||
#line 1965 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_imw_p | =head2 t_proj_imw_p | |
Autogenerated transformation function for Proj4 projection code imw_p. | Autogenerated transformation function for Proj4 projection code imw_p. | |
The full name for this projection is International Map of the World Polyconic. | The full name for this projection is International Map of the World Polyconic. | |
Projection Parameters | Projection Parameters | |
=for options | =for options | |
skipping to change at line 1632 | skipping to change at line 1362 | |
=item lat_2 | =item lat_2 | |
=item lon_1 | =item lon_1 | |
=back | =back | |
=cut | =cut | |
sub t_proj_imw_p | sub t_proj_imw_p | |
{ 'PDL::Transform::Proj4::imw_p'->new( @_ ); } | { 'PDL::Transform::Proj4::imw_p'->new( @_ ); } | |
#line 2000 "Proj4.pm" | ||
#line 2001 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_isea | =head2 t_proj_isea | |
Autogenerated transformation function for Proj4 projection code isea. | Autogenerated transformation function for Proj4 projection code isea. | |
The full name for this projection is Icosahedral Snyder Equal Area. | The full name for this projection is Icosahedral Snyder Equal Area. | |
=cut | =cut | |
sub t_proj_isea | sub t_proj_isea | |
{ 'PDL::Transform::Proj4::isea'->new( @_ ); } | { 'PDL::Transform::Proj4::isea'->new( @_ ); } | |
#line 2021 "Proj4.pm" | ||
#line 2022 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_kav5 | =head2 t_proj_kav5 | |
Autogenerated transformation function for Proj4 projection code kav5. | Autogenerated transformation function for Proj4 projection code kav5. | |
The full name for this projection is Kavraisky V. | The full name for this projection is Kavraisky V. | |
=cut | =cut | |
sub t_proj_kav5 | sub t_proj_kav5 | |
{ 'PDL::Transform::Proj4::kav5'->new( @_ ); } | { 'PDL::Transform::Proj4::kav5'->new( @_ ); } | |
#line 2042 "Proj4.pm" | ||
#line 2043 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_kav7 | =head2 t_proj_kav7 | |
Autogenerated transformation function for Proj4 projection code kav7. | Autogenerated transformation function for Proj4 projection code kav7. | |
The full name for this projection is Kavraisky VII. | The full name for this projection is Kavraisky VII. | |
=cut | =cut | |
sub t_proj_kav7 | sub t_proj_kav7 | |
{ 'PDL::Transform::Proj4::kav7'->new( @_ ); } | { 'PDL::Transform::Proj4::kav7'->new( @_ ); } | |
#line 2063 "Proj4.pm" | ||
#line 2064 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_krovak | =head2 t_proj_krovak | |
Autogenerated transformation function for Proj4 projection code krovak. | Autogenerated transformation function for Proj4 projection code krovak. | |
The full name for this projection is Krovak. | The full name for this projection is Krovak. | |
=cut | =cut | |
sub t_proj_krovak | sub t_proj_krovak | |
{ 'PDL::Transform::Proj4::krovak'->new( @_ ); } | { 'PDL::Transform::Proj4::krovak'->new( @_ ); } | |
#line 2084 "Proj4.pm" | ||
#line 2085 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_labrd | =head2 t_proj_labrd | |
Autogenerated transformation function for Proj4 projection code labrd. | Autogenerated transformation function for Proj4 projection code labrd. | |
The full name for this projection is Laborde. | The full name for this projection is Laborde. | |
=cut | =cut | |
sub t_proj_labrd | sub t_proj_labrd | |
{ 'PDL::Transform::Proj4::labrd'->new( @_ ); } | { 'PDL::Transform::Proj4::labrd'->new( @_ ); } | |
#line 2105 "Proj4.pm" | ||
#line 2106 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_laea | =head2 t_proj_laea | |
Autogenerated transformation function for Proj4 projection code laea. | Autogenerated transformation function for Proj4 projection code laea. | |
The full name for this projection is Lambert Azimuthal Equal Area. | The full name for this projection is Lambert Azimuthal Equal Area. | |
=cut | =cut | |
sub t_proj_laea | sub t_proj_laea | |
{ 'PDL::Transform::Proj4::laea'->new( @_ ); } | { 'PDL::Transform::Proj4::laea'->new( @_ ); } | |
#line 2126 "Proj4.pm" | ||
#line 2127 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_lagrng | =head2 t_proj_lagrng | |
Autogenerated transformation function for Proj4 projection code lagrng. | Autogenerated transformation function for Proj4 projection code lagrng. | |
The full name for this projection is Lagrange. | The full name for this projection is Lagrange. | |
Projection Parameters | Projection Parameters | |
=for options | =for options | |
=over 4 | =over 4 | |
=item W | =item W | |
=back | =back | |
=cut | =cut | |
sub t_proj_lagrng | sub t_proj_lagrng | |
{ 'PDL::Transform::Proj4::lagrng'->new( @_ ); } | { 'PDL::Transform::Proj4::lagrng'->new( @_ ); } | |
#line 2158 "Proj4.pm" | ||
#line 2159 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_larr | =head2 t_proj_larr | |
Autogenerated transformation function for Proj4 projection code larr. | Autogenerated transformation function for Proj4 projection code larr. | |
The full name for this projection is Larrivee. | The full name for this projection is Larrivee. | |
=cut | =cut | |
sub t_proj_larr | sub t_proj_larr | |
{ 'PDL::Transform::Proj4::larr'->new( @_ ); } | { 'PDL::Transform::Proj4::larr'->new( @_ ); } | |
#line 2179 "Proj4.pm" | ||
#line 2180 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_lask | =head2 t_proj_lask | |
Autogenerated transformation function for Proj4 projection code lask. | Autogenerated transformation function for Proj4 projection code lask. | |
The full name for this projection is Laskowski. | The full name for this projection is Laskowski. | |
=cut | =cut | |
sub t_proj_lask | sub t_proj_lask | |
{ 'PDL::Transform::Proj4::lask'->new( @_ ); } | { 'PDL::Transform::Proj4::lask'->new( @_ ); } | |
#line 2200 "Proj4.pm" | ||
#line 2201 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_latlon | =head2 t_proj_latlon | |
Autogenerated transformation function for Proj4 projection code latlon. | Autogenerated transformation function for Proj4 projection code latlon. | |
The full name for this projection is Lat/long (Geodetic alias). | The full name for this projection is Lat/long (Geodetic alias). | |
=cut | =cut | |
sub t_proj_latlon | sub t_proj_latlon | |
{ 'PDL::Transform::Proj4::latlon'->new( @_ ); } | { 'PDL::Transform::Proj4::latlon'->new( @_ ); } | |
#line 2221 "Proj4.pm" | ||
#line 2222 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_latlong | =head2 t_proj_latlong | |
Autogenerated transformation function for Proj4 projection code latlong. | Autogenerated transformation function for Proj4 projection code latlong. | |
The full name for this projection is Lat/long (Geodetic alias). | The full name for this projection is Lat/long (Geodetic alias). | |
=cut | =cut | |
sub t_proj_latlong | sub t_proj_latlong | |
{ 'PDL::Transform::Proj4::latlong'->new( @_ ); } | { 'PDL::Transform::Proj4::latlong'->new( @_ ); } | |
#line 2242 "Proj4.pm" | ||
#line 2243 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_lcc | =head2 t_proj_lcc | |
Autogenerated transformation function for Proj4 projection code lcc. | Autogenerated transformation function for Proj4 projection code lcc. | |
The full name for this projection is Lambert Conformal Conic. | The full name for this projection is Lambert Conformal Conic. | |
Projection Parameters | Projection Parameters | |
=for options | =for options | |
skipping to change at line 1850 | skipping to change at line 1532 | |
=item lat_1 | =item lat_1 | |
=item lat_2 | =item lat_2 | |
=back | =back | |
=cut | =cut | |
sub t_proj_lcc | sub t_proj_lcc | |
{ 'PDL::Transform::Proj4::lcc'->new( @_ ); } | { 'PDL::Transform::Proj4::lcc'->new( @_ ); } | |
#line 2280 "Proj4.pm" | ||
#line 2281 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_lcca | =head2 t_proj_lcca | |
Autogenerated transformation function for Proj4 projection code lcca. | Autogenerated transformation function for Proj4 projection code lcca. | |
The full name for this projection is Lambert Conformal Conic Alternative. | The full name for this projection is Lambert Conformal Conic Alternative. | |
Projection Parameters | Projection Parameters | |
=for options | =for options | |
=over 4 | =over 4 | |
=item lat_0 | =item lat_0 | |
=back | =back | |
=cut | =cut | |
sub t_proj_lcca | sub t_proj_lcca | |
{ 'PDL::Transform::Proj4::lcca'->new( @_ ); } | { 'PDL::Transform::Proj4::lcca'->new( @_ ); } | |
#line 2312 "Proj4.pm" | ||
#line 2313 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_leac | =head2 t_proj_leac | |
Autogenerated transformation function for Proj4 projection code leac. | Autogenerated transformation function for Proj4 projection code leac. | |
The full name for this projection is Lambert Equal Area Conic. | The full name for this projection is Lambert Equal Area Conic. | |
Projection Parameters | Projection Parameters | |
=for options | =for options | |
skipping to change at line 1904 | skipping to change at line 1578 | |
=item lat_1 | =item lat_1 | |
=item south | =item south | |
=back | =back | |
=cut | =cut | |
sub t_proj_leac | sub t_proj_leac | |
{ 'PDL::Transform::Proj4::leac'->new( @_ ); } | { 'PDL::Transform::Proj4::leac'->new( @_ ); } | |
#line 2346 "Proj4.pm" | ||
#line 2347 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_lee_os | =head2 t_proj_lee_os | |
Autogenerated transformation function for Proj4 projection code lee_os. | Autogenerated transformation function for Proj4 projection code lee_os. | |
The full name for this projection is Lee Oblated Stereographic. | The full name for this projection is Lee Oblated Stereographic. | |
=cut | =cut | |
sub t_proj_lee_os | sub t_proj_lee_os | |
{ 'PDL::Transform::Proj4::lee_os'->new( @_ ); } | { 'PDL::Transform::Proj4::lee_os'->new( @_ ); } | |
#line 2367 "Proj4.pm" | ||
#line 2368 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_longlat | =head2 t_proj_longlat | |
Autogenerated transformation function for Proj4 projection code longlat. | Autogenerated transformation function for Proj4 projection code longlat. | |
The full name for this projection is Lat/long (Geodetic alias). | The full name for this projection is Lat/long (Geodetic alias). | |
=cut | =cut | |
sub t_proj_longlat | sub t_proj_longlat | |
{ 'PDL::Transform::Proj4::longlat'->new( @_ ); } | { 'PDL::Transform::Proj4::longlat'->new( @_ ); } | |
#line 2388 "Proj4.pm" | ||
#line 2389 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_lonlat | =head2 t_proj_lonlat | |
Autogenerated transformation function for Proj4 projection code lonlat. | Autogenerated transformation function for Proj4 projection code lonlat. | |
The full name for this projection is Lat/long (Geodetic). | The full name for this projection is Lat/long (Geodetic). | |
=cut | =cut | |
sub t_proj_lonlat | sub t_proj_lonlat | |
{ 'PDL::Transform::Proj4::lonlat'->new( @_ ); } | { 'PDL::Transform::Proj4::lonlat'->new( @_ ); } | |
#line 2409 "Proj4.pm" | ||
#line 2410 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_loxim | =head2 t_proj_loxim | |
Autogenerated transformation function for Proj4 projection code loxim. | Autogenerated transformation function for Proj4 projection code loxim. | |
The full name for this projection is Loximuthal. | The full name for this projection is Loximuthal. | |
=cut | =cut | |
sub t_proj_loxim | sub t_proj_loxim | |
{ 'PDL::Transform::Proj4::loxim'->new( @_ ); } | { 'PDL::Transform::Proj4::loxim'->new( @_ ); } | |
#line 2430 "Proj4.pm" | ||
#line 2431 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_lsat | =head2 t_proj_lsat | |
Autogenerated transformation function for Proj4 projection code lsat. | Autogenerated transformation function for Proj4 projection code lsat. | |
The full name for this projection is Space oblique for LANDSAT. | The full name for this projection is Space oblique for LANDSAT. | |
Projection Parameters | Projection Parameters | |
=for options | =for options | |
skipping to change at line 1996 | skipping to change at line 1650 | |
=item lsat | =item lsat | |
=item path | =item path | |
=back | =back | |
=cut | =cut | |
sub t_proj_lsat | sub t_proj_lsat | |
{ 'PDL::Transform::Proj4::lsat'->new( @_ ); } | { 'PDL::Transform::Proj4::lsat'->new( @_ ); } | |
#line 2464 "Proj4.pm" | ||
#line 2465 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_mbt_fps | =head2 t_proj_mbt_fps | |
Autogenerated transformation function for Proj4 projection code mbt_fps. | Autogenerated transformation function for Proj4 projection code mbt_fps. | |
The full name for this projection is McBryde-Thomas Flat-Pole Sine (No. 2). | The full name for this projection is McBryde-Thomas Flat-Pole Sine (No. 2). | |
=cut | =cut | |
sub t_proj_mbt_fps | sub t_proj_mbt_fps | |
{ 'PDL::Transform::Proj4::mbt_fps'->new( @_ ); } | { 'PDL::Transform::Proj4::mbt_fps'->new( @_ ); } | |
#line 2485 "Proj4.pm" | ||
#line 2486 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_mbt_s | =head2 t_proj_mbt_s | |
Autogenerated transformation function for Proj4 projection code mbt_s. | Autogenerated transformation function for Proj4 projection code mbt_s. | |
The full name for this projection is McBryde-Thomas Flat-Polar Sine (No. 1). | The full name for this projection is McBryde-Thomas Flat-Polar Sine (No. 1). | |
=cut | =cut | |
sub t_proj_mbt_s | sub t_proj_mbt_s | |
{ 'PDL::Transform::Proj4::mbt_s'->new( @_ ); } | { 'PDL::Transform::Proj4::mbt_s'->new( @_ ); } | |
#line 2506 "Proj4.pm" | ||
#line 2507 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_mbtfpp | =head2 t_proj_mbtfpp | |
Autogenerated transformation function for Proj4 projection code mbtfpp. | Autogenerated transformation function for Proj4 projection code mbtfpp. | |
The full name for this projection is McBride-Thomas Flat-Polar Parabolic. | The full name for this projection is McBride-Thomas Flat-Polar Parabolic. | |
=cut | =cut | |
sub t_proj_mbtfpp | sub t_proj_mbtfpp | |
{ 'PDL::Transform::Proj4::mbtfpp'->new( @_ ); } | { 'PDL::Transform::Proj4::mbtfpp'->new( @_ ); } | |
#line 2527 "Proj4.pm" | ||
#line 2528 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_mbtfpq | =head2 t_proj_mbtfpq | |
Autogenerated transformation function for Proj4 projection code mbtfpq. | Autogenerated transformation function for Proj4 projection code mbtfpq. | |
The full name for this projection is McBryde-Thomas Flat-Polar Quartic. | The full name for this projection is McBryde-Thomas Flat-Polar Quartic. | |
=cut | =cut | |
sub t_proj_mbtfpq | sub t_proj_mbtfpq | |
{ 'PDL::Transform::Proj4::mbtfpq'->new( @_ ); } | { 'PDL::Transform::Proj4::mbtfpq'->new( @_ ); } | |
#line 2548 "Proj4.pm" | ||
#line 2549 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_mbtfps | =head2 t_proj_mbtfps | |
Autogenerated transformation function for Proj4 projection code mbtfps. | Autogenerated transformation function for Proj4 projection code mbtfps. | |
The full name for this projection is McBryde-Thomas Flat-Polar Sinusoidal. | The full name for this projection is McBryde-Thomas Flat-Polar Sinusoidal. | |
=cut | =cut | |
sub t_proj_mbtfps | sub t_proj_mbtfps | |
{ 'PDL::Transform::Proj4::mbtfps'->new( @_ ); } | { 'PDL::Transform::Proj4::mbtfps'->new( @_ ); } | |
#line 2569 "Proj4.pm" | ||
#line 2570 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_merc | =head2 t_proj_merc | |
Autogenerated transformation function for Proj4 projection code merc. | Autogenerated transformation function for Proj4 projection code merc. | |
The full name for this projection is Mercator. | The full name for this projection is Mercator. | |
Projection Parameters | Projection Parameters | |
=for options | =for options | |
=over 4 | =over 4 | |
=item lat_ts | =item lat_ts | |
=back | =back | |
=cut | =cut | |
sub t_proj_merc | sub t_proj_merc | |
{ 'PDL::Transform::Proj4::merc'->new( @_ ); } | { 'PDL::Transform::Proj4::merc'->new( @_ ); } | |
#line 2601 "Proj4.pm" | ||
#line 2602 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_mil_os | =head2 t_proj_mil_os | |
Autogenerated transformation function for Proj4 projection code mil_os. | Autogenerated transformation function for Proj4 projection code mil_os. | |
The full name for this projection is Miller Oblated Stereographic. | The full name for this projection is Miller Oblated Stereographic. | |
=cut | =cut | |
sub t_proj_mil_os | sub t_proj_mil_os | |
{ 'PDL::Transform::Proj4::mil_os'->new( @_ ); } | { 'PDL::Transform::Proj4::mil_os'->new( @_ ); } | |
#line 2622 "Proj4.pm" | ||
#line 2623 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_mill | =head2 t_proj_mill | |
Autogenerated transformation function for Proj4 projection code mill. | Autogenerated transformation function for Proj4 projection code mill. | |
The full name for this projection is Miller Cylindrical. | The full name for this projection is Miller Cylindrical. | |
=cut | =cut | |
sub t_proj_mill | sub t_proj_mill | |
{ 'PDL::Transform::Proj4::mill'->new( @_ ); } | { 'PDL::Transform::Proj4::mill'->new( @_ ); } | |
#line 2643 "Proj4.pm" | ||
#line 2644 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_misrsom | =head2 t_proj_misrsom | |
Autogenerated transformation function for Proj4 projection code misrsom. | Autogenerated transformation function for Proj4 projection code misrsom. | |
The full name for this projection is Space oblique for MISR. | The full name for this projection is Space oblique for MISR. | |
Projection Parameters | Projection Parameters | |
=for options | =for options | |
=over 4 | =over 4 | |
=item path | =item path | |
=back | =back | |
=cut | =cut | |
sub t_proj_misrsom | sub t_proj_misrsom | |
{ 'PDL::Transform::Proj4::misrsom'->new( @_ ); } | { 'PDL::Transform::Proj4::misrsom'->new( @_ ); } | |
#line 2675 "Proj4.pm" | ||
#line 2676 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_moll | =head2 t_proj_moll | |
Autogenerated transformation function for Proj4 projection code moll. | Autogenerated transformation function for Proj4 projection code moll. | |
The full name for this projection is Mollweide. | The full name for this projection is Mollweide. | |
=cut | =cut | |
sub t_proj_moll | sub t_proj_moll | |
{ 'PDL::Transform::Proj4::moll'->new( @_ ); } | { 'PDL::Transform::Proj4::moll'->new( @_ ); } | |
#line 2696 "Proj4.pm" | ||
#line 2697 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_molobadekas | =head2 t_proj_molobadekas | |
Autogenerated transformation function for Proj4 projection code molobadekas. | Autogenerated transformation function for Proj4 projection code molobadekas. | |
The full name for this projection is Molodensky-Badekas transformation. | The full name for this projection is Molodensky-Badekas transformation. | |
=cut | =cut | |
sub t_proj_molobadekas | sub t_proj_molobadekas | |
{ 'PDL::Transform::Proj4::molobadekas'->new( @_ ); } | { 'PDL::Transform::Proj4::molobadekas'->new( @_ ); } | |
#line 2717 "Proj4.pm" | ||
#line 2718 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_molodensky | =head2 t_proj_molodensky | |
Autogenerated transformation function for Proj4 projection code molodensky. | Autogenerated transformation function for Proj4 projection code molodensky. | |
The full name for this projection is Molodensky transform. | The full name for this projection is Molodensky transform. | |
=cut | =cut | |
sub t_proj_molodensky | sub t_proj_molodensky | |
{ 'PDL::Transform::Proj4::molodensky'->new( @_ ); } | { 'PDL::Transform::Proj4::molodensky'->new( @_ ); } | |
#line 2738 "Proj4.pm" | ||
#line 2739 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_murd1 | =head2 t_proj_murd1 | |
Autogenerated transformation function for Proj4 projection code murd1. | Autogenerated transformation function for Proj4 projection code murd1. | |
The full name for this projection is Murdoch I. | The full name for this projection is Murdoch I. | |
Projection Parameters | Projection Parameters | |
=for options | =for options | |
skipping to change at line 2236 | skipping to change at line 1838 | |
=item lat_1 | =item lat_1 | |
=item lat_2 | =item lat_2 | |
=back | =back | |
=cut | =cut | |
sub t_proj_murd1 | sub t_proj_murd1 | |
{ 'PDL::Transform::Proj4::murd1'->new( @_ ); } | { 'PDL::Transform::Proj4::murd1'->new( @_ ); } | |
#line 2772 "Proj4.pm" | ||
#line 2773 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_murd2 | =head2 t_proj_murd2 | |
Autogenerated transformation function for Proj4 projection code murd2. | Autogenerated transformation function for Proj4 projection code murd2. | |
The full name for this projection is Murdoch II. | The full name for this projection is Murdoch II. | |
Projection Parameters | Projection Parameters | |
=for options | =for options | |
skipping to change at line 2264 | skipping to change at line 1862 | |
=item lat_1 | =item lat_1 | |
=item lat_2 | =item lat_2 | |
=back | =back | |
=cut | =cut | |
sub t_proj_murd2 | sub t_proj_murd2 | |
{ 'PDL::Transform::Proj4::murd2'->new( @_ ); } | { 'PDL::Transform::Proj4::murd2'->new( @_ ); } | |
#line 2806 "Proj4.pm" | ||
#line 2807 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_murd3 | =head2 t_proj_murd3 | |
Autogenerated transformation function for Proj4 projection code murd3. | Autogenerated transformation function for Proj4 projection code murd3. | |
The full name for this projection is Murdoch III. | The full name for this projection is Murdoch III. | |
Projection Parameters | Projection Parameters | |
=for options | =for options | |
skipping to change at line 2292 | skipping to change at line 1886 | |
=item lat_1 | =item lat_1 | |
=item lat_2 | =item lat_2 | |
=back | =back | |
=cut | =cut | |
sub t_proj_murd3 | sub t_proj_murd3 | |
{ 'PDL::Transform::Proj4::murd3'->new( @_ ); } | { 'PDL::Transform::Proj4::murd3'->new( @_ ); } | |
#line 2840 "Proj4.pm" | ||
#line 2841 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_natearth | =head2 t_proj_natearth | |
Autogenerated transformation function for Proj4 projection code natearth. | Autogenerated transformation function for Proj4 projection code natearth. | |
The full name for this projection is Natural Earth. | The full name for this projection is Natural Earth. | |
=cut | =cut | |
sub t_proj_natearth | sub t_proj_natearth | |
{ 'PDL::Transform::Proj4::natearth'->new( @_ ); } | { 'PDL::Transform::Proj4::natearth'->new( @_ ); } | |
#line 2861 "Proj4.pm" | ||
#line 2862 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_natearth2 | =head2 t_proj_natearth2 | |
Autogenerated transformation function for Proj4 projection code natearth2. | Autogenerated transformation function for Proj4 projection code natearth2. | |
The full name for this projection is Natural Earth 2. | The full name for this projection is Natural Earth 2. | |
=cut | =cut | |
sub t_proj_natearth2 | sub t_proj_natearth2 | |
{ 'PDL::Transform::Proj4::natearth2'->new( @_ ); } | { 'PDL::Transform::Proj4::natearth2'->new( @_ ); } | |
#line 2882 "Proj4.pm" | ||
#line 2883 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_nell | =head2 t_proj_nell | |
Autogenerated transformation function for Proj4 projection code nell. | Autogenerated transformation function for Proj4 projection code nell. | |
The full name for this projection is Nell. | The full name for this projection is Nell. | |
=cut | =cut | |
sub t_proj_nell | sub t_proj_nell | |
{ 'PDL::Transform::Proj4::nell'->new( @_ ); } | { 'PDL::Transform::Proj4::nell'->new( @_ ); } | |
#line 2903 "Proj4.pm" | ||
#line 2904 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_nell_h | =head2 t_proj_nell_h | |
Autogenerated transformation function for Proj4 projection code nell_h. | Autogenerated transformation function for Proj4 projection code nell_h. | |
The full name for this projection is Nell-Hammer. | The full name for this projection is Nell-Hammer. | |
=cut | =cut | |
sub t_proj_nell_h | sub t_proj_nell_h | |
{ 'PDL::Transform::Proj4::nell_h'->new( @_ ); } | { 'PDL::Transform::Proj4::nell_h'->new( @_ ); } | |
#line 2924 "Proj4.pm" | ||
#line 2925 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_nicol | =head2 t_proj_nicol | |
Autogenerated transformation function for Proj4 projection code nicol. | Autogenerated transformation function for Proj4 projection code nicol. | |
The full name for this projection is Nicolosi Globular. | The full name for this projection is Nicolosi Globular. | |
=cut | =cut | |
sub t_proj_nicol | sub t_proj_nicol | |
{ 'PDL::Transform::Proj4::nicol'->new( @_ ); } | { 'PDL::Transform::Proj4::nicol'->new( @_ ); } | |
#line 2945 "Proj4.pm" | ||
#line 2946 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_noop | =head2 t_proj_noop | |
Autogenerated transformation function for Proj4 projection code noop. | Autogenerated transformation function for Proj4 projection code noop. | |
The full name for this projection is No operation. | The full name for this projection is No operation. | |
=cut | =cut | |
sub t_proj_noop | sub t_proj_noop | |
{ 'PDL::Transform::Proj4::noop'->new( @_ ); } | { 'PDL::Transform::Proj4::noop'->new( @_ ); } | |
#line 2966 "Proj4.pm" | ||
#line 2967 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_nsper | =head2 t_proj_nsper | |
Autogenerated transformation function for Proj4 projection code nsper. | Autogenerated transformation function for Proj4 projection code nsper. | |
The full name for this projection is Near-sided perspective. | The full name for this projection is Near-sided perspective. | |
Projection Parameters | Projection Parameters | |
=for options | =for options | |
=over 4 | =over 4 | |
=item h | =item h | |
=back | =back | |
=cut | =cut | |
sub t_proj_nsper | sub t_proj_nsper | |
{ 'PDL::Transform::Proj4::nsper'->new( @_ ); } | { 'PDL::Transform::Proj4::nsper'->new( @_ ); } | |
#line 2998 "Proj4.pm" | ||
#line 2999 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_nzmg | =head2 t_proj_nzmg | |
Autogenerated transformation function for Proj4 projection code nzmg. | Autogenerated transformation function for Proj4 projection code nzmg. | |
The full name for this projection is New Zealand Map Grid. | The full name for this projection is New Zealand Map Grid. | |
=cut | =cut | |
sub t_proj_nzmg | sub t_proj_nzmg | |
{ 'PDL::Transform::Proj4::nzmg'->new( @_ ); } | { 'PDL::Transform::Proj4::nzmg'->new( @_ ); } | |
#line 3019 "Proj4.pm" | ||
#line 3020 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_ob_tran | =head2 t_proj_ob_tran | |
Autogenerated transformation function for Proj4 projection code ob_tran. | Autogenerated transformation function for Proj4 projection code ob_tran. | |
The full name for this projection is General Oblique Transformation. | The full name for this projection is General Oblique Transformation. | |
Projection Parameters | Projection Parameters | |
=for options | =for options | |
skipping to change at line 2474 | skipping to change at line 2032 | |
=item o_lon_p | =item o_lon_p | |
=item o_proj | =item o_proj | |
=back | =back | |
=cut | =cut | |
sub t_proj_ob_tran | sub t_proj_ob_tran | |
{ 'PDL::Transform::Proj4::ob_tran'->new( @_ ); } | { 'PDL::Transform::Proj4::ob_tran'->new( @_ ); } | |
#line 3069 "Proj4.pm" | ||
#line 3070 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_ocea | =head2 t_proj_ocea | |
Autogenerated transformation function for Proj4 projection code ocea. | Autogenerated transformation function for Proj4 projection code ocea. | |
The full name for this projection is Oblique Cylindrical Equal Area. | The full name for this projection is Oblique Cylindrical Equal Area. | |
Projection Parameters | Projection Parameters | |
=for options | =for options | |
skipping to change at line 2506 | skipping to change at line 2060 | |
=item lon_1 | =item lon_1 | |
=item lon_2 | =item lon_2 | |
=back | =back | |
=cut | =cut | |
sub t_proj_ocea | sub t_proj_ocea | |
{ 'PDL::Transform::Proj4::ocea'->new( @_ ); } | { 'PDL::Transform::Proj4::ocea'->new( @_ ); } | |
#line 3107 "Proj4.pm" | ||
#line 3108 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_oea | =head2 t_proj_oea | |
Autogenerated transformation function for Proj4 projection code oea. | Autogenerated transformation function for Proj4 projection code oea. | |
The full name for this projection is Oblated Equal Area. | The full name for this projection is Oblated Equal Area. | |
Projection Parameters | Projection Parameters | |
=for options | =for options | |
skipping to change at line 2536 | skipping to change at line 2086 | |
=item n | =item n | |
=item theta | =item theta | |
=back | =back | |
=cut | =cut | |
sub t_proj_oea | sub t_proj_oea | |
{ 'PDL::Transform::Proj4::oea'->new( @_ ); } | { 'PDL::Transform::Proj4::oea'->new( @_ ); } | |
#line 3143 "Proj4.pm" | ||
#line 3144 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_omerc | =head2 t_proj_omerc | |
Autogenerated transformation function for Proj4 projection code omerc. | Autogenerated transformation function for Proj4 projection code omerc. | |
The full name for this projection is Oblique Mercator. | The full name for this projection is Oblique Mercator. | |
Projection Parameters | Projection Parameters | |
=for options | =for options | |
skipping to change at line 2576 | skipping to change at line 2122 | |
=item lonc | =item lonc | |
=item no_off | =item no_off | |
=back | =back | |
=cut | =cut | |
sub t_proj_omerc | sub t_proj_omerc | |
{ 'PDL::Transform::Proj4::omerc'->new( @_ ); } | { 'PDL::Transform::Proj4::omerc'->new( @_ ); } | |
#line 3189 "Proj4.pm" | ||
#line 3190 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_ortel | =head2 t_proj_ortel | |
Autogenerated transformation function for Proj4 projection code ortel. | Autogenerated transformation function for Proj4 projection code ortel. | |
The full name for this projection is Ortelius Oval. | The full name for this projection is Ortelius Oval. | |
=cut | =cut | |
sub t_proj_ortel | sub t_proj_ortel | |
{ 'PDL::Transform::Proj4::ortel'->new( @_ ); } | { 'PDL::Transform::Proj4::ortel'->new( @_ ); } | |
#line 3210 "Proj4.pm" | ||
#line 3211 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_ortho | =head2 t_proj_ortho | |
Autogenerated transformation function for Proj4 projection code ortho. | Autogenerated transformation function for Proj4 projection code ortho. | |
The full name for this projection is Orthographic. | The full name for this projection is Orthographic. | |
=cut | =cut | |
sub t_proj_ortho | sub t_proj_ortho | |
{ 'PDL::Transform::Proj4::ortho'->new( @_ ); } | { 'PDL::Transform::Proj4::ortho'->new( @_ ); } | |
#line 3231 "Proj4.pm" | ||
#line 3232 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_patterson | =head2 t_proj_patterson | |
Autogenerated transformation function for Proj4 projection code patterson. | Autogenerated transformation function for Proj4 projection code patterson. | |
The full name for this projection is Patterson Cylindrical. | The full name for this projection is Patterson Cylindrical. | |
=cut | =cut | |
sub t_proj_patterson | sub t_proj_patterson | |
{ 'PDL::Transform::Proj4::patterson'->new( @_ ); } | { 'PDL::Transform::Proj4::patterson'->new( @_ ); } | |
#line 3252 "Proj4.pm" | ||
#line 3253 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_pconic | =head2 t_proj_pconic | |
Autogenerated transformation function for Proj4 projection code pconic. | Autogenerated transformation function for Proj4 projection code pconic. | |
The full name for this projection is Perspective Conic. | The full name for this projection is Perspective Conic. | |
Projection Parameters | Projection Parameters | |
=for options | =for options | |
skipping to change at line 2652 | skipping to change at line 2182 | |
=item lat_1 | =item lat_1 | |
=item lat_2 | =item lat_2 | |
=back | =back | |
=cut | =cut | |
sub t_proj_pconic | sub t_proj_pconic | |
{ 'PDL::Transform::Proj4::pconic'->new( @_ ); } | { 'PDL::Transform::Proj4::pconic'->new( @_ ); } | |
#line 3286 "Proj4.pm" | ||
#line 3287 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_peirce_q | =head2 t_proj_peirce_q | |
Autogenerated transformation function for Proj4 projection code peirce_q. | Autogenerated transformation function for Proj4 projection code peirce_q. | |
The full name for this projection is Peirce Quincuncial. | The full name for this projection is Peirce Quincuncial. | |
=cut | =cut | |
sub t_proj_peirce_q | sub t_proj_peirce_q | |
{ 'PDL::Transform::Proj4::peirce_q'->new( @_ ); } | { 'PDL::Transform::Proj4::peirce_q'->new( @_ ); } | |
#line 3307 "Proj4.pm" | ||
#line 3308 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_pipeline | =head2 t_proj_pipeline | |
Autogenerated transformation function for Proj4 projection code pipeline. | Autogenerated transformation function for Proj4 projection code pipeline. | |
The full name for this projection is Transformation pipeline manager. | The full name for this projection is Transformation pipeline manager. | |
=cut | =cut | |
sub t_proj_pipeline | sub t_proj_pipeline | |
{ 'PDL::Transform::Proj4::pipeline'->new( @_ ); } | { 'PDL::Transform::Proj4::pipeline'->new( @_ ); } | |
#line 3328 "Proj4.pm" | ||
#line 3329 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_poly | =head2 t_proj_poly | |
Autogenerated transformation function for Proj4 projection code poly. | Autogenerated transformation function for Proj4 projection code poly. | |
The full name for this projection is Polyconic (American). | The full name for this projection is Polyconic (American). | |
=cut | =cut | |
sub t_proj_poly | sub t_proj_poly | |
{ 'PDL::Transform::Proj4::poly'->new( @_ ); } | { 'PDL::Transform::Proj4::poly'->new( @_ ); } | |
#line 3349 "Proj4.pm" | ||
#line 3350 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_pop | =head2 t_proj_pop | |
Autogenerated transformation function for Proj4 projection code pop. | Autogenerated transformation function for Proj4 projection code pop. | |
The full name for this projection is Retrieve coordinate value from pipeline sta ck. | The full name for this projection is Retrieve coordinate value from pipeline sta ck. | |
=cut | =cut | |
sub t_proj_pop | sub t_proj_pop | |
{ 'PDL::Transform::Proj4::pop'->new( @_ ); } | { 'PDL::Transform::Proj4::pop'->new( @_ ); } | |
#line 3370 "Proj4.pm" | ||
#line 3371 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_push | =head2 t_proj_push | |
Autogenerated transformation function for Proj4 projection code push. | Autogenerated transformation function for Proj4 projection code push. | |
The full name for this projection is Save coordinate value on pipeline stack. | The full name for this projection is Save coordinate value on pipeline stack. | |
=cut | =cut | |
sub t_proj_push | sub t_proj_push | |
{ 'PDL::Transform::Proj4::push'->new( @_ ); } | { 'PDL::Transform::Proj4::push'->new( @_ ); } | |
#line 3391 "Proj4.pm" | ||
#line 3392 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_putp1 | =head2 t_proj_putp1 | |
Autogenerated transformation function for Proj4 projection code putp1. | Autogenerated transformation function for Proj4 projection code putp1. | |
The full name for this projection is Putnins P1. | The full name for this projection is Putnins P1. | |
=cut | =cut | |
sub t_proj_putp1 | sub t_proj_putp1 | |
{ 'PDL::Transform::Proj4::putp1'->new( @_ ); } | { 'PDL::Transform::Proj4::putp1'->new( @_ ); } | |
#line 3412 "Proj4.pm" | ||
#line 3413 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_putp2 | =head2 t_proj_putp2 | |
Autogenerated transformation function for Proj4 projection code putp2. | Autogenerated transformation function for Proj4 projection code putp2. | |
The full name for this projection is Putnins P2. | The full name for this projection is Putnins P2. | |
=cut | =cut | |
sub t_proj_putp2 | sub t_proj_putp2 | |
{ 'PDL::Transform::Proj4::putp2'->new( @_ ); } | { 'PDL::Transform::Proj4::putp2'->new( @_ ); } | |
#line 3433 "Proj4.pm" | ||
#line 3434 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_putp3 | =head2 t_proj_putp3 | |
Autogenerated transformation function for Proj4 projection code putp3. | Autogenerated transformation function for Proj4 projection code putp3. | |
The full name for this projection is Putnins P3. | The full name for this projection is Putnins P3. | |
=cut | =cut | |
sub t_proj_putp3 | sub t_proj_putp3 | |
{ 'PDL::Transform::Proj4::putp3'->new( @_ ); } | { 'PDL::Transform::Proj4::putp3'->new( @_ ); } | |
#line 3454 "Proj4.pm" | ||
#line 3455 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_putp3p | =head2 t_proj_putp3p | |
Autogenerated transformation function for Proj4 projection code putp3p. | Autogenerated transformation function for Proj4 projection code putp3p. | |
The full name for this projection is Putnins P3'. | The full name for this projection is Putnins P3'. | |
=cut | =cut | |
sub t_proj_putp3p | sub t_proj_putp3p | |
{ 'PDL::Transform::Proj4::putp3p'->new( @_ ); } | { 'PDL::Transform::Proj4::putp3p'->new( @_ ); } | |
#line 3475 "Proj4.pm" | ||
#line 3476 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_putp4p | =head2 t_proj_putp4p | |
Autogenerated transformation function for Proj4 projection code putp4p. | Autogenerated transformation function for Proj4 projection code putp4p. | |
The full name for this projection is Putnins P4'. | The full name for this projection is Putnins P4'. | |
=cut | =cut | |
sub t_proj_putp4p | sub t_proj_putp4p | |
{ 'PDL::Transform::Proj4::putp4p'->new( @_ ); } | { 'PDL::Transform::Proj4::putp4p'->new( @_ ); } | |
#line 3496 "Proj4.pm" | ||
#line 3497 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_putp5 | =head2 t_proj_putp5 | |
Autogenerated transformation function for Proj4 projection code putp5. | Autogenerated transformation function for Proj4 projection code putp5. | |
The full name for this projection is Putnins P5. | The full name for this projection is Putnins P5. | |
=cut | =cut | |
sub t_proj_putp5 | sub t_proj_putp5 | |
{ 'PDL::Transform::Proj4::putp5'->new( @_ ); } | { 'PDL::Transform::Proj4::putp5'->new( @_ ); } | |
#line 3517 "Proj4.pm" | ||
#line 3518 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_putp5p | =head2 t_proj_putp5p | |
Autogenerated transformation function for Proj4 projection code putp5p. | Autogenerated transformation function for Proj4 projection code putp5p. | |
The full name for this projection is Putnins P5'. | The full name for this projection is Putnins P5'. | |
=cut | =cut | |
sub t_proj_putp5p | sub t_proj_putp5p | |
{ 'PDL::Transform::Proj4::putp5p'->new( @_ ); } | { 'PDL::Transform::Proj4::putp5p'->new( @_ ); } | |
#line 3538 "Proj4.pm" | ||
#line 3539 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_putp6 | =head2 t_proj_putp6 | |
Autogenerated transformation function for Proj4 projection code putp6. | Autogenerated transformation function for Proj4 projection code putp6. | |
The full name for this projection is Putnins P6. | The full name for this projection is Putnins P6. | |
=cut | =cut | |
sub t_proj_putp6 | sub t_proj_putp6 | |
{ 'PDL::Transform::Proj4::putp6'->new( @_ ); } | { 'PDL::Transform::Proj4::putp6'->new( @_ ); } | |
#line 3559 "Proj4.pm" | ||
#line 3560 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_putp6p | =head2 t_proj_putp6p | |
Autogenerated transformation function for Proj4 projection code putp6p. | Autogenerated transformation function for Proj4 projection code putp6p. | |
The full name for this projection is Putnins P6'. | The full name for this projection is Putnins P6'. | |
=cut | =cut | |
sub t_proj_putp6p | sub t_proj_putp6p | |
{ 'PDL::Transform::Proj4::putp6p'->new( @_ ); } | { 'PDL::Transform::Proj4::putp6p'->new( @_ ); } | |
#line 3580 "Proj4.pm" | ||
#line 3581 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_qsc | =head2 t_proj_qsc | |
Autogenerated transformation function for Proj4 projection code qsc. | Autogenerated transformation function for Proj4 projection code qsc. | |
The full name for this projection is Quadrilateralized Spherical Cube. | The full name for this projection is Quadrilateralized Spherical Cube. | |
=cut | =cut | |
sub t_proj_qsc | sub t_proj_qsc | |
{ 'PDL::Transform::Proj4::qsc'->new( @_ ); } | { 'PDL::Transform::Proj4::qsc'->new( @_ ); } | |
#line 3601 "Proj4.pm" | ||
#line 3602 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_qua_aut | =head2 t_proj_qua_aut | |
Autogenerated transformation function for Proj4 projection code qua_aut. | Autogenerated transformation function for Proj4 projection code qua_aut. | |
The full name for this projection is Quartic Authalic. | The full name for this projection is Quartic Authalic. | |
=cut | =cut | |
sub t_proj_qua_aut | sub t_proj_qua_aut | |
{ 'PDL::Transform::Proj4::qua_aut'->new( @_ ); } | { 'PDL::Transform::Proj4::qua_aut'->new( @_ ); } | |
#line 3622 "Proj4.pm" | ||
#line 3623 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_rhealpix | =head2 t_proj_rhealpix | |
Autogenerated transformation function for Proj4 projection code rhealpix. | Autogenerated transformation function for Proj4 projection code rhealpix. | |
The full name for this projection is rHEALPix. | The full name for this projection is rHEALPix. | |
Projection Parameters | Projection Parameters | |
=for options | =for options | |
skipping to change at line 2936 | skipping to change at line 2398 | |
=item north_square | =item north_square | |
=item south_square | =item south_square | |
=back | =back | |
=cut | =cut | |
sub t_proj_rhealpix | sub t_proj_rhealpix | |
{ 'PDL::Transform::Proj4::rhealpix'->new( @_ ); } | { 'PDL::Transform::Proj4::rhealpix'->new( @_ ); } | |
#line 3656 "Proj4.pm" | ||
#line 3657 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_robin | =head2 t_proj_robin | |
Autogenerated transformation function for Proj4 projection code robin. | Autogenerated transformation function for Proj4 projection code robin. | |
The full name for this projection is Robinson. | The full name for this projection is Robinson. | |
=cut | =cut | |
sub t_proj_robin | sub t_proj_robin | |
{ 'PDL::Transform::Proj4::robin'->new( @_ ); } | { 'PDL::Transform::Proj4::robin'->new( @_ ); } | |
#line 3677 "Proj4.pm" | ||
#line 3678 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_rouss | =head2 t_proj_rouss | |
Autogenerated transformation function for Proj4 projection code rouss. | Autogenerated transformation function for Proj4 projection code rouss. | |
The full name for this projection is Roussilhe Stereographic. | The full name for this projection is Roussilhe Stereographic. | |
=cut | =cut | |
sub t_proj_rouss | sub t_proj_rouss | |
{ 'PDL::Transform::Proj4::rouss'->new( @_ ); } | { 'PDL::Transform::Proj4::rouss'->new( @_ ); } | |
#line 3698 "Proj4.pm" | ||
#line 3699 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_rpoly | =head2 t_proj_rpoly | |
Autogenerated transformation function for Proj4 projection code rpoly. | Autogenerated transformation function for Proj4 projection code rpoly. | |
The full name for this projection is Rectangular Polyconic. | The full name for this projection is Rectangular Polyconic. | |
Projection Parameters | Projection Parameters | |
=for options | =for options | |
=over 4 | =over 4 | |
=item lat_ts | =item lat_ts | |
=back | =back | |
=cut | =cut | |
sub t_proj_rpoly | sub t_proj_rpoly | |
{ 'PDL::Transform::Proj4::rpoly'->new( @_ ); } | { 'PDL::Transform::Proj4::rpoly'->new( @_ ); } | |
#line 3730 "Proj4.pm" | ||
#line 3731 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_s2 | =head2 t_proj_s2 | |
Autogenerated transformation function for Proj4 projection code s2. | Autogenerated transformation function for Proj4 projection code s2. | |
The full name for this projection is S2. | The full name for this projection is S2. | |
=cut | =cut | |
sub t_proj_s2 | sub t_proj_s2 | |
{ 'PDL::Transform::Proj4::s2'->new( @_ ); } | { 'PDL::Transform::Proj4::s2'->new( @_ ); } | |
#line 3751 "Proj4.pm" | ||
#line 3752 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_sch | =head2 t_proj_sch | |
Autogenerated transformation function for Proj4 projection code sch. | Autogenerated transformation function for Proj4 projection code sch. | |
The full name for this projection is Spherical Cross-track Height. | The full name for this projection is Spherical Cross-track Height. | |
Projection Parameters | Projection Parameters | |
=for options | =for options | |
skipping to change at line 3042 | skipping to change at line 2484 | |
=item plat_0 | =item plat_0 | |
=item plon_0 | =item plon_0 | |
=back | =back | |
=cut | =cut | |
sub t_proj_sch | sub t_proj_sch | |
{ 'PDL::Transform::Proj4::sch'->new( @_ ); } | { 'PDL::Transform::Proj4::sch'->new( @_ ); } | |
#line 3789 "Proj4.pm" | ||
#line 3790 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_set | =head2 t_proj_set | |
Autogenerated transformation function for Proj4 projection code set. | Autogenerated transformation function for Proj4 projection code set. | |
The full name for this projection is Set coordinate value. | The full name for this projection is Set coordinate value. | |
=cut | =cut | |
sub t_proj_set | sub t_proj_set | |
{ 'PDL::Transform::Proj4::set'->new( @_ ); } | { 'PDL::Transform::Proj4::set'->new( @_ ); } | |
#line 3810 "Proj4.pm" | ||
#line 3811 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_sinu | =head2 t_proj_sinu | |
Autogenerated transformation function for Proj4 projection code sinu. | Autogenerated transformation function for Proj4 projection code sinu. | |
The full name for this projection is Sinusoidal (Sanson-Flamsteed). | The full name for this projection is Sinusoidal (Sanson-Flamsteed). | |
=cut | =cut | |
sub t_proj_sinu | sub t_proj_sinu | |
{ 'PDL::Transform::Proj4::sinu'->new( @_ ); } | { 'PDL::Transform::Proj4::sinu'->new( @_ ); } | |
#line 3831 "Proj4.pm" | ||
#line 3832 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_somerc | =head2 t_proj_somerc | |
Autogenerated transformation function for Proj4 projection code somerc. | Autogenerated transformation function for Proj4 projection code somerc. | |
The full name for this projection is Swiss. Obl. Mercator. | The full name for this projection is Swiss. Obl. Mercator. | |
=cut | =cut | |
sub t_proj_somerc | sub t_proj_somerc | |
{ 'PDL::Transform::Proj4::somerc'->new( @_ ); } | { 'PDL::Transform::Proj4::somerc'->new( @_ ); } | |
#line 3852 "Proj4.pm" | ||
#line 3853 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_stere | =head2 t_proj_stere | |
Autogenerated transformation function for Proj4 projection code stere. | Autogenerated transformation function for Proj4 projection code stere. | |
The full name for this projection is Stereographic. | The full name for this projection is Stereographic. | |
Projection Parameters | Projection Parameters | |
=for options | =for options | |
=over 4 | =over 4 | |
=item lat_ts | =item lat_ts | |
=back | =back | |
=cut | =cut | |
sub t_proj_stere | sub t_proj_stere | |
{ 'PDL::Transform::Proj4::stere'->new( @_ ); } | { 'PDL::Transform::Proj4::stere'->new( @_ ); } | |
#line 3884 "Proj4.pm" | ||
#line 3885 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_sterea | =head2 t_proj_sterea | |
Autogenerated transformation function for Proj4 projection code sterea. | Autogenerated transformation function for Proj4 projection code sterea. | |
The full name for this projection is Oblique Stereographic Alternative. | The full name for this projection is Oblique Stereographic Alternative. | |
=cut | =cut | |
sub t_proj_sterea | sub t_proj_sterea | |
{ 'PDL::Transform::Proj4::sterea'->new( @_ ); } | { 'PDL::Transform::Proj4::sterea'->new( @_ ); } | |
#line 3905 "Proj4.pm" | ||
#line 3906 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_tcc | =head2 t_proj_tcc | |
Autogenerated transformation function for Proj4 projection code tcc. | Autogenerated transformation function for Proj4 projection code tcc. | |
The full name for this projection is Transverse Central Cylindrical. | The full name for this projection is Transverse Central Cylindrical. | |
=cut | =cut | |
sub t_proj_tcc | sub t_proj_tcc | |
{ 'PDL::Transform::Proj4::tcc'->new( @_ ); } | { 'PDL::Transform::Proj4::tcc'->new( @_ ); } | |
#line 3926 "Proj4.pm" | ||
#line 3927 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_tcea | =head2 t_proj_tcea | |
Autogenerated transformation function for Proj4 projection code tcea. | Autogenerated transformation function for Proj4 projection code tcea. | |
The full name for this projection is Transverse Cylindrical Equal Area. | The full name for this projection is Transverse Cylindrical Equal Area. | |
=cut | =cut | |
sub t_proj_tcea | sub t_proj_tcea | |
{ 'PDL::Transform::Proj4::tcea'->new( @_ ); } | { 'PDL::Transform::Proj4::tcea'->new( @_ ); } | |
#line 3947 "Proj4.pm" | ||
#line 3948 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_times | =head2 t_proj_times | |
Autogenerated transformation function for Proj4 projection code times. | Autogenerated transformation function for Proj4 projection code times. | |
The full name for this projection is Times. | The full name for this projection is Times. | |
=cut | =cut | |
sub t_proj_times | sub t_proj_times | |
{ 'PDL::Transform::Proj4::times'->new( @_ ); } | { 'PDL::Transform::Proj4::times'->new( @_ ); } | |
#line 3968 "Proj4.pm" | ||
#line 3969 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_tinshift | =head2 t_proj_tinshift | |
Autogenerated transformation function for Proj4 projection code tinshift. | Autogenerated transformation function for Proj4 projection code tinshift. | |
The full name for this projection is Triangulation based transformation. | The full name for this projection is Triangulation based transformation. | |
=cut | =cut | |
sub t_proj_tinshift | sub t_proj_tinshift | |
{ 'PDL::Transform::Proj4::tinshift'->new( @_ ); } | { 'PDL::Transform::Proj4::tinshift'->new( @_ ); } | |
#line 3989 "Proj4.pm" | ||
#line 3990 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_tissot | =head2 t_proj_tissot | |
Autogenerated transformation function for Proj4 projection code tissot. | Autogenerated transformation function for Proj4 projection code tissot. | |
The full name for this projection is Tissot. | The full name for this projection is Tissot. | |
Projection Parameters | Projection Parameters | |
=for options | =for options | |
skipping to change at line 3224 | skipping to change at line 2626 | |
=item lat_1 | =item lat_1 | |
=item lat_2 | =item lat_2 | |
=back | =back | |
=cut | =cut | |
sub t_proj_tissot | sub t_proj_tissot | |
{ 'PDL::Transform::Proj4::tissot'->new( @_ ); } | { 'PDL::Transform::Proj4::tissot'->new( @_ ); } | |
#line 4023 "Proj4.pm" | ||
#line 4024 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_tmerc | =head2 t_proj_tmerc | |
Autogenerated transformation function for Proj4 projection code tmerc. | Autogenerated transformation function for Proj4 projection code tmerc. | |
The full name for this projection is Transverse Mercator. | The full name for this projection is Transverse Mercator. | |
Projection Parameters | Projection Parameters | |
=for options | =for options | |
=over 4 | =over 4 | |
=item approx | =item approx | |
=back | =back | |
=cut | =cut | |
sub t_proj_tmerc | sub t_proj_tmerc | |
{ 'PDL::Transform::Proj4::tmerc'->new( @_ ); } | { 'PDL::Transform::Proj4::tmerc'->new( @_ ); } | |
#line 4055 "Proj4.pm" | ||
#line 4056 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_tobmerc | =head2 t_proj_tobmerc | |
Autogenerated transformation function for Proj4 projection code tobmerc. | Autogenerated transformation function for Proj4 projection code tobmerc. | |
The full name for this projection is Tobler-Mercator. | The full name for this projection is Tobler-Mercator. | |
=cut | =cut | |
sub t_proj_tobmerc | sub t_proj_tobmerc | |
{ 'PDL::Transform::Proj4::tobmerc'->new( @_ ); } | { 'PDL::Transform::Proj4::tobmerc'->new( @_ ); } | |
#line 4076 "Proj4.pm" | ||
#line 4077 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_topocentric | =head2 t_proj_topocentric | |
Autogenerated transformation function for Proj4 projection code topocentric. | Autogenerated transformation function for Proj4 projection code topocentric. | |
The full name for this projection is Geocentric/Topocentric conversion. | The full name for this projection is Geocentric/Topocentric conversion. | |
=cut | =cut | |
sub t_proj_topocentric | sub t_proj_topocentric | |
{ 'PDL::Transform::Proj4::topocentric'->new( @_ ); } | { 'PDL::Transform::Proj4::topocentric'->new( @_ ); } | |
#line 4097 "Proj4.pm" | ||
#line 4098 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_tpeqd | =head2 t_proj_tpeqd | |
Autogenerated transformation function for Proj4 projection code tpeqd. | Autogenerated transformation function for Proj4 projection code tpeqd. | |
The full name for this projection is Two Point Equidistant. | The full name for this projection is Two Point Equidistant. | |
Projection Parameters | Projection Parameters | |
=for options | =for options | |
skipping to change at line 3314 | skipping to change at line 2700 | |
=item lon_1 | =item lon_1 | |
=item lon_2 | =item lon_2 | |
=back | =back | |
=cut | =cut | |
sub t_proj_tpeqd | sub t_proj_tpeqd | |
{ 'PDL::Transform::Proj4::tpeqd'->new( @_ ); } | { 'PDL::Transform::Proj4::tpeqd'->new( @_ ); } | |
#line 4135 "Proj4.pm" | ||
#line 4136 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_tpers | =head2 t_proj_tpers | |
Autogenerated transformation function for Proj4 projection code tpers. | Autogenerated transformation function for Proj4 projection code tpers. | |
The full name for this projection is Tilted perspective. | The full name for this projection is Tilted perspective. | |
Projection Parameters | Projection Parameters | |
=for options | =for options | |
skipping to change at line 3344 | skipping to change at line 2726 | |
=item h | =item h | |
=item tilt | =item tilt | |
=back | =back | |
=cut | =cut | |
sub t_proj_tpers | sub t_proj_tpers | |
{ 'PDL::Transform::Proj4::tpers'->new( @_ ); } | { 'PDL::Transform::Proj4::tpers'->new( @_ ); } | |
#line 4171 "Proj4.pm" | ||
#line 4172 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_unitconvert | =head2 t_proj_unitconvert | |
Autogenerated transformation function for Proj4 projection code unitconvert. | Autogenerated transformation function for Proj4 projection code unitconvert. | |
The full name for this projection is Unit conversion. | The full name for this projection is Unit conversion. | |
=cut | =cut | |
sub t_proj_unitconvert | sub t_proj_unitconvert | |
{ 'PDL::Transform::Proj4::unitconvert'->new( @_ ); } | { 'PDL::Transform::Proj4::unitconvert'->new( @_ ); } | |
#line 4192 "Proj4.pm" | ||
#line 4193 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_ups | =head2 t_proj_ups | |
Autogenerated transformation function for Proj4 projection code ups. | Autogenerated transformation function for Proj4 projection code ups. | |
The full name for this projection is Universal Polar Stereographic. | The full name for this projection is Universal Polar Stereographic. | |
Projection Parameters | Projection Parameters | |
=for options | =for options | |
=over 4 | =over 4 | |
=item south | =item south | |
=back | =back | |
=cut | =cut | |
sub t_proj_ups | sub t_proj_ups | |
{ 'PDL::Transform::Proj4::ups'->new( @_ ); } | { 'PDL::Transform::Proj4::ups'->new( @_ ); } | |
#line 4224 "Proj4.pm" | ||
#line 4225 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_urm5 | =head2 t_proj_urm5 | |
Autogenerated transformation function for Proj4 projection code urm5. | Autogenerated transformation function for Proj4 projection code urm5. | |
The full name for this projection is Urmaev V. | The full name for this projection is Urmaev V. | |
Projection Parameters | Projection Parameters | |
=for options | =for options | |
skipping to change at line 3416 | skipping to change at line 2786 | |
=item n | =item n | |
=item q | =item q | |
=back | =back | |
=cut | =cut | |
sub t_proj_urm5 | sub t_proj_urm5 | |
{ 'PDL::Transform::Proj4::urm5'->new( @_ ); } | { 'PDL::Transform::Proj4::urm5'->new( @_ ); } | |
#line 4260 "Proj4.pm" | ||
#line 4261 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_urmfps | =head2 t_proj_urmfps | |
Autogenerated transformation function for Proj4 projection code urmfps. | Autogenerated transformation function for Proj4 projection code urmfps. | |
The full name for this projection is Urmaev Flat-Polar Sinusoidal. | The full name for this projection is Urmaev Flat-Polar Sinusoidal. | |
Projection Parameters | Projection Parameters | |
=for options | =for options | |
=over 4 | =over 4 | |
=item n | =item n | |
=back | =back | |
=cut | =cut | |
sub t_proj_urmfps | sub t_proj_urmfps | |
{ 'PDL::Transform::Proj4::urmfps'->new( @_ ); } | { 'PDL::Transform::Proj4::urmfps'->new( @_ ); } | |
#line 4292 "Proj4.pm" | ||
#line 4293 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_utm | =head2 t_proj_utm | |
Autogenerated transformation function for Proj4 projection code utm. | Autogenerated transformation function for Proj4 projection code utm. | |
The full name for this projection is Universal Transverse Mercator (UTM). | The full name for this projection is Universal Transverse Mercator (UTM). | |
Projection Parameters | Projection Parameters | |
=for options | =for options | |
skipping to change at line 3472 | skipping to change at line 2834 | |
=item south | =item south | |
=item zone | =item zone | |
=back | =back | |
=cut | =cut | |
sub t_proj_utm | sub t_proj_utm | |
{ 'PDL::Transform::Proj4::utm'->new( @_ ); } | { 'PDL::Transform::Proj4::utm'->new( @_ ); } | |
#line 4328 "Proj4.pm" | ||
#line 4329 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_vandg | =head2 t_proj_vandg | |
Autogenerated transformation function for Proj4 projection code vandg. | Autogenerated transformation function for Proj4 projection code vandg. | |
The full name for this projection is van der Grinten (I). | The full name for this projection is van der Grinten (I). | |
=cut | =cut | |
sub t_proj_vandg | sub t_proj_vandg | |
{ 'PDL::Transform::Proj4::vandg'->new( @_ ); } | { 'PDL::Transform::Proj4::vandg'->new( @_ ); } | |
#line 4349 "Proj4.pm" | ||
#line 4350 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_vandg2 | =head2 t_proj_vandg2 | |
Autogenerated transformation function for Proj4 projection code vandg2. | Autogenerated transformation function for Proj4 projection code vandg2. | |
The full name for this projection is van der Grinten II. | The full name for this projection is van der Grinten II. | |
=cut | =cut | |
sub t_proj_vandg2 | sub t_proj_vandg2 | |
{ 'PDL::Transform::Proj4::vandg2'->new( @_ ); } | { 'PDL::Transform::Proj4::vandg2'->new( @_ ); } | |
#line 4370 "Proj4.pm" | ||
#line 4371 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_vandg3 | =head2 t_proj_vandg3 | |
Autogenerated transformation function for Proj4 projection code vandg3. | Autogenerated transformation function for Proj4 projection code vandg3. | |
The full name for this projection is van der Grinten III. | The full name for this projection is van der Grinten III. | |
=cut | =cut | |
sub t_proj_vandg3 | sub t_proj_vandg3 | |
{ 'PDL::Transform::Proj4::vandg3'->new( @_ ); } | { 'PDL::Transform::Proj4::vandg3'->new( @_ ); } | |
#line 4391 "Proj4.pm" | ||
#line 4392 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_vandg4 | =head2 t_proj_vandg4 | |
Autogenerated transformation function for Proj4 projection code vandg4. | Autogenerated transformation function for Proj4 projection code vandg4. | |
The full name for this projection is van der Grinten IV. | The full name for this projection is van der Grinten IV. | |
=cut | =cut | |
sub t_proj_vandg4 | sub t_proj_vandg4 | |
{ 'PDL::Transform::Proj4::vandg4'->new( @_ ); } | { 'PDL::Transform::Proj4::vandg4'->new( @_ ); } | |
#line 4412 "Proj4.pm" | ||
#line 4413 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_vgridshift | =head2 t_proj_vgridshift | |
Autogenerated transformation function for Proj4 projection code vgridshift. | Autogenerated transformation function for Proj4 projection code vgridshift. | |
The full name for this projection is Vertical grid shift. | The full name for this projection is Vertical grid shift. | |
=cut | =cut | |
sub t_proj_vgridshift | sub t_proj_vgridshift | |
{ 'PDL::Transform::Proj4::vgridshift'->new( @_ ); } | { 'PDL::Transform::Proj4::vgridshift'->new( @_ ); } | |
#line 4433 "Proj4.pm" | ||
#line 4434 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_vitk1 | =head2 t_proj_vitk1 | |
Autogenerated transformation function for Proj4 projection code vitk1. | Autogenerated transformation function for Proj4 projection code vitk1. | |
The full name for this projection is Vitkovsky I. | The full name for this projection is Vitkovsky I. | |
Projection Parameters | Projection Parameters | |
=for options | =for options | |
skipping to change at line 3580 | skipping to change at line 2918 | |
=item lat_1 | =item lat_1 | |
=item lat_2 | =item lat_2 | |
=back | =back | |
=cut | =cut | |
sub t_proj_vitk1 | sub t_proj_vitk1 | |
{ 'PDL::Transform::Proj4::vitk1'->new( @_ ); } | { 'PDL::Transform::Proj4::vitk1'->new( @_ ); } | |
#line 4467 "Proj4.pm" | ||
#line 4468 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_wag1 | =head2 t_proj_wag1 | |
Autogenerated transformation function for Proj4 projection code wag1. | Autogenerated transformation function for Proj4 projection code wag1. | |
The full name for this projection is Wagner I (Kavraisky VI). | The full name for this projection is Wagner I (Kavraisky VI). | |
=cut | =cut | |
sub t_proj_wag1 | sub t_proj_wag1 | |
{ 'PDL::Transform::Proj4::wag1'->new( @_ ); } | { 'PDL::Transform::Proj4::wag1'->new( @_ ); } | |
#line 4488 "Proj4.pm" | ||
#line 4489 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_wag2 | =head2 t_proj_wag2 | |
Autogenerated transformation function for Proj4 projection code wag2. | Autogenerated transformation function for Proj4 projection code wag2. | |
The full name for this projection is Wagner II. | The full name for this projection is Wagner II. | |
=cut | =cut | |
sub t_proj_wag2 | sub t_proj_wag2 | |
{ 'PDL::Transform::Proj4::wag2'->new( @_ ); } | { 'PDL::Transform::Proj4::wag2'->new( @_ ); } | |
#line 4509 "Proj4.pm" | ||
#line 4510 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_wag3 | =head2 t_proj_wag3 | |
Autogenerated transformation function for Proj4 projection code wag3. | Autogenerated transformation function for Proj4 projection code wag3. | |
The full name for this projection is Wagner III. | The full name for this projection is Wagner III. | |
Projection Parameters | Projection Parameters | |
=for options | =for options | |
=over 4 | =over 4 | |
=item lat_ts | =item lat_ts | |
=back | =back | |
=cut | =cut | |
sub t_proj_wag3 | sub t_proj_wag3 | |
{ 'PDL::Transform::Proj4::wag3'->new( @_ ); } | { 'PDL::Transform::Proj4::wag3'->new( @_ ); } | |
#line 4541 "Proj4.pm" | ||
#line 4542 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_wag4 | =head2 t_proj_wag4 | |
Autogenerated transformation function for Proj4 projection code wag4. | Autogenerated transformation function for Proj4 projection code wag4. | |
The full name for this projection is Wagner IV. | The full name for this projection is Wagner IV. | |
=cut | =cut | |
sub t_proj_wag4 | sub t_proj_wag4 | |
{ 'PDL::Transform::Proj4::wag4'->new( @_ ); } | { 'PDL::Transform::Proj4::wag4'->new( @_ ); } | |
#line 4562 "Proj4.pm" | ||
#line 4563 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_wag5 | =head2 t_proj_wag5 | |
Autogenerated transformation function for Proj4 projection code wag5. | Autogenerated transformation function for Proj4 projection code wag5. | |
The full name for this projection is Wagner V. | The full name for this projection is Wagner V. | |
=cut | =cut | |
sub t_proj_wag5 | sub t_proj_wag5 | |
{ 'PDL::Transform::Proj4::wag5'->new( @_ ); } | { 'PDL::Transform::Proj4::wag5'->new( @_ ); } | |
#line 4583 "Proj4.pm" | ||
#line 4584 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_wag6 | =head2 t_proj_wag6 | |
Autogenerated transformation function for Proj4 projection code wag6. | Autogenerated transformation function for Proj4 projection code wag6. | |
The full name for this projection is Wagner VI. | The full name for this projection is Wagner VI. | |
=cut | =cut | |
sub t_proj_wag6 | sub t_proj_wag6 | |
{ 'PDL::Transform::Proj4::wag6'->new( @_ ); } | { 'PDL::Transform::Proj4::wag6'->new( @_ ); } | |
#line 4604 "Proj4.pm" | ||
#line 4605 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_wag7 | =head2 t_proj_wag7 | |
Autogenerated transformation function for Proj4 projection code wag7. | Autogenerated transformation function for Proj4 projection code wag7. | |
The full name for this projection is Wagner VII. | The full name for this projection is Wagner VII. | |
=cut | =cut | |
sub t_proj_wag7 | sub t_proj_wag7 | |
{ 'PDL::Transform::Proj4::wag7'->new( @_ ); } | { 'PDL::Transform::Proj4::wag7'->new( @_ ); } | |
#line 4625 "Proj4.pm" | ||
#line 4626 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_webmerc | =head2 t_proj_webmerc | |
Autogenerated transformation function for Proj4 projection code webmerc. | Autogenerated transformation function for Proj4 projection code webmerc. | |
The full name for this projection is Web Mercator / Pseudo Mercator. | The full name for this projection is Web Mercator / Pseudo Mercator. | |
=cut | =cut | |
sub t_proj_webmerc | sub t_proj_webmerc | |
{ 'PDL::Transform::Proj4::webmerc'->new( @_ ); } | { 'PDL::Transform::Proj4::webmerc'->new( @_ ); } | |
#line 4646 "Proj4.pm" | ||
#line 4647 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_weren | =head2 t_proj_weren | |
Autogenerated transformation function for Proj4 projection code weren. | Autogenerated transformation function for Proj4 projection code weren. | |
The full name for this projection is Werenskiold I. | The full name for this projection is Werenskiold I. | |
=cut | =cut | |
sub t_proj_weren | sub t_proj_weren | |
{ 'PDL::Transform::Proj4::weren'->new( @_ ); } | { 'PDL::Transform::Proj4::weren'->new( @_ ); } | |
#line 4667 "Proj4.pm" | ||
#line 4668 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_wink1 | =head2 t_proj_wink1 | |
Autogenerated transformation function for Proj4 projection code wink1. | Autogenerated transformation function for Proj4 projection code wink1. | |
The full name for this projection is Winkel I. | The full name for this projection is Winkel I. | |
Projection Parameters | Projection Parameters | |
=for options | =for options | |
=over 4 | =over 4 | |
=item lat_ts | =item lat_ts | |
=back | =back | |
=cut | =cut | |
sub t_proj_wink1 | sub t_proj_wink1 | |
{ 'PDL::Transform::Proj4::wink1'->new( @_ ); } | { 'PDL::Transform::Proj4::wink1'->new( @_ ); } | |
#line 4699 "Proj4.pm" | ||
#line 4700 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_wink2 | =head2 t_proj_wink2 | |
Autogenerated transformation function for Proj4 projection code wink2. | Autogenerated transformation function for Proj4 projection code wink2. | |
The full name for this projection is Winkel II. | The full name for this projection is Winkel II. | |
Projection Parameters | Projection Parameters | |
=for options | =for options | |
=over 4 | =over 4 | |
=item lat_1 | =item lat_1 | |
=back | =back | |
=cut | =cut | |
sub t_proj_wink2 | sub t_proj_wink2 | |
{ 'PDL::Transform::Proj4::wink2'->new( @_ ); } | { 'PDL::Transform::Proj4::wink2'->new( @_ ); } | |
#line 4731 "Proj4.pm" | ||
#line 4732 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_wintri | =head2 t_proj_wintri | |
Autogenerated transformation function for Proj4 projection code wintri. | Autogenerated transformation function for Proj4 projection code wintri. | |
The full name for this projection is Winkel Tripel. | The full name for this projection is Winkel Tripel. | |
Projection Parameters | Projection Parameters | |
=for options | =for options | |
=over 4 | =over 4 | |
=item lat_1 | =item lat_1 | |
=back | =back | |
=cut | =cut | |
sub t_proj_wintri | sub t_proj_wintri | |
{ 'PDL::Transform::Proj4::wintri'->new( @_ ); } | { 'PDL::Transform::Proj4::wintri'->new( @_ ); } | |
#line 4763 "Proj4.pm" | ||
#line 4764 "Proj4.pm" | ||
#line 470 "Proj4.pd" | ||
#line 451 "Proj4.pd" | #line 451 "Proj4.pd" | |
=head2 t_proj_xyzgridshift | =head2 t_proj_xyzgridshift | |
Autogenerated transformation function for Proj4 projection code xyzgridshift. | Autogenerated transformation function for Proj4 projection code xyzgridshift. | |
The full name for this projection is Geocentric grid shift. | The full name for this projection is Geocentric grid shift. | |
=cut | =cut | |
sub t_proj_xyzgridshift | sub t_proj_xyzgridshift | |
{ 'PDL::Transform::Proj4::xyzgridshift'->new( @_ ); } | { 'PDL::Transform::Proj4::xyzgridshift'->new( @_ ); } | |
#line 4784 "Proj4.pm" | #line 3122 "Proj4.pm" | |
#line 4785 "Proj4.pm" | ||
#line 960 "/home/osboxes/pdl-code/blib/lib/PDL/PP.pm" | ||
*_proj4_dummy = \&PDL::_proj4_dummy; | *_proj4_dummy = \&PDL::_proj4_dummy; | |
#line 4792 "Proj4.pm" | ||
#line 434 "Proj4.pd" | #line 434 "Proj4.pd" | |
#line 379 "Proj4.pd" | #line 379 "Proj4.pd" | |
# Autogenerated code for the Proj4 projection code: | # Autogenerated code for the Proj4 projection code: | |
# adams_hemi | # adams_hemi | |
# | # | |
package # hide from PAUSE | package # hide from PAUSE | |
PDL::Transform::Proj4::adams_hemi; | PDL::Transform::Proj4::adams_hemi; | |
use strict; | use strict; | |
skipping to change at line 3881 | skipping to change at line 3163 | |
{ $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | { $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | |
$self->update_proj_string(); | $self->update_proj_string(); | |
#my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | #my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | |
#$dd->Indent(1); | #$dd->Indent(1); | |
#print STDERR $dd->Dump(); | #print STDERR $dd->Dump(); | |
#print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | #print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | |
return $self; | return $self; | |
} # End of PDL::Transform::adams_hemi::new()... | } # End of PDL::Transform::adams_hemi::new()... | |
1; | 1; | |
#line 4844 "Proj4.pm" | ||
#line 4845 "Proj4.pm" | ||
#line 434 "Proj4.pd" | ||
#line 379 "Proj4.pd" | #line 379 "Proj4.pd" | |
# Autogenerated code for the Proj4 projection code: | # Autogenerated code for the Proj4 projection code: | |
# adams_ws1 | # adams_ws1 | |
# | # | |
package # hide from PAUSE | package # hide from PAUSE | |
PDL::Transform::Proj4::adams_ws1; | PDL::Transform::Proj4::adams_ws1; | |
use strict; | use strict; | |
use warnings; | use warnings; | |
our @ISA = ( 'PDL::Transform::Proj4' ); | our @ISA = ( 'PDL::Transform::Proj4' ); | |
sub new | sub new | |
skipping to change at line 3929 | skipping to change at line 3207 | |
{ $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | { $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | |
$self->update_proj_string(); | $self->update_proj_string(); | |
#my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | #my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | |
#$dd->Indent(1); | #$dd->Indent(1); | |
#print STDERR $dd->Dump(); | #print STDERR $dd->Dump(); | |
#print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | #print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | |
return $self; | return $self; | |
} # End of PDL::Transform::adams_ws1::new()... | } # End of PDL::Transform::adams_ws1::new()... | |
1; | 1; | |
#line 4895 "Proj4.pm" | ||
#line 4896 "Proj4.pm" | ||
#line 434 "Proj4.pd" | ||
#line 379 "Proj4.pd" | #line 379 "Proj4.pd" | |
# Autogenerated code for the Proj4 projection code: | # Autogenerated code for the Proj4 projection code: | |
# adams_ws2 | # adams_ws2 | |
# | # | |
package # hide from PAUSE | package # hide from PAUSE | |
PDL::Transform::Proj4::adams_ws2; | PDL::Transform::Proj4::adams_ws2; | |
use strict; | use strict; | |
use warnings; | use warnings; | |
our @ISA = ( 'PDL::Transform::Proj4' ); | our @ISA = ( 'PDL::Transform::Proj4' ); | |
sub new | sub new | |
skipping to change at line 3977 | skipping to change at line 3251 | |
{ $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | { $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | |
$self->update_proj_string(); | $self->update_proj_string(); | |
#my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | #my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | |
#$dd->Indent(1); | #$dd->Indent(1); | |
#print STDERR $dd->Dump(); | #print STDERR $dd->Dump(); | |
#print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | #print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | |
return $self; | return $self; | |
} # End of PDL::Transform::adams_ws2::new()... | } # End of PDL::Transform::adams_ws2::new()... | |
1; | 1; | |
#line 4946 "Proj4.pm" | ||
#line 4947 "Proj4.pm" | ||
#line 434 "Proj4.pd" | ||
#line 379 "Proj4.pd" | #line 379 "Proj4.pd" | |
# Autogenerated code for the Proj4 projection code: | # Autogenerated code for the Proj4 projection code: | |
# aea | # aea | |
# | # | |
package # hide from PAUSE | package # hide from PAUSE | |
PDL::Transform::Proj4::aea; | PDL::Transform::Proj4::aea; | |
use strict; | use strict; | |
use warnings; | use warnings; | |
our @ISA = ( 'PDL::Transform::Proj4' ); | our @ISA = ( 'PDL::Transform::Proj4' ); | |
sub new | sub new | |
skipping to change at line 4025 | skipping to change at line 3295 | |
{ $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | { $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | |
$self->update_proj_string(); | $self->update_proj_string(); | |
#my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | #my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | |
#$dd->Indent(1); | #$dd->Indent(1); | |
#print STDERR $dd->Dump(); | #print STDERR $dd->Dump(); | |
#print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | #print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | |
return $self; | return $self; | |
} # End of PDL::Transform::aea::new()... | } # End of PDL::Transform::aea::new()... | |
1; | 1; | |
#line 4997 "Proj4.pm" | ||
#line 4998 "Proj4.pm" | ||
#line 434 "Proj4.pd" | ||
#line 379 "Proj4.pd" | #line 379 "Proj4.pd" | |
# Autogenerated code for the Proj4 projection code: | # Autogenerated code for the Proj4 projection code: | |
# aeqd | # aeqd | |
# | # | |
package # hide from PAUSE | package # hide from PAUSE | |
PDL::Transform::Proj4::aeqd; | PDL::Transform::Proj4::aeqd; | |
use strict; | use strict; | |
use warnings; | use warnings; | |
our @ISA = ( 'PDL::Transform::Proj4' ); | our @ISA = ( 'PDL::Transform::Proj4' ); | |
sub new | sub new | |
skipping to change at line 4073 | skipping to change at line 3339 | |
{ $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | { $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | |
$self->update_proj_string(); | $self->update_proj_string(); | |
#my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | #my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | |
#$dd->Indent(1); | #$dd->Indent(1); | |
#print STDERR $dd->Dump(); | #print STDERR $dd->Dump(); | |
#print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | #print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | |
return $self; | return $self; | |
} # End of PDL::Transform::aeqd::new()... | } # End of PDL::Transform::aeqd::new()... | |
1; | 1; | |
#line 5048 "Proj4.pm" | ||
#line 5049 "Proj4.pm" | ||
#line 434 "Proj4.pd" | ||
#line 379 "Proj4.pd" | #line 379 "Proj4.pd" | |
# Autogenerated code for the Proj4 projection code: | # Autogenerated code for the Proj4 projection code: | |
# affine | # affine | |
# | # | |
package # hide from PAUSE | package # hide from PAUSE | |
PDL::Transform::Proj4::affine; | PDL::Transform::Proj4::affine; | |
use strict; | use strict; | |
use warnings; | use warnings; | |
our @ISA = ( 'PDL::Transform::Proj4' ); | our @ISA = ( 'PDL::Transform::Proj4' ); | |
sub new | sub new | |
skipping to change at line 4121 | skipping to change at line 3383 | |
{ $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | { $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | |
$self->update_proj_string(); | $self->update_proj_string(); | |
#my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | #my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | |
#$dd->Indent(1); | #$dd->Indent(1); | |
#print STDERR $dd->Dump(); | #print STDERR $dd->Dump(); | |
#print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | #print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | |
return $self; | return $self; | |
} # End of PDL::Transform::affine::new()... | } # End of PDL::Transform::affine::new()... | |
1; | 1; | |
#line 5099 "Proj4.pm" | ||
#line 5100 "Proj4.pm" | ||
#line 434 "Proj4.pd" | ||
#line 379 "Proj4.pd" | #line 379 "Proj4.pd" | |
# Autogenerated code for the Proj4 projection code: | # Autogenerated code for the Proj4 projection code: | |
# airy | # airy | |
# | # | |
package # hide from PAUSE | package # hide from PAUSE | |
PDL::Transform::Proj4::airy; | PDL::Transform::Proj4::airy; | |
use strict; | use strict; | |
use warnings; | use warnings; | |
our @ISA = ( 'PDL::Transform::Proj4' ); | our @ISA = ( 'PDL::Transform::Proj4' ); | |
sub new | sub new | |
skipping to change at line 4169 | skipping to change at line 3427 | |
{ $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | { $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | |
$self->update_proj_string(); | $self->update_proj_string(); | |
#my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | #my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | |
#$dd->Indent(1); | #$dd->Indent(1); | |
#print STDERR $dd->Dump(); | #print STDERR $dd->Dump(); | |
#print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | #print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | |
return $self; | return $self; | |
} # End of PDL::Transform::airy::new()... | } # End of PDL::Transform::airy::new()... | |
1; | 1; | |
#line 5150 "Proj4.pm" | ||
#line 5151 "Proj4.pm" | ||
#line 434 "Proj4.pd" | ||
#line 379 "Proj4.pd" | #line 379 "Proj4.pd" | |
# Autogenerated code for the Proj4 projection code: | # Autogenerated code for the Proj4 projection code: | |
# aitoff | # aitoff | |
# | # | |
package # hide from PAUSE | package # hide from PAUSE | |
PDL::Transform::Proj4::aitoff; | PDL::Transform::Proj4::aitoff; | |
use strict; | use strict; | |
use warnings; | use warnings; | |
our @ISA = ( 'PDL::Transform::Proj4' ); | our @ISA = ( 'PDL::Transform::Proj4' ); | |
sub new | sub new | |
skipping to change at line 4217 | skipping to change at line 3471 | |
{ $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | { $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | |
$self->update_proj_string(); | $self->update_proj_string(); | |
#my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | #my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | |
#$dd->Indent(1); | #$dd->Indent(1); | |
#print STDERR $dd->Dump(); | #print STDERR $dd->Dump(); | |
#print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | #print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | |
return $self; | return $self; | |
} # End of PDL::Transform::aitoff::new()... | } # End of PDL::Transform::aitoff::new()... | |
1; | 1; | |
#line 5201 "Proj4.pm" | ||
#line 5202 "Proj4.pm" | ||
#line 434 "Proj4.pd" | ||
#line 379 "Proj4.pd" | #line 379 "Proj4.pd" | |
# Autogenerated code for the Proj4 projection code: | # Autogenerated code for the Proj4 projection code: | |
# alsk | # alsk | |
# | # | |
package # hide from PAUSE | package # hide from PAUSE | |
PDL::Transform::Proj4::alsk; | PDL::Transform::Proj4::alsk; | |
use strict; | use strict; | |
use warnings; | use warnings; | |
our @ISA = ( 'PDL::Transform::Proj4' ); | our @ISA = ( 'PDL::Transform::Proj4' ); | |
sub new | sub new | |
skipping to change at line 4265 | skipping to change at line 3515 | |
{ $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | { $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | |
$self->update_proj_string(); | $self->update_proj_string(); | |
#my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | #my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | |
#$dd->Indent(1); | #$dd->Indent(1); | |
#print STDERR $dd->Dump(); | #print STDERR $dd->Dump(); | |
#print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | #print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | |
return $self; | return $self; | |
} # End of PDL::Transform::alsk::new()... | } # End of PDL::Transform::alsk::new()... | |
1; | 1; | |
#line 5252 "Proj4.pm" | ||
#line 5253 "Proj4.pm" | ||
#line 434 "Proj4.pd" | ||
#line 379 "Proj4.pd" | #line 379 "Proj4.pd" | |
# Autogenerated code for the Proj4 projection code: | # Autogenerated code for the Proj4 projection code: | |
# apian | # apian | |
# | # | |
package # hide from PAUSE | package # hide from PAUSE | |
PDL::Transform::Proj4::apian; | PDL::Transform::Proj4::apian; | |
use strict; | use strict; | |
use warnings; | use warnings; | |
our @ISA = ( 'PDL::Transform::Proj4' ); | our @ISA = ( 'PDL::Transform::Proj4' ); | |
sub new | sub new | |
skipping to change at line 4313 | skipping to change at line 3559 | |
{ $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | { $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | |
$self->update_proj_string(); | $self->update_proj_string(); | |
#my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | #my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | |
#$dd->Indent(1); | #$dd->Indent(1); | |
#print STDERR $dd->Dump(); | #print STDERR $dd->Dump(); | |
#print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | #print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | |
return $self; | return $self; | |
} # End of PDL::Transform::apian::new()... | } # End of PDL::Transform::apian::new()... | |
1; | 1; | |
#line 5303 "Proj4.pm" | ||
#line 5304 "Proj4.pm" | ||
#line 434 "Proj4.pd" | ||
#line 379 "Proj4.pd" | #line 379 "Proj4.pd" | |
# Autogenerated code for the Proj4 projection code: | # Autogenerated code for the Proj4 projection code: | |
# august | # august | |
# | # | |
package # hide from PAUSE | package # hide from PAUSE | |
PDL::Transform::Proj4::august; | PDL::Transform::Proj4::august; | |
use strict; | use strict; | |
use warnings; | use warnings; | |
our @ISA = ( 'PDL::Transform::Proj4' ); | our @ISA = ( 'PDL::Transform::Proj4' ); | |
sub new | sub new | |
skipping to change at line 4361 | skipping to change at line 3603 | |
{ $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | { $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | |
$self->update_proj_string(); | $self->update_proj_string(); | |
#my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | #my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | |
#$dd->Indent(1); | #$dd->Indent(1); | |
#print STDERR $dd->Dump(); | #print STDERR $dd->Dump(); | |
#print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | #print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | |
return $self; | return $self; | |
} # End of PDL::Transform::august::new()... | } # End of PDL::Transform::august::new()... | |
1; | 1; | |
#line 5354 "Proj4.pm" | ||
#line 5355 "Proj4.pm" | ||
#line 434 "Proj4.pd" | ||
#line 379 "Proj4.pd" | #line 379 "Proj4.pd" | |
# Autogenerated code for the Proj4 projection code: | # Autogenerated code for the Proj4 projection code: | |
# axisswap | # axisswap | |
# | # | |
package # hide from PAUSE | package # hide from PAUSE | |
PDL::Transform::Proj4::axisswap; | PDL::Transform::Proj4::axisswap; | |
use strict; | use strict; | |
use warnings; | use warnings; | |
our @ISA = ( 'PDL::Transform::Proj4' ); | our @ISA = ( 'PDL::Transform::Proj4' ); | |
sub new | sub new | |
skipping to change at line 4409 | skipping to change at line 3647 | |
{ $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | { $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | |
$self->update_proj_string(); | $self->update_proj_string(); | |
#my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | #my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | |
#$dd->Indent(1); | #$dd->Indent(1); | |
#print STDERR $dd->Dump(); | #print STDERR $dd->Dump(); | |
#print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | #print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | |
return $self; | return $self; | |
} # End of PDL::Transform::axisswap::new()... | } # End of PDL::Transform::axisswap::new()... | |
1; | 1; | |
#line 5405 "Proj4.pm" | ||
#line 5406 "Proj4.pm" | ||
#line 434 "Proj4.pd" | ||
#line 379 "Proj4.pd" | #line 379 "Proj4.pd" | |
# Autogenerated code for the Proj4 projection code: | # Autogenerated code for the Proj4 projection code: | |
# bacon | # bacon | |
# | # | |
package # hide from PAUSE | package # hide from PAUSE | |
PDL::Transform::Proj4::bacon; | PDL::Transform::Proj4::bacon; | |
use strict; | use strict; | |
use warnings; | use warnings; | |
our @ISA = ( 'PDL::Transform::Proj4' ); | our @ISA = ( 'PDL::Transform::Proj4' ); | |
sub new | sub new | |
skipping to change at line 4457 | skipping to change at line 3691 | |
{ $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | { $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | |
$self->update_proj_string(); | $self->update_proj_string(); | |
#my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | #my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | |
#$dd->Indent(1); | #$dd->Indent(1); | |
#print STDERR $dd->Dump(); | #print STDERR $dd->Dump(); | |
#print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | #print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | |
return $self; | return $self; | |
} # End of PDL::Transform::bacon::new()... | } # End of PDL::Transform::bacon::new()... | |
1; | 1; | |
#line 5456 "Proj4.pm" | ||
#line 5457 "Proj4.pm" | ||
#line 434 "Proj4.pd" | ||
#line 379 "Proj4.pd" | #line 379 "Proj4.pd" | |
# Autogenerated code for the Proj4 projection code: | # Autogenerated code for the Proj4 projection code: | |
# bertin1953 | # bertin1953 | |
# | # | |
package # hide from PAUSE | package # hide from PAUSE | |
PDL::Transform::Proj4::bertin1953; | PDL::Transform::Proj4::bertin1953; | |
use strict; | use strict; | |
use warnings; | use warnings; | |
our @ISA = ( 'PDL::Transform::Proj4' ); | our @ISA = ( 'PDL::Transform::Proj4' ); | |
sub new | sub new | |
skipping to change at line 4505 | skipping to change at line 3735 | |
{ $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | { $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | |
$self->update_proj_string(); | $self->update_proj_string(); | |
#my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | #my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | |
#$dd->Indent(1); | #$dd->Indent(1); | |
#print STDERR $dd->Dump(); | #print STDERR $dd->Dump(); | |
#print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | #print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | |
return $self; | return $self; | |
} # End of PDL::Transform::bertin1953::new()... | } # End of PDL::Transform::bertin1953::new()... | |
1; | 1; | |
#line 5507 "Proj4.pm" | ||
#line 5508 "Proj4.pm" | ||
#line 434 "Proj4.pd" | ||
#line 379 "Proj4.pd" | #line 379 "Proj4.pd" | |
# Autogenerated code for the Proj4 projection code: | # Autogenerated code for the Proj4 projection code: | |
# bipc | # bipc | |
# | # | |
package # hide from PAUSE | package # hide from PAUSE | |
PDL::Transform::Proj4::bipc; | PDL::Transform::Proj4::bipc; | |
use strict; | use strict; | |
use warnings; | use warnings; | |
our @ISA = ( 'PDL::Transform::Proj4' ); | our @ISA = ( 'PDL::Transform::Proj4' ); | |
sub new | sub new | |
skipping to change at line 4553 | skipping to change at line 3779 | |
{ $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | { $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | |
$self->update_proj_string(); | $self->update_proj_string(); | |
#my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | #my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | |
#$dd->Indent(1); | #$dd->Indent(1); | |
#print STDERR $dd->Dump(); | #print STDERR $dd->Dump(); | |
#print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | #print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | |
return $self; | return $self; | |
} # End of PDL::Transform::bipc::new()... | } # End of PDL::Transform::bipc::new()... | |
1; | 1; | |
#line 5558 "Proj4.pm" | ||
#line 5559 "Proj4.pm" | ||
#line 434 "Proj4.pd" | ||
#line 379 "Proj4.pd" | #line 379 "Proj4.pd" | |
# Autogenerated code for the Proj4 projection code: | # Autogenerated code for the Proj4 projection code: | |
# boggs | # boggs | |
# | # | |
package # hide from PAUSE | package # hide from PAUSE | |
PDL::Transform::Proj4::boggs; | PDL::Transform::Proj4::boggs; | |
use strict; | use strict; | |
use warnings; | use warnings; | |
our @ISA = ( 'PDL::Transform::Proj4' ); | our @ISA = ( 'PDL::Transform::Proj4' ); | |
sub new | sub new | |
skipping to change at line 4601 | skipping to change at line 3823 | |
{ $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | { $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | |
$self->update_proj_string(); | $self->update_proj_string(); | |
#my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | #my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | |
#$dd->Indent(1); | #$dd->Indent(1); | |
#print STDERR $dd->Dump(); | #print STDERR $dd->Dump(); | |
#print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | #print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | |
return $self; | return $self; | |
} # End of PDL::Transform::boggs::new()... | } # End of PDL::Transform::boggs::new()... | |
1; | 1; | |
#line 5609 "Proj4.pm" | ||
#line 5610 "Proj4.pm" | ||
#line 434 "Proj4.pd" | ||
#line 379 "Proj4.pd" | #line 379 "Proj4.pd" | |
# Autogenerated code for the Proj4 projection code: | # Autogenerated code for the Proj4 projection code: | |
# bonne | # bonne | |
# | # | |
package # hide from PAUSE | package # hide from PAUSE | |
PDL::Transform::Proj4::bonne; | PDL::Transform::Proj4::bonne; | |
use strict; | use strict; | |
use warnings; | use warnings; | |
our @ISA = ( 'PDL::Transform::Proj4' ); | our @ISA = ( 'PDL::Transform::Proj4' ); | |
sub new | sub new | |
skipping to change at line 4649 | skipping to change at line 3867 | |
{ $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | { $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | |
$self->update_proj_string(); | $self->update_proj_string(); | |
#my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | #my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | |
#$dd->Indent(1); | #$dd->Indent(1); | |
#print STDERR $dd->Dump(); | #print STDERR $dd->Dump(); | |
#print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | #print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | |
return $self; | return $self; | |
} # End of PDL::Transform::bonne::new()... | } # End of PDL::Transform::bonne::new()... | |
1; | 1; | |
#line 5660 "Proj4.pm" | ||
#line 5661 "Proj4.pm" | ||
#line 434 "Proj4.pd" | ||
#line 379 "Proj4.pd" | #line 379 "Proj4.pd" | |
# Autogenerated code for the Proj4 projection code: | # Autogenerated code for the Proj4 projection code: | |
# calcofi | # calcofi | |
# | # | |
package # hide from PAUSE | package # hide from PAUSE | |
PDL::Transform::Proj4::calcofi; | PDL::Transform::Proj4::calcofi; | |
use strict; | use strict; | |
use warnings; | use warnings; | |
our @ISA = ( 'PDL::Transform::Proj4' ); | our @ISA = ( 'PDL::Transform::Proj4' ); | |
sub new | sub new | |
skipping to change at line 4697 | skipping to change at line 3911 | |
{ $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | { $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | |
$self->update_proj_string(); | $self->update_proj_string(); | |
#my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | #my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | |
#$dd->Indent(1); | #$dd->Indent(1); | |
#print STDERR $dd->Dump(); | #print STDERR $dd->Dump(); | |
#print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | #print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | |
return $self; | return $self; | |
} # End of PDL::Transform::calcofi::new()... | } # End of PDL::Transform::calcofi::new()... | |
1; | 1; | |
#line 5711 "Proj4.pm" | ||
#line 5712 "Proj4.pm" | ||
#line 434 "Proj4.pd" | ||
#line 379 "Proj4.pd" | #line 379 "Proj4.pd" | |
# Autogenerated code for the Proj4 projection code: | # Autogenerated code for the Proj4 projection code: | |
# cart | # cart | |
# | # | |
package # hide from PAUSE | package # hide from PAUSE | |
PDL::Transform::Proj4::cart; | PDL::Transform::Proj4::cart; | |
use strict; | use strict; | |
use warnings; | use warnings; | |
our @ISA = ( 'PDL::Transform::Proj4' ); | our @ISA = ( 'PDL::Transform::Proj4' ); | |
sub new | sub new | |
skipping to change at line 4745 | skipping to change at line 3955 | |
{ $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | { $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | |
$self->update_proj_string(); | $self->update_proj_string(); | |
#my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | #my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | |
#$dd->Indent(1); | #$dd->Indent(1); | |
#print STDERR $dd->Dump(); | #print STDERR $dd->Dump(); | |
#print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | #print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | |
return $self; | return $self; | |
} # End of PDL::Transform::cart::new()... | } # End of PDL::Transform::cart::new()... | |
1; | 1; | |
#line 5762 "Proj4.pm" | ||
#line 5763 "Proj4.pm" | ||
#line 434 "Proj4.pd" | ||
#line 379 "Proj4.pd" | #line 379 "Proj4.pd" | |
# Autogenerated code for the Proj4 projection code: | # Autogenerated code for the Proj4 projection code: | |
# cass | # cass | |
# | # | |
package # hide from PAUSE | package # hide from PAUSE | |
PDL::Transform::Proj4::cass; | PDL::Transform::Proj4::cass; | |
use strict; | use strict; | |
use warnings; | use warnings; | |
our @ISA = ( 'PDL::Transform::Proj4' ); | our @ISA = ( 'PDL::Transform::Proj4' ); | |
sub new | sub new | |
skipping to change at line 4793 | skipping to change at line 3999 | |
{ $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | { $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | |
$self->update_proj_string(); | $self->update_proj_string(); | |
#my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | #my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | |
#$dd->Indent(1); | #$dd->Indent(1); | |
#print STDERR $dd->Dump(); | #print STDERR $dd->Dump(); | |
#print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | #print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | |
return $self; | return $self; | |
} # End of PDL::Transform::cass::new()... | } # End of PDL::Transform::cass::new()... | |
1; | 1; | |
#line 5813 "Proj4.pm" | ||
#line 5814 "Proj4.pm" | ||
#line 434 "Proj4.pd" | ||
#line 379 "Proj4.pd" | #line 379 "Proj4.pd" | |
# Autogenerated code for the Proj4 projection code: | # Autogenerated code for the Proj4 projection code: | |
# cc | # cc | |
# | # | |
package # hide from PAUSE | package # hide from PAUSE | |
PDL::Transform::Proj4::cc; | PDL::Transform::Proj4::cc; | |
use strict; | use strict; | |
use warnings; | use warnings; | |
our @ISA = ( 'PDL::Transform::Proj4' ); | our @ISA = ( 'PDL::Transform::Proj4' ); | |
sub new | sub new | |
skipping to change at line 4841 | skipping to change at line 4043 | |
{ $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | { $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | |
$self->update_proj_string(); | $self->update_proj_string(); | |
#my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | #my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | |
#$dd->Indent(1); | #$dd->Indent(1); | |
#print STDERR $dd->Dump(); | #print STDERR $dd->Dump(); | |
#print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | #print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | |
return $self; | return $self; | |
} # End of PDL::Transform::cc::new()... | } # End of PDL::Transform::cc::new()... | |
1; | 1; | |
#line 5864 "Proj4.pm" | ||
#line 5865 "Proj4.pm" | ||
#line 434 "Proj4.pd" | ||
#line 379 "Proj4.pd" | #line 379 "Proj4.pd" | |
# Autogenerated code for the Proj4 projection code: | # Autogenerated code for the Proj4 projection code: | |
# ccon | # ccon | |
# | # | |
package # hide from PAUSE | package # hide from PAUSE | |
PDL::Transform::Proj4::ccon; | PDL::Transform::Proj4::ccon; | |
use strict; | use strict; | |
use warnings; | use warnings; | |
our @ISA = ( 'PDL::Transform::Proj4' ); | our @ISA = ( 'PDL::Transform::Proj4' ); | |
sub new | sub new | |
skipping to change at line 4889 | skipping to change at line 4087 | |
{ $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | { $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | |
$self->update_proj_string(); | $self->update_proj_string(); | |
#my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | #my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | |
#$dd->Indent(1); | #$dd->Indent(1); | |
#print STDERR $dd->Dump(); | #print STDERR $dd->Dump(); | |
#print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | #print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | |
return $self; | return $self; | |
} # End of PDL::Transform::ccon::new()... | } # End of PDL::Transform::ccon::new()... | |
1; | 1; | |
#line 5915 "Proj4.pm" | ||
#line 5916 "Proj4.pm" | ||
#line 434 "Proj4.pd" | ||
#line 379 "Proj4.pd" | #line 379 "Proj4.pd" | |
# Autogenerated code for the Proj4 projection code: | # Autogenerated code for the Proj4 projection code: | |
# cea | # cea | |
# | # | |
package # hide from PAUSE | package # hide from PAUSE | |
PDL::Transform::Proj4::cea; | PDL::Transform::Proj4::cea; | |
use strict; | use strict; | |
use warnings; | use warnings; | |
our @ISA = ( 'PDL::Transform::Proj4' ); | our @ISA = ( 'PDL::Transform::Proj4' ); | |
sub new | sub new | |
skipping to change at line 4937 | skipping to change at line 4131 | |
{ $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | { $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | |
$self->update_proj_string(); | $self->update_proj_string(); | |
#my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | #my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | |
#$dd->Indent(1); | #$dd->Indent(1); | |
#print STDERR $dd->Dump(); | #print STDERR $dd->Dump(); | |
#print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | #print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | |
return $self; | return $self; | |
} # End of PDL::Transform::cea::new()... | } # End of PDL::Transform::cea::new()... | |
1; | 1; | |
#line 5966 "Proj4.pm" | ||
#line 5967 "Proj4.pm" | ||
#line 434 "Proj4.pd" | ||
#line 379 "Proj4.pd" | #line 379 "Proj4.pd" | |
# Autogenerated code for the Proj4 projection code: | # Autogenerated code for the Proj4 projection code: | |
# chamb | # chamb | |
# | # | |
package # hide from PAUSE | package # hide from PAUSE | |
PDL::Transform::Proj4::chamb; | PDL::Transform::Proj4::chamb; | |
use strict; | use strict; | |
use warnings; | use warnings; | |
our @ISA = ( 'PDL::Transform::Proj4' ); | our @ISA = ( 'PDL::Transform::Proj4' ); | |
sub new | sub new | |
skipping to change at line 4985 | skipping to change at line 4175 | |
{ $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | { $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | |
$self->update_proj_string(); | $self->update_proj_string(); | |
#my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | #my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | |
#$dd->Indent(1); | #$dd->Indent(1); | |
#print STDERR $dd->Dump(); | #print STDERR $dd->Dump(); | |
#print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | #print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | |
return $self; | return $self; | |
} # End of PDL::Transform::chamb::new()... | } # End of PDL::Transform::chamb::new()... | |
1; | 1; | |
#line 6017 "Proj4.pm" | ||
#line 6018 "Proj4.pm" | ||
#line 434 "Proj4.pd" | ||
#line 379 "Proj4.pd" | #line 379 "Proj4.pd" | |
# Autogenerated code for the Proj4 projection code: | # Autogenerated code for the Proj4 projection code: | |
# col_urban | # col_urban | |
# | # | |
package # hide from PAUSE | package # hide from PAUSE | |
PDL::Transform::Proj4::col_urban; | PDL::Transform::Proj4::col_urban; | |
use strict; | use strict; | |
use warnings; | use warnings; | |
our @ISA = ( 'PDL::Transform::Proj4' ); | our @ISA = ( 'PDL::Transform::Proj4' ); | |
sub new | sub new | |
skipping to change at line 5033 | skipping to change at line 4219 | |
{ $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | { $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | |
$self->update_proj_string(); | $self->update_proj_string(); | |
#my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | #my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | |
#$dd->Indent(1); | #$dd->Indent(1); | |
#print STDERR $dd->Dump(); | #print STDERR $dd->Dump(); | |
#print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | #print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | |
return $self; | return $self; | |
} # End of PDL::Transform::col_urban::new()... | } # End of PDL::Transform::col_urban::new()... | |
1; | 1; | |
#line 6068 "Proj4.pm" | ||
#line 6069 "Proj4.pm" | ||
#line 434 "Proj4.pd" | ||
#line 379 "Proj4.pd" | #line 379 "Proj4.pd" | |
# Autogenerated code for the Proj4 projection code: | # Autogenerated code for the Proj4 projection code: | |
# collg | # collg | |
# | # | |
package # hide from PAUSE | package # hide from PAUSE | |
PDL::Transform::Proj4::collg; | PDL::Transform::Proj4::collg; | |
use strict; | use strict; | |
use warnings; | use warnings; | |
our @ISA = ( 'PDL::Transform::Proj4' ); | our @ISA = ( 'PDL::Transform::Proj4' ); | |
sub new | sub new | |
skipping to change at line 5081 | skipping to change at line 4263 | |
{ $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | { $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | |
$self->update_proj_string(); | $self->update_proj_string(); | |
#my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | #my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | |
#$dd->Indent(1); | #$dd->Indent(1); | |
#print STDERR $dd->Dump(); | #print STDERR $dd->Dump(); | |
#print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | #print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | |
return $self; | return $self; | |
} # End of PDL::Transform::collg::new()... | } # End of PDL::Transform::collg::new()... | |
1; | 1; | |
#line 6119 "Proj4.pm" | ||
#line 6120 "Proj4.pm" | ||
#line 434 "Proj4.pd" | ||
#line 379 "Proj4.pd" | #line 379 "Proj4.pd" | |
# Autogenerated code for the Proj4 projection code: | # Autogenerated code for the Proj4 projection code: | |
# comill | # comill | |
# | # | |
package # hide from PAUSE | package # hide from PAUSE | |
PDL::Transform::Proj4::comill; | PDL::Transform::Proj4::comill; | |
use strict; | use strict; | |
use warnings; | use warnings; | |
our @ISA = ( 'PDL::Transform::Proj4' ); | our @ISA = ( 'PDL::Transform::Proj4' ); | |
sub new | sub new | |
skipping to change at line 5129 | skipping to change at line 4307 | |
{ $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | { $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | |
$self->update_proj_string(); | $self->update_proj_string(); | |
#my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | #my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | |
#$dd->Indent(1); | #$dd->Indent(1); | |
#print STDERR $dd->Dump(); | #print STDERR $dd->Dump(); | |
#print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | #print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | |
return $self; | return $self; | |
} # End of PDL::Transform::comill::new()... | } # End of PDL::Transform::comill::new()... | |
1; | 1; | |
#line 6170 "Proj4.pm" | ||
#line 6171 "Proj4.pm" | ||
#line 434 "Proj4.pd" | ||
#line 379 "Proj4.pd" | #line 379 "Proj4.pd" | |
# Autogenerated code for the Proj4 projection code: | # Autogenerated code for the Proj4 projection code: | |
# crast | # crast | |
# | # | |
package # hide from PAUSE | package # hide from PAUSE | |
PDL::Transform::Proj4::crast; | PDL::Transform::Proj4::crast; | |
use strict; | use strict; | |
use warnings; | use warnings; | |
our @ISA = ( 'PDL::Transform::Proj4' ); | our @ISA = ( 'PDL::Transform::Proj4' ); | |
sub new | sub new | |
skipping to change at line 5177 | skipping to change at line 4351 | |
{ $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | { $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | |
$self->update_proj_string(); | $self->update_proj_string(); | |
#my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | #my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | |
#$dd->Indent(1); | #$dd->Indent(1); | |
#print STDERR $dd->Dump(); | #print STDERR $dd->Dump(); | |
#print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | #print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | |
return $self; | return $self; | |
} # End of PDL::Transform::crast::new()... | } # End of PDL::Transform::crast::new()... | |
1; | 1; | |
#line 6221 "Proj4.pm" | ||
#line 6222 "Proj4.pm" | ||
#line 434 "Proj4.pd" | ||
#line 379 "Proj4.pd" | #line 379 "Proj4.pd" | |
# Autogenerated code for the Proj4 projection code: | # Autogenerated code for the Proj4 projection code: | |
# defmodel | # defmodel | |
# | # | |
package # hide from PAUSE | package # hide from PAUSE | |
PDL::Transform::Proj4::defmodel; | PDL::Transform::Proj4::defmodel; | |
use strict; | use strict; | |
use warnings; | use warnings; | |
our @ISA = ( 'PDL::Transform::Proj4' ); | our @ISA = ( 'PDL::Transform::Proj4' ); | |
sub new | sub new | |
skipping to change at line 5225 | skipping to change at line 4395 | |
{ $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | { $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | |
$self->update_proj_string(); | $self->update_proj_string(); | |
#my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | #my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | |
#$dd->Indent(1); | #$dd->Indent(1); | |
#print STDERR $dd->Dump(); | #print STDERR $dd->Dump(); | |
#print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | #print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | |
return $self; | return $self; | |
} # End of PDL::Transform::defmodel::new()... | } # End of PDL::Transform::defmodel::new()... | |
1; | 1; | |
#line 6272 "Proj4.pm" | ||
#line 6273 "Proj4.pm" | ||
#line 434 "Proj4.pd" | ||
#line 379 "Proj4.pd" | #line 379 "Proj4.pd" | |
# Autogenerated code for the Proj4 projection code: | # Autogenerated code for the Proj4 projection code: | |
# deformation | # deformation | |
# | # | |
package # hide from PAUSE | package # hide from PAUSE | |
PDL::Transform::Proj4::deformation; | PDL::Transform::Proj4::deformation; | |
use strict; | use strict; | |
use warnings; | use warnings; | |
our @ISA = ( 'PDL::Transform::Proj4' ); | our @ISA = ( 'PDL::Transform::Proj4' ); | |
sub new | sub new | |
skipping to change at line 5273 | skipping to change at line 4439 | |
{ $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | { $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | |
$self->update_proj_string(); | $self->update_proj_string(); | |
#my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | #my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | |
#$dd->Indent(1); | #$dd->Indent(1); | |
#print STDERR $dd->Dump(); | #print STDERR $dd->Dump(); | |
#print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | #print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | |
return $self; | return $self; | |
} # End of PDL::Transform::deformation::new()... | } # End of PDL::Transform::deformation::new()... | |
1; | 1; | |
#line 6323 "Proj4.pm" | ||
#line 6324 "Proj4.pm" | ||
#line 434 "Proj4.pd" | ||
#line 379 "Proj4.pd" | #line 379 "Proj4.pd" | |
# Autogenerated code for the Proj4 projection code: | # Autogenerated code for the Proj4 projection code: | |
# denoy | # denoy | |
# | # | |
package # hide from PAUSE | package # hide from PAUSE | |
PDL::Transform::Proj4::denoy; | PDL::Transform::Proj4::denoy; | |
use strict; | use strict; | |
use warnings; | use warnings; | |
our @ISA = ( 'PDL::Transform::Proj4' ); | our @ISA = ( 'PDL::Transform::Proj4' ); | |
sub new | sub new | |
skipping to change at line 5321 | skipping to change at line 4483 | |
{ $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | { $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | |
$self->update_proj_string(); | $self->update_proj_string(); | |
#my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | #my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | |
#$dd->Indent(1); | #$dd->Indent(1); | |
#print STDERR $dd->Dump(); | #print STDERR $dd->Dump(); | |
#print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | #print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | |
return $self; | return $self; | |
} # End of PDL::Transform::denoy::new()... | } # End of PDL::Transform::denoy::new()... | |
1; | 1; | |
#line 6374 "Proj4.pm" | ||
#line 6375 "Proj4.pm" | ||
#line 434 "Proj4.pd" | ||
#line 379 "Proj4.pd" | #line 379 "Proj4.pd" | |
# Autogenerated code for the Proj4 projection code: | # Autogenerated code for the Proj4 projection code: | |
# eck1 | # eck1 | |
# | # | |
package # hide from PAUSE | package # hide from PAUSE | |
PDL::Transform::Proj4::eck1; | PDL::Transform::Proj4::eck1; | |
use strict; | use strict; | |
use warnings; | use warnings; | |
our @ISA = ( 'PDL::Transform::Proj4' ); | our @ISA = ( 'PDL::Transform::Proj4' ); | |
sub new | sub new | |
skipping to change at line 5369 | skipping to change at line 4527 | |
{ $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | { $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | |
$self->update_proj_string(); | $self->update_proj_string(); | |
#my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | #my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | |
#$dd->Indent(1); | #$dd->Indent(1); | |
#print STDERR $dd->Dump(); | #print STDERR $dd->Dump(); | |
#print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | #print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | |
return $self; | return $self; | |
} # End of PDL::Transform::eck1::new()... | } # End of PDL::Transform::eck1::new()... | |
1; | 1; | |
#line 6425 "Proj4.pm" | ||
#line 6426 "Proj4.pm" | ||
#line 434 "Proj4.pd" | ||
#line 379 "Proj4.pd" | #line 379 "Proj4.pd" | |
# Autogenerated code for the Proj4 projection code: | # Autogenerated code for the Proj4 projection code: | |
# eck2 | # eck2 | |
# | # | |
package # hide from PAUSE | package # hide from PAUSE | |
PDL::Transform::Proj4::eck2; | PDL::Transform::Proj4::eck2; | |
use strict; | use strict; | |
use warnings; | use warnings; | |
our @ISA = ( 'PDL::Transform::Proj4' ); | our @ISA = ( 'PDL::Transform::Proj4' ); | |
sub new | sub new | |
skipping to change at line 5417 | skipping to change at line 4571 | |
{ $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | { $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | |
$self->update_proj_string(); | $self->update_proj_string(); | |
#my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | #my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | |
#$dd->Indent(1); | #$dd->Indent(1); | |
#print STDERR $dd->Dump(); | #print STDERR $dd->Dump(); | |
#print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | #print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | |
return $self; | return $self; | |
} # End of PDL::Transform::eck2::new()... | } # End of PDL::Transform::eck2::new()... | |
1; | 1; | |
#line 6476 "Proj4.pm" | ||
#line 6477 "Proj4.pm" | ||
#line 434 "Proj4.pd" | ||
#line 379 "Proj4.pd" | #line 379 "Proj4.pd" | |
# Autogenerated code for the Proj4 projection code: | # Autogenerated code for the Proj4 projection code: | |
# eck3 | # eck3 | |
# | # | |
package # hide from PAUSE | package # hide from PAUSE | |
PDL::Transform::Proj4::eck3; | PDL::Transform::Proj4::eck3; | |
use strict; | use strict; | |
use warnings; | use warnings; | |
our @ISA = ( 'PDL::Transform::Proj4' ); | our @ISA = ( 'PDL::Transform::Proj4' ); | |
sub new | sub new | |
skipping to change at line 5465 | skipping to change at line 4615 | |
{ $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | { $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | |
$self->update_proj_string(); | $self->update_proj_string(); | |
#my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | #my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | |
#$dd->Indent(1); | #$dd->Indent(1); | |
#print STDERR $dd->Dump(); | #print STDERR $dd->Dump(); | |
#print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | #print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | |
return $self; | return $self; | |
} # End of PDL::Transform::eck3::new()... | } # End of PDL::Transform::eck3::new()... | |
1; | 1; | |
#line 6527 "Proj4.pm" | ||
#line 6528 "Proj4.pm" | ||
#line 434 "Proj4.pd" | ||
#line 379 "Proj4.pd" | #line 379 "Proj4.pd" | |
# Autogenerated code for the Proj4 projection code: | # Autogenerated code for the Proj4 projection code: | |
# eck4 | # eck4 | |
# | # | |
package # hide from PAUSE | package # hide from PAUSE | |
PDL::Transform::Proj4::eck4; | PDL::Transform::Proj4::eck4; | |
use strict; | use strict; | |
use warnings; | use warnings; | |
our @ISA = ( 'PDL::Transform::Proj4' ); | our @ISA = ( 'PDL::Transform::Proj4' ); | |
sub new | sub new | |
skipping to change at line 5513 | skipping to change at line 4659 | |
{ $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | { $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | |
$self->update_proj_string(); | $self->update_proj_string(); | |
#my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | #my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | |
#$dd->Indent(1); | #$dd->Indent(1); | |
#print STDERR $dd->Dump(); | #print STDERR $dd->Dump(); | |
#print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | #print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | |
return $self; | return $self; | |
} # End of PDL::Transform::eck4::new()... | } # End of PDL::Transform::eck4::new()... | |
1; | 1; | |
#line 6578 "Proj4.pm" | ||
#line 6579 "Proj4.pm" | ||
#line 434 "Proj4.pd" | ||
#line 379 "Proj4.pd" | #line 379 "Proj4.pd" | |
# Autogenerated code for the Proj4 projection code: | # Autogenerated code for the Proj4 projection code: | |
# eck5 | # eck5 | |
# | # | |
package # hide from PAUSE | package # hide from PAUSE | |
PDL::Transform::Proj4::eck5; | PDL::Transform::Proj4::eck5; | |
use strict; | use strict; | |
use warnings; | use warnings; | |
our @ISA = ( 'PDL::Transform::Proj4' ); | our @ISA = ( 'PDL::Transform::Proj4' ); | |
sub new | sub new | |
skipping to change at line 5561 | skipping to change at line 4703 | |
{ $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | { $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | |
$self->update_proj_string(); | $self->update_proj_string(); | |
#my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | #my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | |
#$dd->Indent(1); | #$dd->Indent(1); | |
#print STDERR $dd->Dump(); | #print STDERR $dd->Dump(); | |
#print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | #print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | |
return $self; | return $self; | |
} # End of PDL::Transform::eck5::new()... | } # End of PDL::Transform::eck5::new()... | |
1; | 1; | |
#line 6629 "Proj4.pm" | ||
#line 6630 "Proj4.pm" | ||
#line 434 "Proj4.pd" | ||
#line 379 "Proj4.pd" | #line 379 "Proj4.pd" | |
# Autogenerated code for the Proj4 projection code: | # Autogenerated code for the Proj4 projection code: | |
# eck6 | # eck6 | |
# | # | |
package # hide from PAUSE | package # hide from PAUSE | |
PDL::Transform::Proj4::eck6; | PDL::Transform::Proj4::eck6; | |
use strict; | use strict; | |
use warnings; | use warnings; | |
our @ISA = ( 'PDL::Transform::Proj4' ); | our @ISA = ( 'PDL::Transform::Proj4' ); | |
sub new | sub new | |
skipping to change at line 5609 | skipping to change at line 4747 | |
{ $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | { $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | |
$self->update_proj_string(); | $self->update_proj_string(); | |
#my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | #my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | |
#$dd->Indent(1); | #$dd->Indent(1); | |
#print STDERR $dd->Dump(); | #print STDERR $dd->Dump(); | |
#print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | #print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | |
return $self; | return $self; | |
} # End of PDL::Transform::eck6::new()... | } # End of PDL::Transform::eck6::new()... | |
1; | 1; | |
#line 6680 "Proj4.pm" | ||
#line 6681 "Proj4.pm" | ||
#line 434 "Proj4.pd" | ||
#line 379 "Proj4.pd" | #line 379 "Proj4.pd" | |
# Autogenerated code for the Proj4 projection code: | # Autogenerated code for the Proj4 projection code: | |
# eqc | # eqc | |
# | # | |
package # hide from PAUSE | package # hide from PAUSE | |
PDL::Transform::Proj4::eqc; | PDL::Transform::Proj4::eqc; | |
use strict; | use strict; | |
use warnings; | use warnings; | |
our @ISA = ( 'PDL::Transform::Proj4' ); | our @ISA = ( 'PDL::Transform::Proj4' ); | |
sub new | sub new | |
skipping to change at line 5657 | skipping to change at line 4791 | |
{ $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | { $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | |
$self->update_proj_string(); | $self->update_proj_string(); | |
#my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | #my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | |
#$dd->Indent(1); | #$dd->Indent(1); | |
#print STDERR $dd->Dump(); | #print STDERR $dd->Dump(); | |
#print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | #print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | |
return $self; | return $self; | |
} # End of PDL::Transform::eqc::new()... | } # End of PDL::Transform::eqc::new()... | |
1; | 1; | |
#line 6731 "Proj4.pm" | ||
#line 6732 "Proj4.pm" | ||
#line 434 "Proj4.pd" | ||
#line 379 "Proj4.pd" | #line 379 "Proj4.pd" | |
# Autogenerated code for the Proj4 projection code: | # Autogenerated code for the Proj4 projection code: | |
# eqdc | # eqdc | |
# | # | |
package # hide from PAUSE | package # hide from PAUSE | |
PDL::Transform::Proj4::eqdc; | PDL::Transform::Proj4::eqdc; | |
use strict; | use strict; | |
use warnings; | use warnings; | |
our @ISA = ( 'PDL::Transform::Proj4' ); | our @ISA = ( 'PDL::Transform::Proj4' ); | |
sub new | sub new | |
skipping to change at line 5705 | skipping to change at line 4835 | |
{ $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | { $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | |
$self->update_proj_string(); | $self->update_proj_string(); | |
#my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | #my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | |
#$dd->Indent(1); | #$dd->Indent(1); | |
#print STDERR $dd->Dump(); | #print STDERR $dd->Dump(); | |
#print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | #print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | |
return $self; | return $self; | |
} # End of PDL::Transform::eqdc::new()... | } # End of PDL::Transform::eqdc::new()... | |
1; | 1; | |
#line 6782 "Proj4.pm" | ||
#line 6783 "Proj4.pm" | ||
#line 434 "Proj4.pd" | ||
#line 379 "Proj4.pd" | #line 379 "Proj4.pd" | |
# Autogenerated code for the Proj4 projection code: | # Autogenerated code for the Proj4 projection code: | |
# eqearth | # eqearth | |
# | # | |
package # hide from PAUSE | package # hide from PAUSE | |
PDL::Transform::Proj4::eqearth; | PDL::Transform::Proj4::eqearth; | |
use strict; | use strict; | |
use warnings; | use warnings; | |
our @ISA = ( 'PDL::Transform::Proj4' ); | our @ISA = ( 'PDL::Transform::Proj4' ); | |
sub new | sub new | |
skipping to change at line 5753 | skipping to change at line 4879 | |
{ $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | { $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | |
$self->update_proj_string(); | $self->update_proj_string(); | |
#my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | #my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | |
#$dd->Indent(1); | #$dd->Indent(1); | |
#print STDERR $dd->Dump(); | #print STDERR $dd->Dump(); | |
#print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | #print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | |
return $self; | return $self; | |
} # End of PDL::Transform::eqearth::new()... | } # End of PDL::Transform::eqearth::new()... | |
1; | 1; | |
#line 6833 "Proj4.pm" | ||
#line 6834 "Proj4.pm" | ||
#line 434 "Proj4.pd" | ||
#line 379 "Proj4.pd" | #line 379 "Proj4.pd" | |
# Autogenerated code for the Proj4 projection code: | # Autogenerated code for the Proj4 projection code: | |
# etmerc | # etmerc | |
# | # | |
package # hide from PAUSE | package # hide from PAUSE | |
PDL::Transform::Proj4::etmerc; | PDL::Transform::Proj4::etmerc; | |
use strict; | use strict; | |
use warnings; | use warnings; | |
our @ISA = ( 'PDL::Transform::Proj4' ); | our @ISA = ( 'PDL::Transform::Proj4' ); | |
sub new | sub new | |
skipping to change at line 5801 | skipping to change at line 4923 | |
{ $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | { $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | |
$self->update_proj_string(); | $self->update_proj_string(); | |
#my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | #my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | |
#$dd->Indent(1); | #$dd->Indent(1); | |
#print STDERR $dd->Dump(); | #print STDERR $dd->Dump(); | |
#print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | #print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | |
return $self; | return $self; | |
} # End of PDL::Transform::etmerc::new()... | } # End of PDL::Transform::etmerc::new()... | |
1; | 1; | |
#line 6884 "Proj4.pm" | ||
#line 6885 "Proj4.pm" | ||
#line 434 "Proj4.pd" | ||
#line 379 "Proj4.pd" | #line 379 "Proj4.pd" | |
# Autogenerated code for the Proj4 projection code: | # Autogenerated code for the Proj4 projection code: | |
# euler | # euler | |
# | # | |
package # hide from PAUSE | package # hide from PAUSE | |
PDL::Transform::Proj4::euler; | PDL::Transform::Proj4::euler; | |
use strict; | use strict; | |
use warnings; | use warnings; | |
our @ISA = ( 'PDL::Transform::Proj4' ); | our @ISA = ( 'PDL::Transform::Proj4' ); | |
sub new | sub new | |
skipping to change at line 5849 | skipping to change at line 4967 | |
{ $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | { $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | |
$self->update_proj_string(); | $self->update_proj_string(); | |
#my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | #my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | |
#$dd->Indent(1); | #$dd->Indent(1); | |
#print STDERR $dd->Dump(); | #print STDERR $dd->Dump(); | |
#print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | #print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | |
return $self; | return $self; | |
} # End of PDL::Transform::euler::new()... | } # End of PDL::Transform::euler::new()... | |
1; | 1; | |
#line 6935 "Proj4.pm" | ||
#line 6936 "Proj4.pm" | ||
#line 434 "Proj4.pd" | ||
#line 379 "Proj4.pd" | #line 379 "Proj4.pd" | |
# Autogenerated code for the Proj4 projection code: | # Autogenerated code for the Proj4 projection code: | |
# fahey | # fahey | |
# | # | |
package # hide from PAUSE | package # hide from PAUSE | |
PDL::Transform::Proj4::fahey; | PDL::Transform::Proj4::fahey; | |
use strict; | use strict; | |
use warnings; | use warnings; | |
our @ISA = ( 'PDL::Transform::Proj4' ); | our @ISA = ( 'PDL::Transform::Proj4' ); | |
sub new | sub new | |
skipping to change at line 5897 | skipping to change at line 5011 | |
{ $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | { $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | |
$self->update_proj_string(); | $self->update_proj_string(); | |
#my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | #my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | |
#$dd->Indent(1); | #$dd->Indent(1); | |
#print STDERR $dd->Dump(); | #print STDERR $dd->Dump(); | |
#print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | #print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | |
return $self; | return $self; | |
} # End of PDL::Transform::fahey::new()... | } # End of PDL::Transform::fahey::new()... | |
1; | 1; | |
#line 6986 "Proj4.pm" | ||
#line 6987 "Proj4.pm" | ||
#line 434 "Proj4.pd" | ||
#line 379 "Proj4.pd" | #line 379 "Proj4.pd" | |
# Autogenerated code for the Proj4 projection code: | # Autogenerated code for the Proj4 projection code: | |
# fouc | # fouc | |
# | # | |
package # hide from PAUSE | package # hide from PAUSE | |
PDL::Transform::Proj4::fouc; | PDL::Transform::Proj4::fouc; | |
use strict; | use strict; | |
use warnings; | use warnings; | |
our @ISA = ( 'PDL::Transform::Proj4' ); | our @ISA = ( 'PDL::Transform::Proj4' ); | |
sub new | sub new | |
skipping to change at line 5945 | skipping to change at line 5055 | |
{ $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | { $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | |
$self->update_proj_string(); | $self->update_proj_string(); | |
#my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | #my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | |
#$dd->Indent(1); | #$dd->Indent(1); | |
#print STDERR $dd->Dump(); | #print STDERR $dd->Dump(); | |
#print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | #print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | |
return $self; | return $self; | |
} # End of PDL::Transform::fouc::new()... | } # End of PDL::Transform::fouc::new()... | |
1; | 1; | |
#line 7037 "Proj4.pm" | ||
#line 7038 "Proj4.pm" | ||
#line 434 "Proj4.pd" | ||
#line 379 "Proj4.pd" | #line 379 "Proj4.pd" | |
# Autogenerated code for the Proj4 projection code: | # Autogenerated code for the Proj4 projection code: | |
# fouc_s | # fouc_s | |
# | # | |
package # hide from PAUSE | package # hide from PAUSE | |
PDL::Transform::Proj4::fouc_s; | PDL::Transform::Proj4::fouc_s; | |
use strict; | use strict; | |
use warnings; | use warnings; | |
our @ISA = ( 'PDL::Transform::Proj4' ); | our @ISA = ( 'PDL::Transform::Proj4' ); | |
sub new | sub new | |
skipping to change at line 5993 | skipping to change at line 5099 | |
{ $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | { $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | |
$self->update_proj_string(); | $self->update_proj_string(); | |
#my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | #my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | |
#$dd->Indent(1); | #$dd->Indent(1); | |
#print STDERR $dd->Dump(); | #print STDERR $dd->Dump(); | |
#print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | #print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | |
return $self; | return $self; | |
} # End of PDL::Transform::fouc_s::new()... | } # End of PDL::Transform::fouc_s::new()... | |
1; | 1; | |
#line 7088 "Proj4.pm" | ||
#line 7089 "Proj4.pm" | ||
#line 434 "Proj4.pd" | ||
#line 379 "Proj4.pd" | #line 379 "Proj4.pd" | |
# Autogenerated code for the Proj4 projection code: | # Autogenerated code for the Proj4 projection code: | |
# gall | # gall | |
# | # | |
package # hide from PAUSE | package # hide from PAUSE | |
PDL::Transform::Proj4::gall; | PDL::Transform::Proj4::gall; | |
use strict; | use strict; | |
use warnings; | use warnings; | |
our @ISA = ( 'PDL::Transform::Proj4' ); | our @ISA = ( 'PDL::Transform::Proj4' ); | |
sub new | sub new | |
skipping to change at line 6041 | skipping to change at line 5143 | |
{ $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | { $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | |
$self->update_proj_string(); | $self->update_proj_string(); | |
#my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | #my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | |
#$dd->Indent(1); | #$dd->Indent(1); | |
#print STDERR $dd->Dump(); | #print STDERR $dd->Dump(); | |
#print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | #print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | |
return $self; | return $self; | |
} # End of PDL::Transform::gall::new()... | } # End of PDL::Transform::gall::new()... | |
1; | 1; | |
#line 7139 "Proj4.pm" | ||
#line 7140 "Proj4.pm" | ||
#line 434 "Proj4.pd" | ||
#line 379 "Proj4.pd" | #line 379 "Proj4.pd" | |
# Autogenerated code for the Proj4 projection code: | # Autogenerated code for the Proj4 projection code: | |
# geoc | # geoc | |
# | # | |
package # hide from PAUSE | package # hide from PAUSE | |
PDL::Transform::Proj4::geoc; | PDL::Transform::Proj4::geoc; | |
use strict; | use strict; | |
use warnings; | use warnings; | |
our @ISA = ( 'PDL::Transform::Proj4' ); | our @ISA = ( 'PDL::Transform::Proj4' ); | |
sub new | sub new | |
skipping to change at line 6089 | skipping to change at line 5187 | |
{ $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | { $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | |
$self->update_proj_string(); | $self->update_proj_string(); | |
#my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | #my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | |
#$dd->Indent(1); | #$dd->Indent(1); | |
#print STDERR $dd->Dump(); | #print STDERR $dd->Dump(); | |
#print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | #print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | |
return $self; | return $self; | |
} # End of PDL::Transform::geoc::new()... | } # End of PDL::Transform::geoc::new()... | |
1; | 1; | |
#line 7190 "Proj4.pm" | ||
#line 7191 "Proj4.pm" | ||
#line 434 "Proj4.pd" | ||
#line 379 "Proj4.pd" | #line 379 "Proj4.pd" | |
# Autogenerated code for the Proj4 projection code: | # Autogenerated code for the Proj4 projection code: | |
# geocent | # geocent | |
# | # | |
package # hide from PAUSE | package # hide from PAUSE | |
PDL::Transform::Proj4::geocent; | PDL::Transform::Proj4::geocent; | |
use strict; | use strict; | |
use warnings; | use warnings; | |
our @ISA = ( 'PDL::Transform::Proj4' ); | our @ISA = ( 'PDL::Transform::Proj4' ); | |
sub new | sub new | |
skipping to change at line 6137 | skipping to change at line 5231 | |
{ $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | { $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | |
$self->update_proj_string(); | $self->update_proj_string(); | |
#my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | #my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | |
#$dd->Indent(1); | #$dd->Indent(1); | |
#print STDERR $dd->Dump(); | #print STDERR $dd->Dump(); | |
#print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | #print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | |
return $self; | return $self; | |
} # End of PDL::Transform::geocent::new()... | } # End of PDL::Transform::geocent::new()... | |
1; | 1; | |
#line 7241 "Proj4.pm" | ||
#line 7242 "Proj4.pm" | ||
#line 434 "Proj4.pd" | ||
#line 379 "Proj4.pd" | #line 379 "Proj4.pd" | |
# Autogenerated code for the Proj4 projection code: | # Autogenerated code for the Proj4 projection code: | |
# geogoffset | # geogoffset | |
# | # | |
package # hide from PAUSE | package # hide from PAUSE | |
PDL::Transform::Proj4::geogoffset; | PDL::Transform::Proj4::geogoffset; | |
use strict; | use strict; | |
use warnings; | use warnings; | |
our @ISA = ( 'PDL::Transform::Proj4' ); | our @ISA = ( 'PDL::Transform::Proj4' ); | |
sub new | sub new | |
skipping to change at line 6185 | skipping to change at line 5275 | |
{ $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | { $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | |
$self->update_proj_string(); | $self->update_proj_string(); | |
#my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | #my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | |
#$dd->Indent(1); | #$dd->Indent(1); | |
#print STDERR $dd->Dump(); | #print STDERR $dd->Dump(); | |
#print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | #print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | |
return $self; | return $self; | |
} # End of PDL::Transform::geogoffset::new()... | } # End of PDL::Transform::geogoffset::new()... | |
1; | 1; | |
#line 7292 "Proj4.pm" | ||
#line 7293 "Proj4.pm" | ||
#line 434 "Proj4.pd" | ||
#line 379 "Proj4.pd" | #line 379 "Proj4.pd" | |
# Autogenerated code for the Proj4 projection code: | # Autogenerated code for the Proj4 projection code: | |
# geos | # geos | |
# | # | |
package # hide from PAUSE | package # hide from PAUSE | |
PDL::Transform::Proj4::geos; | PDL::Transform::Proj4::geos; | |
use strict; | use strict; | |
use warnings; | use warnings; | |
our @ISA = ( 'PDL::Transform::Proj4' ); | our @ISA = ( 'PDL::Transform::Proj4' ); | |
sub new | sub new | |
skipping to change at line 6233 | skipping to change at line 5319 | |
{ $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | { $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | |
$self->update_proj_string(); | $self->update_proj_string(); | |
#my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | #my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | |
#$dd->Indent(1); | #$dd->Indent(1); | |
#print STDERR $dd->Dump(); | #print STDERR $dd->Dump(); | |
#print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | #print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | |
return $self; | return $self; | |
} # End of PDL::Transform::geos::new()... | } # End of PDL::Transform::geos::new()... | |
1; | 1; | |
#line 7343 "Proj4.pm" | ||
#line 7344 "Proj4.pm" | ||
#line 434 "Proj4.pd" | ||
#line 379 "Proj4.pd" | #line 379 "Proj4.pd" | |
# Autogenerated code for the Proj4 projection code: | # Autogenerated code for the Proj4 projection code: | |
# gins8 | # gins8 | |
# | # | |
package # hide from PAUSE | package # hide from PAUSE | |
PDL::Transform::Proj4::gins8; | PDL::Transform::Proj4::gins8; | |
use strict; | use strict; | |
use warnings; | use warnings; | |
our @ISA = ( 'PDL::Transform::Proj4' ); | our @ISA = ( 'PDL::Transform::Proj4' ); | |
sub new | sub new | |
skipping to change at line 6281 | skipping to change at line 5363 | |
{ $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | { $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | |
$self->update_proj_string(); | $self->update_proj_string(); | |
#my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | #my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | |
#$dd->Indent(1); | #$dd->Indent(1); | |
#print STDERR $dd->Dump(); | #print STDERR $dd->Dump(); | |
#print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | #print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | |
return $self; | return $self; | |
} # End of PDL::Transform::gins8::new()... | } # End of PDL::Transform::gins8::new()... | |
1; | 1; | |
#line 7394 "Proj4.pm" | ||
#line 7395 "Proj4.pm" | ||
#line 434 "Proj4.pd" | ||
#line 379 "Proj4.pd" | #line 379 "Proj4.pd" | |
# Autogenerated code for the Proj4 projection code: | # Autogenerated code for the Proj4 projection code: | |
# gn_sinu | # gn_sinu | |
# | # | |
package # hide from PAUSE | package # hide from PAUSE | |
PDL::Transform::Proj4::gn_sinu; | PDL::Transform::Proj4::gn_sinu; | |
use strict; | use strict; | |
use warnings; | use warnings; | |
our @ISA = ( 'PDL::Transform::Proj4' ); | our @ISA = ( 'PDL::Transform::Proj4' ); | |
sub new | sub new | |
skipping to change at line 6329 | skipping to change at line 5407 | |
{ $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | { $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | |
$self->update_proj_string(); | $self->update_proj_string(); | |
#my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | #my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | |
#$dd->Indent(1); | #$dd->Indent(1); | |
#print STDERR $dd->Dump(); | #print STDERR $dd->Dump(); | |
#print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | #print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | |
return $self; | return $self; | |
} # End of PDL::Transform::gn_sinu::new()... | } # End of PDL::Transform::gn_sinu::new()... | |
1; | 1; | |
#line 7445 "Proj4.pm" | ||
#line 7446 "Proj4.pm" | ||
#line 434 "Proj4.pd" | ||
#line 379 "Proj4.pd" | #line 379 "Proj4.pd" | |
# Autogenerated code for the Proj4 projection code: | # Autogenerated code for the Proj4 projection code: | |
# gnom | # gnom | |
# | # | |
package # hide from PAUSE | package # hide from PAUSE | |
PDL::Transform::Proj4::gnom; | PDL::Transform::Proj4::gnom; | |
use strict; | use strict; | |
use warnings; | use warnings; | |
our @ISA = ( 'PDL::Transform::Proj4' ); | our @ISA = ( 'PDL::Transform::Proj4' ); | |
sub new | sub new | |
skipping to change at line 6377 | skipping to change at line 5451 | |
{ $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | { $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | |
$self->update_proj_string(); | $self->update_proj_string(); | |
#my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | #my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | |
#$dd->Indent(1); | #$dd->Indent(1); | |
#print STDERR $dd->Dump(); | #print STDERR $dd->Dump(); | |
#print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | #print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | |
return $self; | return $self; | |
} # End of PDL::Transform::gnom::new()... | } # End of PDL::Transform::gnom::new()... | |
1; | 1; | |
#line 7496 "Proj4.pm" | ||
#line 7497 "Proj4.pm" | ||
#line 434 "Proj4.pd" | ||
#line 379 "Proj4.pd" | #line 379 "Proj4.pd" | |
# Autogenerated code for the Proj4 projection code: | # Autogenerated code for the Proj4 projection code: | |
# goode | # goode | |
# | # | |
package # hide from PAUSE | package # hide from PAUSE | |
PDL::Transform::Proj4::goode; | PDL::Transform::Proj4::goode; | |
use strict; | use strict; | |
use warnings; | use warnings; | |
our @ISA = ( 'PDL::Transform::Proj4' ); | our @ISA = ( 'PDL::Transform::Proj4' ); | |
sub new | sub new | |
skipping to change at line 6425 | skipping to change at line 5495 | |
{ $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | { $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | |
$self->update_proj_string(); | $self->update_proj_string(); | |
#my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | #my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | |
#$dd->Indent(1); | #$dd->Indent(1); | |
#print STDERR $dd->Dump(); | #print STDERR $dd->Dump(); | |
#print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | #print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | |
return $self; | return $self; | |
} # End of PDL::Transform::goode::new()... | } # End of PDL::Transform::goode::new()... | |
1; | 1; | |
#line 7547 "Proj4.pm" | ||
#line 7548 "Proj4.pm" | ||
#line 434 "Proj4.pd" | ||
#line 379 "Proj4.pd" | #line 379 "Proj4.pd" | |
# Autogenerated code for the Proj4 projection code: | # Autogenerated code for the Proj4 projection code: | |
# gs48 | # gs48 | |
# | # | |
package # hide from PAUSE | package # hide from PAUSE | |
PDL::Transform::Proj4::gs48; | PDL::Transform::Proj4::gs48; | |
use strict; | use strict; | |
use warnings; | use warnings; | |
our @ISA = ( 'PDL::Transform::Proj4' ); | our @ISA = ( 'PDL::Transform::Proj4' ); | |
sub new | sub new | |
skipping to change at line 6473 | skipping to change at line 5539 | |
{ $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | { $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | |
$self->update_proj_string(); | $self->update_proj_string(); | |
#my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | #my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | |
#$dd->Indent(1); | #$dd->Indent(1); | |
#print STDERR $dd->Dump(); | #print STDERR $dd->Dump(); | |
#print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | #print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | |
return $self; | return $self; | |
} # End of PDL::Transform::gs48::new()... | } # End of PDL::Transform::gs48::new()... | |
1; | 1; | |
#line 7598 "Proj4.pm" | ||
#line 7599 "Proj4.pm" | ||
#line 434 "Proj4.pd" | ||
#line 379 "Proj4.pd" | #line 379 "Proj4.pd" | |
# Autogenerated code for the Proj4 projection code: | # Autogenerated code for the Proj4 projection code: | |
# gs50 | # gs50 | |
# | # | |
package # hide from PAUSE | package # hide from PAUSE | |
PDL::Transform::Proj4::gs50; | PDL::Transform::Proj4::gs50; | |
use strict; | use strict; | |
use warnings; | use warnings; | |
our @ISA = ( 'PDL::Transform::Proj4' ); | our @ISA = ( 'PDL::Transform::Proj4' ); | |
sub new | sub new | |
skipping to change at line 6521 | skipping to change at line 5583 | |
{ $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | { $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | |
$self->update_proj_string(); | $self->update_proj_string(); | |
#my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | #my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | |
#$dd->Indent(1); | #$dd->Indent(1); | |
#print STDERR $dd->Dump(); | #print STDERR $dd->Dump(); | |
#print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | #print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | |
return $self; | return $self; | |
} # End of PDL::Transform::gs50::new()... | } # End of PDL::Transform::gs50::new()... | |
1; | 1; | |
#line 7649 "Proj4.pm" | ||
#line 7650 "Proj4.pm" | ||
#line 434 "Proj4.pd" | ||
#line 379 "Proj4.pd" | #line 379 "Proj4.pd" | |
# Autogenerated code for the Proj4 projection code: | # Autogenerated code for the Proj4 projection code: | |
# gstmerc | # gstmerc | |
# | # | |
package # hide from PAUSE | package # hide from PAUSE | |
PDL::Transform::Proj4::gstmerc; | PDL::Transform::Proj4::gstmerc; | |
use strict; | use strict; | |
use warnings; | use warnings; | |
our @ISA = ( 'PDL::Transform::Proj4' ); | our @ISA = ( 'PDL::Transform::Proj4' ); | |
sub new | sub new | |
skipping to change at line 6569 | skipping to change at line 5627 | |
{ $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | { $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | |
$self->update_proj_string(); | $self->update_proj_string(); | |
#my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | #my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | |
#$dd->Indent(1); | #$dd->Indent(1); | |
#print STDERR $dd->Dump(); | #print STDERR $dd->Dump(); | |
#print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | #print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | |
return $self; | return $self; | |
} # End of PDL::Transform::gstmerc::new()... | } # End of PDL::Transform::gstmerc::new()... | |
1; | 1; | |
#line 7700 "Proj4.pm" | ||
#line 7701 "Proj4.pm" | ||
#line 434 "Proj4.pd" | ||
#line 379 "Proj4.pd" | #line 379 "Proj4.pd" | |
# Autogenerated code for the Proj4 projection code: | # Autogenerated code for the Proj4 projection code: | |
# guyou | # guyou | |
# | # | |
package # hide from PAUSE | package # hide from PAUSE | |
PDL::Transform::Proj4::guyou; | PDL::Transform::Proj4::guyou; | |
use strict; | use strict; | |
use warnings; | use warnings; | |
our @ISA = ( 'PDL::Transform::Proj4' ); | our @ISA = ( 'PDL::Transform::Proj4' ); | |
sub new | sub new | |
skipping to change at line 6617 | skipping to change at line 5671 | |
{ $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | { $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | |
$self->update_proj_string(); | $self->update_proj_string(); | |
#my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | #my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | |
#$dd->Indent(1); | #$dd->Indent(1); | |
#print STDERR $dd->Dump(); | #print STDERR $dd->Dump(); | |
#print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | #print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | |
return $self; | return $self; | |
} # End of PDL::Transform::guyou::new()... | } # End of PDL::Transform::guyou::new()... | |
1; | 1; | |
#line 7751 "Proj4.pm" | ||
#line 7752 "Proj4.pm" | ||
#line 434 "Proj4.pd" | ||
#line 379 "Proj4.pd" | #line 379 "Proj4.pd" | |
# Autogenerated code for the Proj4 projection code: | # Autogenerated code for the Proj4 projection code: | |
# hammer | # hammer | |
# | # | |
package # hide from PAUSE | package # hide from PAUSE | |
PDL::Transform::Proj4::hammer; | PDL::Transform::Proj4::hammer; | |
use strict; | use strict; | |
use warnings; | use warnings; | |
our @ISA = ( 'PDL::Transform::Proj4' ); | our @ISA = ( 'PDL::Transform::Proj4' ); | |
sub new | sub new | |
skipping to change at line 6665 | skipping to change at line 5715 | |
{ $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | { $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | |
$self->update_proj_string(); | $self->update_proj_string(); | |
#my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | #my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | |
#$dd->Indent(1); | #$dd->Indent(1); | |
#print STDERR $dd->Dump(); | #print STDERR $dd->Dump(); | |
#print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | #print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | |
return $self; | return $self; | |
} # End of PDL::Transform::hammer::new()... | } # End of PDL::Transform::hammer::new()... | |
1; | 1; | |
#line 7802 "Proj4.pm" | ||
#line 7803 "Proj4.pm" | ||
#line 434 "Proj4.pd" | ||
#line 379 "Proj4.pd" | #line 379 "Proj4.pd" | |
# Autogenerated code for the Proj4 projection code: | # Autogenerated code for the Proj4 projection code: | |
# hatano | # hatano | |
# | # | |
package # hide from PAUSE | package # hide from PAUSE | |
PDL::Transform::Proj4::hatano; | PDL::Transform::Proj4::hatano; | |
use strict; | use strict; | |
use warnings; | use warnings; | |
our @ISA = ( 'PDL::Transform::Proj4' ); | our @ISA = ( 'PDL::Transform::Proj4' ); | |
sub new | sub new | |
skipping to change at line 6713 | skipping to change at line 5759 | |
{ $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | { $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | |
$self->update_proj_string(); | $self->update_proj_string(); | |
#my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | #my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | |
#$dd->Indent(1); | #$dd->Indent(1); | |
#print STDERR $dd->Dump(); | #print STDERR $dd->Dump(); | |
#print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | #print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | |
return $self; | return $self; | |
} # End of PDL::Transform::hatano::new()... | } # End of PDL::Transform::hatano::new()... | |
1; | 1; | |
#line 7853 "Proj4.pm" | ||
#line 7854 "Proj4.pm" | ||
#line 434 "Proj4.pd" | ||
#line 379 "Proj4.pd" | #line 379 "Proj4.pd" | |
# Autogenerated code for the Proj4 projection code: | # Autogenerated code for the Proj4 projection code: | |
# healpix | # healpix | |
# | # | |
package # hide from PAUSE | package # hide from PAUSE | |
PDL::Transform::Proj4::healpix; | PDL::Transform::Proj4::healpix; | |
use strict; | use strict; | |
use warnings; | use warnings; | |
our @ISA = ( 'PDL::Transform::Proj4' ); | our @ISA = ( 'PDL::Transform::Proj4' ); | |
sub new | sub new | |
skipping to change at line 6761 | skipping to change at line 5803 | |
{ $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | { $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | |
$self->update_proj_string(); | $self->update_proj_string(); | |
#my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | #my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | |
#$dd->Indent(1); | #$dd->Indent(1); | |
#print STDERR $dd->Dump(); | #print STDERR $dd->Dump(); | |
#print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | #print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | |
return $self; | return $self; | |
} # End of PDL::Transform::healpix::new()... | } # End of PDL::Transform::healpix::new()... | |
1; | 1; | |
#line 7904 "Proj4.pm" | ||
#line 7905 "Proj4.pm" | ||
#line 434 "Proj4.pd" | ||
#line 379 "Proj4.pd" | #line 379 "Proj4.pd" | |
# Autogenerated code for the Proj4 projection code: | # Autogenerated code for the Proj4 projection code: | |
# helmert | # helmert | |
# | # | |
package # hide from PAUSE | package # hide from PAUSE | |
PDL::Transform::Proj4::helmert; | PDL::Transform::Proj4::helmert; | |
use strict; | use strict; | |
use warnings; | use warnings; | |
our @ISA = ( 'PDL::Transform::Proj4' ); | our @ISA = ( 'PDL::Transform::Proj4' ); | |
sub new | sub new | |
skipping to change at line 6809 | skipping to change at line 5847 | |
{ $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | { $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | |
$self->update_proj_string(); | $self->update_proj_string(); | |
#my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | #my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | |
#$dd->Indent(1); | #$dd->Indent(1); | |
#print STDERR $dd->Dump(); | #print STDERR $dd->Dump(); | |
#print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | #print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | |
return $self; | return $self; | |
} # End of PDL::Transform::helmert::new()... | } # End of PDL::Transform::helmert::new()... | |
1; | 1; | |
#line 7955 "Proj4.pm" | ||
#line 7956 "Proj4.pm" | ||
#line 434 "Proj4.pd" | ||
#line 379 "Proj4.pd" | #line 379 "Proj4.pd" | |
# Autogenerated code for the Proj4 projection code: | # Autogenerated code for the Proj4 projection code: | |
# hgridshift | # hgridshift | |
# | # | |
package # hide from PAUSE | package # hide from PAUSE | |
PDL::Transform::Proj4::hgridshift; | PDL::Transform::Proj4::hgridshift; | |
use strict; | use strict; | |
use warnings; | use warnings; | |
our @ISA = ( 'PDL::Transform::Proj4' ); | our @ISA = ( 'PDL::Transform::Proj4' ); | |
sub new | sub new | |
skipping to change at line 6857 | skipping to change at line 5891 | |
{ $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | { $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | |
$self->update_proj_string(); | $self->update_proj_string(); | |
#my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | #my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | |
#$dd->Indent(1); | #$dd->Indent(1); | |
#print STDERR $dd->Dump(); | #print STDERR $dd->Dump(); | |
#print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | #print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | |
return $self; | return $self; | |
} # End of PDL::Transform::hgridshift::new()... | } # End of PDL::Transform::hgridshift::new()... | |
1; | 1; | |
#line 8006 "Proj4.pm" | ||
#line 8007 "Proj4.pm" | ||
#line 434 "Proj4.pd" | ||
#line 379 "Proj4.pd" | #line 379 "Proj4.pd" | |
# Autogenerated code for the Proj4 projection code: | # Autogenerated code for the Proj4 projection code: | |
# horner | # horner | |
# | # | |
package # hide from PAUSE | package # hide from PAUSE | |
PDL::Transform::Proj4::horner; | PDL::Transform::Proj4::horner; | |
use strict; | use strict; | |
use warnings; | use warnings; | |
our @ISA = ( 'PDL::Transform::Proj4' ); | our @ISA = ( 'PDL::Transform::Proj4' ); | |
sub new | sub new | |
skipping to change at line 6905 | skipping to change at line 5935 | |
{ $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | { $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | |
$self->update_proj_string(); | $self->update_proj_string(); | |
#my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | #my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | |
#$dd->Indent(1); | #$dd->Indent(1); | |
#print STDERR $dd->Dump(); | #print STDERR $dd->Dump(); | |
#print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | #print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | |
return $self; | return $self; | |
} # End of PDL::Transform::horner::new()... | } # End of PDL::Transform::horner::new()... | |
1; | 1; | |
#line 8057 "Proj4.pm" | ||
#line 8058 "Proj4.pm" | ||
#line 434 "Proj4.pd" | ||
#line 379 "Proj4.pd" | #line 379 "Proj4.pd" | |
# Autogenerated code for the Proj4 projection code: | # Autogenerated code for the Proj4 projection code: | |
# igh | # igh | |
# | # | |
package # hide from PAUSE | package # hide from PAUSE | |
PDL::Transform::Proj4::igh; | PDL::Transform::Proj4::igh; | |
use strict; | use strict; | |
use warnings; | use warnings; | |
our @ISA = ( 'PDL::Transform::Proj4' ); | our @ISA = ( 'PDL::Transform::Proj4' ); | |
sub new | sub new | |
skipping to change at line 6953 | skipping to change at line 5979 | |
{ $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | { $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | |
$self->update_proj_string(); | $self->update_proj_string(); | |
#my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | #my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | |
#$dd->Indent(1); | #$dd->Indent(1); | |
#print STDERR $dd->Dump(); | #print STDERR $dd->Dump(); | |
#print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | #print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | |
return $self; | return $self; | |
} # End of PDL::Transform::igh::new()... | } # End of PDL::Transform::igh::new()... | |
1; | 1; | |
#line 8108 "Proj4.pm" | ||
#line 8109 "Proj4.pm" | ||
#line 434 "Proj4.pd" | ||
#line 379 "Proj4.pd" | #line 379 "Proj4.pd" | |
# Autogenerated code for the Proj4 projection code: | # Autogenerated code for the Proj4 projection code: | |
# igh_o | # igh_o | |
# | # | |
package # hide from PAUSE | package # hide from PAUSE | |
PDL::Transform::Proj4::igh_o; | PDL::Transform::Proj4::igh_o; | |
use strict; | use strict; | |
use warnings; | use warnings; | |
our @ISA = ( 'PDL::Transform::Proj4' ); | our @ISA = ( 'PDL::Transform::Proj4' ); | |
sub new | sub new | |
skipping to change at line 7001 | skipping to change at line 6023 | |
{ $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | { $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | |
$self->update_proj_string(); | $self->update_proj_string(); | |
#my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | #my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | |
#$dd->Indent(1); | #$dd->Indent(1); | |
#print STDERR $dd->Dump(); | #print STDERR $dd->Dump(); | |
#print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | #print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | |
return $self; | return $self; | |
} # End of PDL::Transform::igh_o::new()... | } # End of PDL::Transform::igh_o::new()... | |
1; | 1; | |
#line 8159 "Proj4.pm" | ||
#line 8160 "Proj4.pm" | ||
#line 434 "Proj4.pd" | ||
#line 379 "Proj4.pd" | #line 379 "Proj4.pd" | |
# Autogenerated code for the Proj4 projection code: | # Autogenerated code for the Proj4 projection code: | |
# imw_p | # imw_p | |
# | # | |
package # hide from PAUSE | package # hide from PAUSE | |
PDL::Transform::Proj4::imw_p; | PDL::Transform::Proj4::imw_p; | |
use strict; | use strict; | |
use warnings; | use warnings; | |
our @ISA = ( 'PDL::Transform::Proj4' ); | our @ISA = ( 'PDL::Transform::Proj4' ); | |
sub new | sub new | |
skipping to change at line 7049 | skipping to change at line 6067 | |
{ $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | { $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | |
$self->update_proj_string(); | $self->update_proj_string(); | |
#my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | #my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | |
#$dd->Indent(1); | #$dd->Indent(1); | |
#print STDERR $dd->Dump(); | #print STDERR $dd->Dump(); | |
#print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | #print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | |
return $self; | return $self; | |
} # End of PDL::Transform::imw_p::new()... | } # End of PDL::Transform::imw_p::new()... | |
1; | 1; | |
#line 8210 "Proj4.pm" | ||
#line 8211 "Proj4.pm" | ||
#line 434 "Proj4.pd" | ||
#line 379 "Proj4.pd" | #line 379 "Proj4.pd" | |
# Autogenerated code for the Proj4 projection code: | # Autogenerated code for the Proj4 projection code: | |
# isea | # isea | |
# | # | |
package # hide from PAUSE | package # hide from PAUSE | |
PDL::Transform::Proj4::isea; | PDL::Transform::Proj4::isea; | |
use strict; | use strict; | |
use warnings; | use warnings; | |
our @ISA = ( 'PDL::Transform::Proj4' ); | our @ISA = ( 'PDL::Transform::Proj4' ); | |
sub new | sub new | |
skipping to change at line 7097 | skipping to change at line 6111 | |
{ $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | { $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | |
$self->update_proj_string(); | $self->update_proj_string(); | |
#my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | #my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | |
#$dd->Indent(1); | #$dd->Indent(1); | |
#print STDERR $dd->Dump(); | #print STDERR $dd->Dump(); | |
#print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | #print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | |
return $self; | return $self; | |
} # End of PDL::Transform::isea::new()... | } # End of PDL::Transform::isea::new()... | |
1; | 1; | |
#line 8261 "Proj4.pm" | ||
#line 8262 "Proj4.pm" | ||
#line 434 "Proj4.pd" | ||
#line 379 "Proj4.pd" | #line 379 "Proj4.pd" | |
# Autogenerated code for the Proj4 projection code: | # Autogenerated code for the Proj4 projection code: | |
# kav5 | # kav5 | |
# | # | |
package # hide from PAUSE | package # hide from PAUSE | |
PDL::Transform::Proj4::kav5; | PDL::Transform::Proj4::kav5; | |
use strict; | use strict; | |
use warnings; | use warnings; | |
our @ISA = ( 'PDL::Transform::Proj4' ); | our @ISA = ( 'PDL::Transform::Proj4' ); | |
sub new | sub new | |
skipping to change at line 7145 | skipping to change at line 6155 | |
{ $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | { $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | |
$self->update_proj_string(); | $self->update_proj_string(); | |
#my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | #my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | |
#$dd->Indent(1); | #$dd->Indent(1); | |
#print STDERR $dd->Dump(); | #print STDERR $dd->Dump(); | |
#print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | #print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | |
return $self; | return $self; | |
} # End of PDL::Transform::kav5::new()... | } # End of PDL::Transform::kav5::new()... | |
1; | 1; | |
#line 8312 "Proj4.pm" | ||
#line 8313 "Proj4.pm" | ||
#line 434 "Proj4.pd" | ||
#line 379 "Proj4.pd" | #line 379 "Proj4.pd" | |
# Autogenerated code for the Proj4 projection code: | # Autogenerated code for the Proj4 projection code: | |
# kav7 | # kav7 | |
# | # | |
package # hide from PAUSE | package # hide from PAUSE | |
PDL::Transform::Proj4::kav7; | PDL::Transform::Proj4::kav7; | |
use strict; | use strict; | |
use warnings; | use warnings; | |
our @ISA = ( 'PDL::Transform::Proj4' ); | our @ISA = ( 'PDL::Transform::Proj4' ); | |
sub new | sub new | |
skipping to change at line 7193 | skipping to change at line 6199 | |
{ $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | { $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | |
$self->update_proj_string(); | $self->update_proj_string(); | |
#my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | #my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | |
#$dd->Indent(1); | #$dd->Indent(1); | |
#print STDERR $dd->Dump(); | #print STDERR $dd->Dump(); | |
#print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | #print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | |
return $self; | return $self; | |
} # End of PDL::Transform::kav7::new()... | } # End of PDL::Transform::kav7::new()... | |
1; | 1; | |
#line 8363 "Proj4.pm" | ||
#line 8364 "Proj4.pm" | ||
#line 434 "Proj4.pd" | ||
#line 379 "Proj4.pd" | #line 379 "Proj4.pd" | |
# Autogenerated code for the Proj4 projection code: | # Autogenerated code for the Proj4 projection code: | |
# krovak | # krovak | |
# | # | |
package # hide from PAUSE | package # hide from PAUSE | |
PDL::Transform::Proj4::krovak; | PDL::Transform::Proj4::krovak; | |
use strict; | use strict; | |
use warnings; | use warnings; | |
our @ISA = ( 'PDL::Transform::Proj4' ); | our @ISA = ( 'PDL::Transform::Proj4' ); | |
sub new | sub new | |
skipping to change at line 7241 | skipping to change at line 6243 | |
{ $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | { $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | |
$self->update_proj_string(); | $self->update_proj_string(); | |
#my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | #my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | |
#$dd->Indent(1); | #$dd->Indent(1); | |
#print STDERR $dd->Dump(); | #print STDERR $dd->Dump(); | |
#print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | #print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | |
return $self; | return $self; | |
} # End of PDL::Transform::krovak::new()... | } # End of PDL::Transform::krovak::new()... | |
1; | 1; | |
#line 8414 "Proj4.pm" | ||
#line 8415 "Proj4.pm" | ||
#line 434 "Proj4.pd" | ||
#line 379 "Proj4.pd" | #line 379 "Proj4.pd" | |
# Autogenerated code for the Proj4 projection code: | # Autogenerated code for the Proj4 projection code: | |
# labrd | # labrd | |
# | # | |
package # hide from PAUSE | package # hide from PAUSE | |
PDL::Transform::Proj4::labrd; | PDL::Transform::Proj4::labrd; | |
use strict; | use strict; | |
use warnings; | use warnings; | |
our @ISA = ( 'PDL::Transform::Proj4' ); | our @ISA = ( 'PDL::Transform::Proj4' ); | |
sub new | sub new | |
skipping to change at line 7289 | skipping to change at line 6287 | |
{ $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | { $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | |
$self->update_proj_string(); | $self->update_proj_string(); | |
#my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | #my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | |
#$dd->Indent(1); | #$dd->Indent(1); | |
#print STDERR $dd->Dump(); | #print STDERR $dd->Dump(); | |
#print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | #print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | |
return $self; | return $self; | |
} # End of PDL::Transform::labrd::new()... | } # End of PDL::Transform::labrd::new()... | |
1; | 1; | |
#line 8465 "Proj4.pm" | ||
#line 8466 "Proj4.pm" | ||
#line 434 "Proj4.pd" | ||
#line 379 "Proj4.pd" | #line 379 "Proj4.pd" | |
# Autogenerated code for the Proj4 projection code: | # Autogenerated code for the Proj4 projection code: | |
# laea | # laea | |
# | # | |
package # hide from PAUSE | package # hide from PAUSE | |
PDL::Transform::Proj4::laea; | PDL::Transform::Proj4::laea; | |
use strict; | use strict; | |
use warnings; | use warnings; | |
our @ISA = ( 'PDL::Transform::Proj4' ); | our @ISA = ( 'PDL::Transform::Proj4' ); | |
sub new | sub new | |
skipping to change at line 7337 | skipping to change at line 6331 | |
{ $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | { $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | |
$self->update_proj_string(); | $self->update_proj_string(); | |
#my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | #my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | |
#$dd->Indent(1); | #$dd->Indent(1); | |
#print STDERR $dd->Dump(); | #print STDERR $dd->Dump(); | |
#print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | #print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | |
return $self; | return $self; | |
} # End of PDL::Transform::laea::new()... | } # End of PDL::Transform::laea::new()... | |
1; | 1; | |
#line 8516 "Proj4.pm" | ||
#line 8517 "Proj4.pm" | ||
#line 434 "Proj4.pd" | ||
#line 379 "Proj4.pd" | #line 379 "Proj4.pd" | |
# Autogenerated code for the Proj4 projection code: | # Autogenerated code for the Proj4 projection code: | |
# lagrng | # lagrng | |
# | # | |
package # hide from PAUSE | package # hide from PAUSE | |
PDL::Transform::Proj4::lagrng; | PDL::Transform::Proj4::lagrng; | |
use strict; | use strict; | |
use warnings; | use warnings; | |
our @ISA = ( 'PDL::Transform::Proj4' ); | our @ISA = ( 'PDL::Transform::Proj4' ); | |
sub new | sub new | |
skipping to change at line 7385 | skipping to change at line 6375 | |
{ $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | { $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | |
$self->update_proj_string(); | $self->update_proj_string(); | |
#my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | #my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | |
#$dd->Indent(1); | #$dd->Indent(1); | |
#print STDERR $dd->Dump(); | #print STDERR $dd->Dump(); | |
#print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | #print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | |
return $self; | return $self; | |
} # End of PDL::Transform::lagrng::new()... | } # End of PDL::Transform::lagrng::new()... | |
1; | 1; | |
#line 8567 "Proj4.pm" | ||
#line 8568 "Proj4.pm" | ||
#line 434 "Proj4.pd" | ||
#line 379 "Proj4.pd" | #line 379 "Proj4.pd" | |
# Autogenerated code for the Proj4 projection code: | # Autogenerated code for the Proj4 projection code: | |
# larr | # larr | |
# | # | |
package # hide from PAUSE | package # hide from PAUSE | |
PDL::Transform::Proj4::larr; | PDL::Transform::Proj4::larr; | |
use strict; | use strict; | |
use warnings; | use warnings; | |
our @ISA = ( 'PDL::Transform::Proj4' ); | our @ISA = ( 'PDL::Transform::Proj4' ); | |
sub new | sub new | |
skipping to change at line 7433 | skipping to change at line 6419 | |
{ $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | { $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | |
$self->update_proj_string(); | $self->update_proj_string(); | |
#my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | #my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | |
#$dd->Indent(1); | #$dd->Indent(1); | |
#print STDERR $dd->Dump(); | #print STDERR $dd->Dump(); | |
#print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | #print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | |
return $self; | return $self; | |
} # End of PDL::Transform::larr::new()... | } # End of PDL::Transform::larr::new()... | |
1; | 1; | |
#line 8618 "Proj4.pm" | ||
#line 8619 "Proj4.pm" | ||
#line 434 "Proj4.pd" | ||
#line 379 "Proj4.pd" | #line 379 "Proj4.pd" | |
# Autogenerated code for the Proj4 projection code: | # Autogenerated code for the Proj4 projection code: | |
# lask | # lask | |
# | # | |
package # hide from PAUSE | package # hide from PAUSE | |
PDL::Transform::Proj4::lask; | PDL::Transform::Proj4::lask; | |
use strict; | use strict; | |
use warnings; | use warnings; | |
our @ISA = ( 'PDL::Transform::Proj4' ); | our @ISA = ( 'PDL::Transform::Proj4' ); | |
sub new | sub new | |
skipping to change at line 7481 | skipping to change at line 6463 | |
{ $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | { $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | |
$self->update_proj_string(); | $self->update_proj_string(); | |
#my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | #my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | |
#$dd->Indent(1); | #$dd->Indent(1); | |
#print STDERR $dd->Dump(); | #print STDERR $dd->Dump(); | |
#print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | #print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | |
return $self; | return $self; | |
} # End of PDL::Transform::lask::new()... | } # End of PDL::Transform::lask::new()... | |
1; | 1; | |
#line 8669 "Proj4.pm" | ||
#line 8670 "Proj4.pm" | ||
#line 434 "Proj4.pd" | ||
#line 379 "Proj4.pd" | #line 379 "Proj4.pd" | |
# Autogenerated code for the Proj4 projection code: | # Autogenerated code for the Proj4 projection code: | |
# latlon | # latlon | |
# | # | |
package # hide from PAUSE | package # hide from PAUSE | |
PDL::Transform::Proj4::latlon; | PDL::Transform::Proj4::latlon; | |
use strict; | use strict; | |
use warnings; | use warnings; | |
our @ISA = ( 'PDL::Transform::Proj4' ); | our @ISA = ( 'PDL::Transform::Proj4' ); | |
sub new | sub new | |
skipping to change at line 7529 | skipping to change at line 6507 | |
{ $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | { $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | |
$self->update_proj_string(); | $self->update_proj_string(); | |
#my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | #my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | |
#$dd->Indent(1); | #$dd->Indent(1); | |
#print STDERR $dd->Dump(); | #print STDERR $dd->Dump(); | |
#print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | #print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | |
return $self; | return $self; | |
} # End of PDL::Transform::latlon::new()... | } # End of PDL::Transform::latlon::new()... | |
1; | 1; | |
#line 8720 "Proj4.pm" | ||
#line 8721 "Proj4.pm" | ||
#line 434 "Proj4.pd" | ||
#line 379 "Proj4.pd" | #line 379 "Proj4.pd" | |
# Autogenerated code for the Proj4 projection code: | # Autogenerated code for the Proj4 projection code: | |
# latlong | # latlong | |
# | # | |
package # hide from PAUSE | package # hide from PAUSE | |
PDL::Transform::Proj4::latlong; | PDL::Transform::Proj4::latlong; | |
use strict; | use strict; | |
use warnings; | use warnings; | |
our @ISA = ( 'PDL::Transform::Proj4' ); | our @ISA = ( 'PDL::Transform::Proj4' ); | |
sub new | sub new | |
skipping to change at line 7577 | skipping to change at line 6551 | |
{ $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | { $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | |
$self->update_proj_string(); | $self->update_proj_string(); | |
#my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | #my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | |
#$dd->Indent(1); | #$dd->Indent(1); | |
#print STDERR $dd->Dump(); | #print STDERR $dd->Dump(); | |
#print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | #print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | |
return $self; | return $self; | |
} # End of PDL::Transform::latlong::new()... | } # End of PDL::Transform::latlong::new()... | |
1; | 1; | |
#line 8771 "Proj4.pm" | ||
#line 8772 "Proj4.pm" | ||
#line 434 "Proj4.pd" | ||
#line 379 "Proj4.pd" | #line 379 "Proj4.pd" | |
# Autogenerated code for the Proj4 projection code: | # Autogenerated code for the Proj4 projection code: | |
# lcc | # lcc | |
# | # | |
package # hide from PAUSE | package # hide from PAUSE | |
PDL::Transform::Proj4::lcc; | PDL::Transform::Proj4::lcc; | |
use strict; | use strict; | |
use warnings; | use warnings; | |
our @ISA = ( 'PDL::Transform::Proj4' ); | our @ISA = ( 'PDL::Transform::Proj4' ); | |
sub new | sub new | |
skipping to change at line 7625 | skipping to change at line 6595 | |
{ $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | { $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | |
$self->update_proj_string(); | $self->update_proj_string(); | |
#my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | #my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | |
#$dd->Indent(1); | #$dd->Indent(1); | |
#print STDERR $dd->Dump(); | #print STDERR $dd->Dump(); | |
#print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | #print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | |
return $self; | return $self; | |
} # End of PDL::Transform::lcc::new()... | } # End of PDL::Transform::lcc::new()... | |
1; | 1; | |
#line 8822 "Proj4.pm" | ||
#line 8823 "Proj4.pm" | ||
#line 434 "Proj4.pd" | ||
#line 379 "Proj4.pd" | #line 379 "Proj4.pd" | |
# Autogenerated code for the Proj4 projection code: | # Autogenerated code for the Proj4 projection code: | |
# lcca | # lcca | |
# | # | |
package # hide from PAUSE | package # hide from PAUSE | |
PDL::Transform::Proj4::lcca; | PDL::Transform::Proj4::lcca; | |
use strict; | use strict; | |
use warnings; | use warnings; | |
our @ISA = ( 'PDL::Transform::Proj4' ); | our @ISA = ( 'PDL::Transform::Proj4' ); | |
sub new | sub new | |
skipping to change at line 7673 | skipping to change at line 6639 | |
{ $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | { $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | |
$self->update_proj_string(); | $self->update_proj_string(); | |
#my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | #my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | |
#$dd->Indent(1); | #$dd->Indent(1); | |
#print STDERR $dd->Dump(); | #print STDERR $dd->Dump(); | |
#print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | #print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | |
return $self; | return $self; | |
} # End of PDL::Transform::lcca::new()... | } # End of PDL::Transform::lcca::new()... | |
1; | 1; | |
#line 8873 "Proj4.pm" | ||
#line 8874 "Proj4.pm" | ||
#line 434 "Proj4.pd" | ||
#line 379 "Proj4.pd" | #line 379 "Proj4.pd" | |
# Autogenerated code for the Proj4 projection code: | # Autogenerated code for the Proj4 projection code: | |
# leac | # leac | |
# | # | |
package # hide from PAUSE | package # hide from PAUSE | |
PDL::Transform::Proj4::leac; | PDL::Transform::Proj4::leac; | |
use strict; | use strict; | |
use warnings; | use warnings; | |
our @ISA = ( 'PDL::Transform::Proj4' ); | our @ISA = ( 'PDL::Transform::Proj4' ); | |
sub new | sub new | |
skipping to change at line 7721 | skipping to change at line 6683 | |
{ $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | { $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | |
$self->update_proj_string(); | $self->update_proj_string(); | |
#my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | #my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | |
#$dd->Indent(1); | #$dd->Indent(1); | |
#print STDERR $dd->Dump(); | #print STDERR $dd->Dump(); | |
#print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | #print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | |
return $self; | return $self; | |
} # End of PDL::Transform::leac::new()... | } # End of PDL::Transform::leac::new()... | |
1; | 1; | |
#line 8924 "Proj4.pm" | ||
#line 8925 "Proj4.pm" | ||
#line 434 "Proj4.pd" | ||
#line 379 "Proj4.pd" | #line 379 "Proj4.pd" | |
# Autogenerated code for the Proj4 projection code: | # Autogenerated code for the Proj4 projection code: | |
# lee_os | # lee_os | |
# | # | |
package # hide from PAUSE | package # hide from PAUSE | |
PDL::Transform::Proj4::lee_os; | PDL::Transform::Proj4::lee_os; | |
use strict; | use strict; | |
use warnings; | use warnings; | |
our @ISA = ( 'PDL::Transform::Proj4' ); | our @ISA = ( 'PDL::Transform::Proj4' ); | |
sub new | sub new | |
skipping to change at line 7769 | skipping to change at line 6727 | |
{ $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | { $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | |
$self->update_proj_string(); | $self->update_proj_string(); | |
#my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | #my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | |
#$dd->Indent(1); | #$dd->Indent(1); | |
#print STDERR $dd->Dump(); | #print STDERR $dd->Dump(); | |
#print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | #print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | |
return $self; | return $self; | |
} # End of PDL::Transform::lee_os::new()... | } # End of PDL::Transform::lee_os::new()... | |
1; | 1; | |
#line 8975 "Proj4.pm" | ||
#line 8976 "Proj4.pm" | ||
#line 434 "Proj4.pd" | ||
#line 379 "Proj4.pd" | #line 379 "Proj4.pd" | |
# Autogenerated code for the Proj4 projection code: | # Autogenerated code for the Proj4 projection code: | |
# longlat | # longlat | |
# | # | |
package # hide from PAUSE | package # hide from PAUSE | |
PDL::Transform::Proj4::longlat; | PDL::Transform::Proj4::longlat; | |
use strict; | use strict; | |
use warnings; | use warnings; | |
our @ISA = ( 'PDL::Transform::Proj4' ); | our @ISA = ( 'PDL::Transform::Proj4' ); | |
sub new | sub new | |
skipping to change at line 7817 | skipping to change at line 6771 | |
{ $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | { $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | |
$self->update_proj_string(); | $self->update_proj_string(); | |
#my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | #my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | |
#$dd->Indent(1); | #$dd->Indent(1); | |
#print STDERR $dd->Dump(); | #print STDERR $dd->Dump(); | |
#print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | #print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | |
return $self; | return $self; | |
} # End of PDL::Transform::longlat::new()... | } # End of PDL::Transform::longlat::new()... | |
1; | 1; | |
#line 9026 "Proj4.pm" | ||
#line 9027 "Proj4.pm" | ||
#line 434 "Proj4.pd" | ||
#line 379 "Proj4.pd" | #line 379 "Proj4.pd" | |
# Autogenerated code for the Proj4 projection code: | # Autogenerated code for the Proj4 projection code: | |
# lonlat | # lonlat | |
# | # | |
package # hide from PAUSE | package # hide from PAUSE | |
PDL::Transform::Proj4::lonlat; | PDL::Transform::Proj4::lonlat; | |
use strict; | use strict; | |
use warnings; | use warnings; | |
our @ISA = ( 'PDL::Transform::Proj4' ); | our @ISA = ( 'PDL::Transform::Proj4' ); | |
sub new | sub new | |
skipping to change at line 7865 | skipping to change at line 6815 | |
{ $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | { $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | |
$self->update_proj_string(); | $self->update_proj_string(); | |
#my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | #my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | |
#$dd->Indent(1); | #$dd->Indent(1); | |
#print STDERR $dd->Dump(); | #print STDERR $dd->Dump(); | |
#print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | #print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | |
return $self; | return $self; | |
} # End of PDL::Transform::lonlat::new()... | } # End of PDL::Transform::lonlat::new()... | |
1; | 1; | |
#line 9077 "Proj4.pm" | ||
#line 9078 "Proj4.pm" | ||
#line 434 "Proj4.pd" | ||
#line 379 "Proj4.pd" | #line 379 "Proj4.pd" | |
# Autogenerated code for the Proj4 projection code: | # Autogenerated code for the Proj4 projection code: | |
# loxim | # loxim | |
# | # | |
package # hide from PAUSE | package # hide from PAUSE | |
PDL::Transform::Proj4::loxim; | PDL::Transform::Proj4::loxim; | |
use strict; | use strict; | |
use warnings; | use warnings; | |
our @ISA = ( 'PDL::Transform::Proj4' ); | our @ISA = ( 'PDL::Transform::Proj4' ); | |
sub new | sub new | |
skipping to change at line 7913 | skipping to change at line 6859 | |
{ $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | { $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | |
$self->update_proj_string(); | $self->update_proj_string(); | |
#my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | #my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | |
#$dd->Indent(1); | #$dd->Indent(1); | |
#print STDERR $dd->Dump(); | #print STDERR $dd->Dump(); | |
#print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | #print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | |
return $self; | return $self; | |
} # End of PDL::Transform::loxim::new()... | } # End of PDL::Transform::loxim::new()... | |
1; | 1; | |
#line 9128 "Proj4.pm" | ||
#line 9129 "Proj4.pm" | ||
#line 434 "Proj4.pd" | ||
#line 379 "Proj4.pd" | #line 379 "Proj4.pd" | |
# Autogenerated code for the Proj4 projection code: | # Autogenerated code for the Proj4 projection code: | |
# lsat | # lsat | |
# | # | |
package # hide from PAUSE | package # hide from PAUSE | |
PDL::Transform::Proj4::lsat; | PDL::Transform::Proj4::lsat; | |
use strict; | use strict; | |
use warnings; | use warnings; | |
our @ISA = ( 'PDL::Transform::Proj4' ); | our @ISA = ( 'PDL::Transform::Proj4' ); | |
sub new | sub new | |
skipping to change at line 7961 | skipping to change at line 6903 | |
{ $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | { $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | |
$self->update_proj_string(); | $self->update_proj_string(); | |
#my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | #my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | |
#$dd->Indent(1); | #$dd->Indent(1); | |
#print STDERR $dd->Dump(); | #print STDERR $dd->Dump(); | |
#print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | #print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | |
return $self; | return $self; | |
} # End of PDL::Transform::lsat::new()... | } # End of PDL::Transform::lsat::new()... | |
1; | 1; | |
#line 9179 "Proj4.pm" | ||
#line 9180 "Proj4.pm" | ||
#line 434 "Proj4.pd" | ||
#line 379 "Proj4.pd" | #line 379 "Proj4.pd" | |
# Autogenerated code for the Proj4 projection code: | # Autogenerated code for the Proj4 projection code: | |
# mbt_fps | # mbt_fps | |
# | # | |
package # hide from PAUSE | package # hide from PAUSE | |
PDL::Transform::Proj4::mbt_fps; | PDL::Transform::Proj4::mbt_fps; | |
use strict; | use strict; | |
use warnings; | use warnings; | |
our @ISA = ( 'PDL::Transform::Proj4' ); | our @ISA = ( 'PDL::Transform::Proj4' ); | |
sub new | sub new | |
skipping to change at line 8009 | skipping to change at line 6947 | |
{ $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | { $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | |
$self->update_proj_string(); | $self->update_proj_string(); | |
#my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | #my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | |
#$dd->Indent(1); | #$dd->Indent(1); | |
#print STDERR $dd->Dump(); | #print STDERR $dd->Dump(); | |
#print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | #print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | |
return $self; | return $self; | |
} # End of PDL::Transform::mbt_fps::new()... | } # End of PDL::Transform::mbt_fps::new()... | |
1; | 1; | |
#line 9230 "Proj4.pm" | ||
#line 9231 "Proj4.pm" | ||
#line 434 "Proj4.pd" | ||
#line 379 "Proj4.pd" | #line 379 "Proj4.pd" | |
# Autogenerated code for the Proj4 projection code: | # Autogenerated code for the Proj4 projection code: | |
# mbt_s | # mbt_s | |
# | # | |
package # hide from PAUSE | package # hide from PAUSE | |
PDL::Transform::Proj4::mbt_s; | PDL::Transform::Proj4::mbt_s; | |
use strict; | use strict; | |
use warnings; | use warnings; | |
our @ISA = ( 'PDL::Transform::Proj4' ); | our @ISA = ( 'PDL::Transform::Proj4' ); | |
sub new | sub new | |
skipping to change at line 8057 | skipping to change at line 6991 | |
{ $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | { $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | |
$self->update_proj_string(); | $self->update_proj_string(); | |
#my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | #my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | |
#$dd->Indent(1); | #$dd->Indent(1); | |
#print STDERR $dd->Dump(); | #print STDERR $dd->Dump(); | |
#print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | #print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | |
return $self; | return $self; | |
} # End of PDL::Transform::mbt_s::new()... | } # End of PDL::Transform::mbt_s::new()... | |
1; | 1; | |
#line 9281 "Proj4.pm" | ||
#line 9282 "Proj4.pm" | ||
#line 434 "Proj4.pd" | ||
#line 379 "Proj4.pd" | #line 379 "Proj4.pd" | |
# Autogenerated code for the Proj4 projection code: | # Autogenerated code for the Proj4 projection code: | |
# mbtfpp | # mbtfpp | |
# | # | |
package # hide from PAUSE | package # hide from PAUSE | |
PDL::Transform::Proj4::mbtfpp; | PDL::Transform::Proj4::mbtfpp; | |
use strict; | use strict; | |
use warnings; | use warnings; | |
our @ISA = ( 'PDL::Transform::Proj4' ); | our @ISA = ( 'PDL::Transform::Proj4' ); | |
sub new | sub new | |
skipping to change at line 8105 | skipping to change at line 7035 | |
{ $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | { $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | |
$self->update_proj_string(); | $self->update_proj_string(); | |
#my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | #my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | |
#$dd->Indent(1); | #$dd->Indent(1); | |
#print STDERR $dd->Dump(); | #print STDERR $dd->Dump(); | |
#print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | #print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | |
return $self; | return $self; | |
} # End of PDL::Transform::mbtfpp::new()... | } # End of PDL::Transform::mbtfpp::new()... | |
1; | 1; | |
#line 9332 "Proj4.pm" | ||
#line 9333 "Proj4.pm" | ||
#line 434 "Proj4.pd" | ||
#line 379 "Proj4.pd" | #line 379 "Proj4.pd" | |
# Autogenerated code for the Proj4 projection code: | # Autogenerated code for the Proj4 projection code: | |
# mbtfpq | # mbtfpq | |
# | # | |
package # hide from PAUSE | package # hide from PAUSE | |
PDL::Transform::Proj4::mbtfpq; | PDL::Transform::Proj4::mbtfpq; | |
use strict; | use strict; | |
use warnings; | use warnings; | |
our @ISA = ( 'PDL::Transform::Proj4' ); | our @ISA = ( 'PDL::Transform::Proj4' ); | |
sub new | sub new | |
skipping to change at line 8153 | skipping to change at line 7079 | |
{ $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | { $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | |
$self->update_proj_string(); | $self->update_proj_string(); | |
#my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | #my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | |
#$dd->Indent(1); | #$dd->Indent(1); | |
#print STDERR $dd->Dump(); | #print STDERR $dd->Dump(); | |
#print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | #print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | |
return $self; | return $self; | |
} # End of PDL::Transform::mbtfpq::new()... | } # End of PDL::Transform::mbtfpq::new()... | |
1; | 1; | |
#line 9383 "Proj4.pm" | ||
#line 9384 "Proj4.pm" | ||
#line 434 "Proj4.pd" | ||
#line 379 "Proj4.pd" | #line 379 "Proj4.pd" | |
# Autogenerated code for the Proj4 projection code: | # Autogenerated code for the Proj4 projection code: | |
# mbtfps | # mbtfps | |
# | # | |
package # hide from PAUSE | package # hide from PAUSE | |
PDL::Transform::Proj4::mbtfps; | PDL::Transform::Proj4::mbtfps; | |
use strict; | use strict; | |
use warnings; | use warnings; | |
our @ISA = ( 'PDL::Transform::Proj4' ); | our @ISA = ( 'PDL::Transform::Proj4' ); | |
sub new | sub new | |
skipping to change at line 8201 | skipping to change at line 7123 | |
{ $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | { $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | |
$self->update_proj_string(); | $self->update_proj_string(); | |
#my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | #my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | |
#$dd->Indent(1); | #$dd->Indent(1); | |
#print STDERR $dd->Dump(); | #print STDERR $dd->Dump(); | |
#print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | #print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | |
return $self; | return $self; | |
} # End of PDL::Transform::mbtfps::new()... | } # End of PDL::Transform::mbtfps::new()... | |
1; | 1; | |
#line 9434 "Proj4.pm" | ||
#line 9435 "Proj4.pm" | ||
#line 434 "Proj4.pd" | ||
#line 379 "Proj4.pd" | #line 379 "Proj4.pd" | |
# Autogenerated code for the Proj4 projection code: | # Autogenerated code for the Proj4 projection code: | |
# merc | # merc | |
# | # | |
package # hide from PAUSE | package # hide from PAUSE | |
PDL::Transform::Proj4::merc; | PDL::Transform::Proj4::merc; | |
use strict; | use strict; | |
use warnings; | use warnings; | |
our @ISA = ( 'PDL::Transform::Proj4' ); | our @ISA = ( 'PDL::Transform::Proj4' ); | |
sub new | sub new | |
skipping to change at line 8249 | skipping to change at line 7167 | |
{ $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | { $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | |
$self->update_proj_string(); | $self->update_proj_string(); | |
#my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | #my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | |
#$dd->Indent(1); | #$dd->Indent(1); | |
#print STDERR $dd->Dump(); | #print STDERR $dd->Dump(); | |
#print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | #print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | |
return $self; | return $self; | |
} # End of PDL::Transform::merc::new()... | } # End of PDL::Transform::merc::new()... | |
1; | 1; | |
#line 9485 "Proj4.pm" | ||
#line 9486 "Proj4.pm" | ||
#line 434 "Proj4.pd" | ||
#line 379 "Proj4.pd" | #line 379 "Proj4.pd" | |
# Autogenerated code for the Proj4 projection code: | # Autogenerated code for the Proj4 projection code: | |
# mil_os | # mil_os | |
# | # | |
package # hide from PAUSE | package # hide from PAUSE | |
PDL::Transform::Proj4::mil_os; | PDL::Transform::Proj4::mil_os; | |
use strict; | use strict; | |
use warnings; | use warnings; | |
our @ISA = ( 'PDL::Transform::Proj4' ); | our @ISA = ( 'PDL::Transform::Proj4' ); | |
sub new | sub new | |
skipping to change at line 8297 | skipping to change at line 7211 | |
{ $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | { $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | |
$self->update_proj_string(); | $self->update_proj_string(); | |
#my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | #my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | |
#$dd->Indent(1); | #$dd->Indent(1); | |
#print STDERR $dd->Dump(); | #print STDERR $dd->Dump(); | |
#print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | #print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | |
return $self; | return $self; | |
} # End of PDL::Transform::mil_os::new()... | } # End of PDL::Transform::mil_os::new()... | |
1; | 1; | |
#line 9536 "Proj4.pm" | ||
#line 9537 "Proj4.pm" | ||
#line 434 "Proj4.pd" | ||
#line 379 "Proj4.pd" | #line 379 "Proj4.pd" | |
# Autogenerated code for the Proj4 projection code: | # Autogenerated code for the Proj4 projection code: | |
# mill | # mill | |
# | # | |
package # hide from PAUSE | package # hide from PAUSE | |
PDL::Transform::Proj4::mill; | PDL::Transform::Proj4::mill; | |
use strict; | use strict; | |
use warnings; | use warnings; | |
our @ISA = ( 'PDL::Transform::Proj4' ); | our @ISA = ( 'PDL::Transform::Proj4' ); | |
sub new | sub new | |
skipping to change at line 8345 | skipping to change at line 7255 | |
{ $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | { $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | |
$self->update_proj_string(); | $self->update_proj_string(); | |
#my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | #my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | |
#$dd->Indent(1); | #$dd->Indent(1); | |
#print STDERR $dd->Dump(); | #print STDERR $dd->Dump(); | |
#print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | #print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | |
return $self; | return $self; | |
} # End of PDL::Transform::mill::new()... | } # End of PDL::Transform::mill::new()... | |
1; | 1; | |
#line 9587 "Proj4.pm" | ||
#line 9588 "Proj4.pm" | ||
#line 434 "Proj4.pd" | ||
#line 379 "Proj4.pd" | #line 379 "Proj4.pd" | |
# Autogenerated code for the Proj4 projection code: | # Autogenerated code for the Proj4 projection code: | |
# misrsom | # misrsom | |
# | # | |
package # hide from PAUSE | package # hide from PAUSE | |
PDL::Transform::Proj4::misrsom; | PDL::Transform::Proj4::misrsom; | |
use strict; | use strict; | |
use warnings; | use warnings; | |
our @ISA = ( 'PDL::Transform::Proj4' ); | our @ISA = ( 'PDL::Transform::Proj4' ); | |
sub new | sub new | |
skipping to change at line 8393 | skipping to change at line 7299 | |
{ $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | { $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | |
$self->update_proj_string(); | $self->update_proj_string(); | |
#my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | #my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | |
#$dd->Indent(1); | #$dd->Indent(1); | |
#print STDERR $dd->Dump(); | #print STDERR $dd->Dump(); | |
#print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | #print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | |
return $self; | return $self; | |
} # End of PDL::Transform::misrsom::new()... | } # End of PDL::Transform::misrsom::new()... | |
1; | 1; | |
#line 9638 "Proj4.pm" | ||
#line 9639 "Proj4.pm" | ||
#line 434 "Proj4.pd" | ||
#line 379 "Proj4.pd" | #line 379 "Proj4.pd" | |
# Autogenerated code for the Proj4 projection code: | # Autogenerated code for the Proj4 projection code: | |
# moll | # moll | |
# | # | |
package # hide from PAUSE | package # hide from PAUSE | |
PDL::Transform::Proj4::moll; | PDL::Transform::Proj4::moll; | |
use strict; | use strict; | |
use warnings; | use warnings; | |
our @ISA = ( 'PDL::Transform::Proj4' ); | our @ISA = ( 'PDL::Transform::Proj4' ); | |
sub new | sub new | |
skipping to change at line 8441 | skipping to change at line 7343 | |
{ $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | { $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | |
$self->update_proj_string(); | $self->update_proj_string(); | |
#my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | #my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | |
#$dd->Indent(1); | #$dd->Indent(1); | |
#print STDERR $dd->Dump(); | #print STDERR $dd->Dump(); | |
#print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | #print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | |
return $self; | return $self; | |
} # End of PDL::Transform::moll::new()... | } # End of PDL::Transform::moll::new()... | |
1; | 1; | |
#line 9689 "Proj4.pm" | ||
#line 9690 "Proj4.pm" | ||
#line 434 "Proj4.pd" | ||
#line 379 "Proj4.pd" | #line 379 "Proj4.pd" | |
# Autogenerated code for the Proj4 projection code: | # Autogenerated code for the Proj4 projection code: | |
# molobadekas | # molobadekas | |
# | # | |
package # hide from PAUSE | package # hide from PAUSE | |
PDL::Transform::Proj4::molobadekas; | PDL::Transform::Proj4::molobadekas; | |
use strict; | use strict; | |
use warnings; | use warnings; | |
our @ISA = ( 'PDL::Transform::Proj4' ); | our @ISA = ( 'PDL::Transform::Proj4' ); | |
sub new | sub new | |
skipping to change at line 8489 | skipping to change at line 7387 | |
{ $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | { $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | |
$self->update_proj_string(); | $self->update_proj_string(); | |
#my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | #my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | |
#$dd->Indent(1); | #$dd->Indent(1); | |
#print STDERR $dd->Dump(); | #print STDERR $dd->Dump(); | |
#print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | #print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | |
return $self; | return $self; | |
} # End of PDL::Transform::molobadekas::new()... | } # End of PDL::Transform::molobadekas::new()... | |
1; | 1; | |
#line 9740 "Proj4.pm" | ||
#line 9741 "Proj4.pm" | ||
#line 434 "Proj4.pd" | ||
#line 379 "Proj4.pd" | #line 379 "Proj4.pd" | |
# Autogenerated code for the Proj4 projection code: | # Autogenerated code for the Proj4 projection code: | |
# molodensky | # molodensky | |
# | # | |
package # hide from PAUSE | package # hide from PAUSE | |
PDL::Transform::Proj4::molodensky; | PDL::Transform::Proj4::molodensky; | |
use strict; | use strict; | |
use warnings; | use warnings; | |
our @ISA = ( 'PDL::Transform::Proj4' ); | our @ISA = ( 'PDL::Transform::Proj4' ); | |
sub new | sub new | |
skipping to change at line 8537 | skipping to change at line 7431 | |
{ $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | { $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | |
$self->update_proj_string(); | $self->update_proj_string(); | |
#my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | #my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | |
#$dd->Indent(1); | #$dd->Indent(1); | |
#print STDERR $dd->Dump(); | #print STDERR $dd->Dump(); | |
#print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | #print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | |
return $self; | return $self; | |
} # End of PDL::Transform::molodensky::new()... | } # End of PDL::Transform::molodensky::new()... | |
1; | 1; | |
#line 9791 "Proj4.pm" | ||
#line 9792 "Proj4.pm" | ||
#line 434 "Proj4.pd" | ||
#line 379 "Proj4.pd" | #line 379 "Proj4.pd" | |
# Autogenerated code for the Proj4 projection code: | # Autogenerated code for the Proj4 projection code: | |
# murd1 | # murd1 | |
# | # | |
package # hide from PAUSE | package # hide from PAUSE | |
PDL::Transform::Proj4::murd1; | PDL::Transform::Proj4::murd1; | |
use strict; | use strict; | |
use warnings; | use warnings; | |
our @ISA = ( 'PDL::Transform::Proj4' ); | our @ISA = ( 'PDL::Transform::Proj4' ); | |
sub new | sub new | |
skipping to change at line 8585 | skipping to change at line 7475 | |
{ $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | { $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | |
$self->update_proj_string(); | $self->update_proj_string(); | |
#my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | #my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | |
#$dd->Indent(1); | #$dd->Indent(1); | |
#print STDERR $dd->Dump(); | #print STDERR $dd->Dump(); | |
#print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | #print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | |
return $self; | return $self; | |
} # End of PDL::Transform::murd1::new()... | } # End of PDL::Transform::murd1::new()... | |
1; | 1; | |
#line 9842 "Proj4.pm" | ||
#line 9843 "Proj4.pm" | ||
#line 434 "Proj4.pd" | ||
#line 379 "Proj4.pd" | #line 379 "Proj4.pd" | |
# Autogenerated code for the Proj4 projection code: | # Autogenerated code for the Proj4 projection code: | |
# murd2 | # murd2 | |
# | # | |
package # hide from PAUSE | package # hide from PAUSE | |
PDL::Transform::Proj4::murd2; | PDL::Transform::Proj4::murd2; | |
use strict; | use strict; | |
use warnings; | use warnings; | |
our @ISA = ( 'PDL::Transform::Proj4' ); | our @ISA = ( 'PDL::Transform::Proj4' ); | |
sub new | sub new | |
skipping to change at line 8633 | skipping to change at line 7519 | |
{ $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | { $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | |
$self->update_proj_string(); | $self->update_proj_string(); | |
#my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | #my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | |
#$dd->Indent(1); | #$dd->Indent(1); | |
#print STDERR $dd->Dump(); | #print STDERR $dd->Dump(); | |
#print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | #print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | |
return $self; | return $self; | |
} # End of PDL::Transform::murd2::new()... | } # End of PDL::Transform::murd2::new()... | |
1; | 1; | |
#line 9893 "Proj4.pm" | ||
#line 9894 "Proj4.pm" | ||
#line 434 "Proj4.pd" | ||
#line 379 "Proj4.pd" | #line 379 "Proj4.pd" | |
# Autogenerated code for the Proj4 projection code: | # Autogenerated code for the Proj4 projection code: | |
# murd3 | # murd3 | |
# | # | |
package # hide from PAUSE | package # hide from PAUSE | |
PDL::Transform::Proj4::murd3; | PDL::Transform::Proj4::murd3; | |
use strict; | use strict; | |
use warnings; | use warnings; | |
our @ISA = ( 'PDL::Transform::Proj4' ); | our @ISA = ( 'PDL::Transform::Proj4' ); | |
sub new | sub new | |
skipping to change at line 8681 | skipping to change at line 7563 | |
{ $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | { $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | |
$self->update_proj_string(); | $self->update_proj_string(); | |
#my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | #my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | |
#$dd->Indent(1); | #$dd->Indent(1); | |
#print STDERR $dd->Dump(); | #print STDERR $dd->Dump(); | |
#print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | #print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | |
return $self; | return $self; | |
} # End of PDL::Transform::murd3::new()... | } # End of PDL::Transform::murd3::new()... | |
1; | 1; | |
#line 9944 "Proj4.pm" | ||
#line 9945 "Proj4.pm" | ||
#line 434 "Proj4.pd" | ||
#line 379 "Proj4.pd" | #line 379 "Proj4.pd" | |
# Autogenerated code for the Proj4 projection code: | # Autogenerated code for the Proj4 projection code: | |
# natearth | # natearth | |
# | # | |
package # hide from PAUSE | package # hide from PAUSE | |
PDL::Transform::Proj4::natearth; | PDL::Transform::Proj4::natearth; | |
use strict; | use strict; | |
use warnings; | use warnings; | |
our @ISA = ( 'PDL::Transform::Proj4' ); | our @ISA = ( 'PDL::Transform::Proj4' ); | |
sub new | sub new | |
skipping to change at line 8729 | skipping to change at line 7607 | |
{ $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | { $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | |
$self->update_proj_string(); | $self->update_proj_string(); | |
#my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | #my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | |
#$dd->Indent(1); | #$dd->Indent(1); | |
#print STDERR $dd->Dump(); | #print STDERR $dd->Dump(); | |
#print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | #print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | |
return $self; | return $self; | |
} # End of PDL::Transform::natearth::new()... | } # End of PDL::Transform::natearth::new()... | |
1; | 1; | |
#line 9995 "Proj4.pm" | ||
#line 9996 "Proj4.pm" | ||
#line 434 "Proj4.pd" | ||
#line 379 "Proj4.pd" | #line 379 "Proj4.pd" | |
# Autogenerated code for the Proj4 projection code: | # Autogenerated code for the Proj4 projection code: | |
# natearth2 | # natearth2 | |
# | # | |
package # hide from PAUSE | package # hide from PAUSE | |
PDL::Transform::Proj4::natearth2; | PDL::Transform::Proj4::natearth2; | |
use strict; | use strict; | |
use warnings; | use warnings; | |
our @ISA = ( 'PDL::Transform::Proj4' ); | our @ISA = ( 'PDL::Transform::Proj4' ); | |
sub new | sub new | |
skipping to change at line 8777 | skipping to change at line 7651 | |
{ $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | { $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | |
$self->update_proj_string(); | $self->update_proj_string(); | |
#my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | #my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | |
#$dd->Indent(1); | #$dd->Indent(1); | |
#print STDERR $dd->Dump(); | #print STDERR $dd->Dump(); | |
#print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | #print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | |
return $self; | return $self; | |
} # End of PDL::Transform::natearth2::new()... | } # End of PDL::Transform::natearth2::new()... | |
1; | 1; | |
#line 10046 "Proj4.pm" | ||
#line 10047 "Proj4.pm" | ||
#line 434 "Proj4.pd" | ||
#line 379 "Proj4.pd" | #line 379 "Proj4.pd" | |
# Autogenerated code for the Proj4 projection code: | # Autogenerated code for the Proj4 projection code: | |
# nell | # nell | |
# | # | |
package # hide from PAUSE | package # hide from PAUSE | |
PDL::Transform::Proj4::nell; | PDL::Transform::Proj4::nell; | |
use strict; | use strict; | |
use warnings; | use warnings; | |
our @ISA = ( 'PDL::Transform::Proj4' ); | our @ISA = ( 'PDL::Transform::Proj4' ); | |
sub new | sub new | |
skipping to change at line 8825 | skipping to change at line 7695 | |
{ $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | { $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | |
$self->update_proj_string(); | $self->update_proj_string(); | |
#my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | #my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | |
#$dd->Indent(1); | #$dd->Indent(1); | |
#print STDERR $dd->Dump(); | #print STDERR $dd->Dump(); | |
#print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | #print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | |
return $self; | return $self; | |
} # End of PDL::Transform::nell::new()... | } # End of PDL::Transform::nell::new()... | |
1; | 1; | |
#line 10097 "Proj4.pm" | ||
#line 10098 "Proj4.pm" | ||
#line 434 "Proj4.pd" | ||
#line 379 "Proj4.pd" | #line 379 "Proj4.pd" | |
# Autogenerated code for the Proj4 projection code: | # Autogenerated code for the Proj4 projection code: | |
# nell_h | # nell_h | |
# | # | |
package # hide from PAUSE | package # hide from PAUSE | |
PDL::Transform::Proj4::nell_h; | PDL::Transform::Proj4::nell_h; | |
use strict; | use strict; | |
use warnings; | use warnings; | |
our @ISA = ( 'PDL::Transform::Proj4' ); | our @ISA = ( 'PDL::Transform::Proj4' ); | |
sub new | sub new | |
skipping to change at line 8873 | skipping to change at line 7739 | |
{ $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | { $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | |
$self->update_proj_string(); | $self->update_proj_string(); | |
#my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | #my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | |
#$dd->Indent(1); | #$dd->Indent(1); | |
#print STDERR $dd->Dump(); | #print STDERR $dd->Dump(); | |
#print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | #print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | |
return $self; | return $self; | |
} # End of PDL::Transform::nell_h::new()... | } # End of PDL::Transform::nell_h::new()... | |
1; | 1; | |
#line 10148 "Proj4.pm" | ||
#line 10149 "Proj4.pm" | ||
#line 434 "Proj4.pd" | ||
#line 379 "Proj4.pd" | #line 379 "Proj4.pd" | |
# Autogenerated code for the Proj4 projection code: | # Autogenerated code for the Proj4 projection code: | |
# nicol | # nicol | |
# | # | |
package # hide from PAUSE | package # hide from PAUSE | |
PDL::Transform::Proj4::nicol; | PDL::Transform::Proj4::nicol; | |
use strict; | use strict; | |
use warnings; | use warnings; | |
our @ISA = ( 'PDL::Transform::Proj4' ); | our @ISA = ( 'PDL::Transform::Proj4' ); | |
sub new | sub new | |
skipping to change at line 8921 | skipping to change at line 7783 | |
{ $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | { $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | |
$self->update_proj_string(); | $self->update_proj_string(); | |
#my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | #my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | |
#$dd->Indent(1); | #$dd->Indent(1); | |
#print STDERR $dd->Dump(); | #print STDERR $dd->Dump(); | |
#print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | #print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | |
return $self; | return $self; | |
} # End of PDL::Transform::nicol::new()... | } # End of PDL::Transform::nicol::new()... | |
1; | 1; | |
#line 10199 "Proj4.pm" | ||
#line 10200 "Proj4.pm" | ||
#line 434 "Proj4.pd" | ||
#line 379 "Proj4.pd" | #line 379 "Proj4.pd" | |
# Autogenerated code for the Proj4 projection code: | # Autogenerated code for the Proj4 projection code: | |
# noop | # noop | |
# | # | |
package # hide from PAUSE | package # hide from PAUSE | |
PDL::Transform::Proj4::noop; | PDL::Transform::Proj4::noop; | |
use strict; | use strict; | |
use warnings; | use warnings; | |
our @ISA = ( 'PDL::Transform::Proj4' ); | our @ISA = ( 'PDL::Transform::Proj4' ); | |
sub new | sub new | |
skipping to change at line 8969 | skipping to change at line 7827 | |
{ $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | { $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | |
$self->update_proj_string(); | $self->update_proj_string(); | |
#my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | #my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | |
#$dd->Indent(1); | #$dd->Indent(1); | |
#print STDERR $dd->Dump(); | #print STDERR $dd->Dump(); | |
#print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | #print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | |
return $self; | return $self; | |
} # End of PDL::Transform::noop::new()... | } # End of PDL::Transform::noop::new()... | |
1; | 1; | |
#line 10250 "Proj4.pm" | ||
#line 10251 "Proj4.pm" | ||
#line 434 "Proj4.pd" | ||
#line 379 "Proj4.pd" | #line 379 "Proj4.pd" | |
# Autogenerated code for the Proj4 projection code: | # Autogenerated code for the Proj4 projection code: | |
# nsper | # nsper | |
# | # | |
package # hide from PAUSE | package # hide from PAUSE | |
PDL::Transform::Proj4::nsper; | PDL::Transform::Proj4::nsper; | |
use strict; | use strict; | |
use warnings; | use warnings; | |
our @ISA = ( 'PDL::Transform::Proj4' ); | our @ISA = ( 'PDL::Transform::Proj4' ); | |
sub new | sub new | |
skipping to change at line 9017 | skipping to change at line 7871 | |
{ $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | { $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | |
$self->update_proj_string(); | $self->update_proj_string(); | |
#my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | #my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | |
#$dd->Indent(1); | #$dd->Indent(1); | |
#print STDERR $dd->Dump(); | #print STDERR $dd->Dump(); | |
#print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | #print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | |
return $self; | return $self; | |
} # End of PDL::Transform::nsper::new()... | } # End of PDL::Transform::nsper::new()... | |
1; | 1; | |
#line 10301 "Proj4.pm" | ||
#line 10302 "Proj4.pm" | ||
#line 434 "Proj4.pd" | ||
#line 379 "Proj4.pd" | #line 379 "Proj4.pd" | |
# Autogenerated code for the Proj4 projection code: | # Autogenerated code for the Proj4 projection code: | |
# nzmg | # nzmg | |
# | # | |
package # hide from PAUSE | package # hide from PAUSE | |
PDL::Transform::Proj4::nzmg; | PDL::Transform::Proj4::nzmg; | |
use strict; | use strict; | |
use warnings; | use warnings; | |
our @ISA = ( 'PDL::Transform::Proj4' ); | our @ISA = ( 'PDL::Transform::Proj4' ); | |
sub new | sub new | |
skipping to change at line 9065 | skipping to change at line 7915 | |
{ $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | { $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | |
$self->update_proj_string(); | $self->update_proj_string(); | |
#my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | #my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | |
#$dd->Indent(1); | #$dd->Indent(1); | |
#print STDERR $dd->Dump(); | #print STDERR $dd->Dump(); | |
#print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | #print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | |
return $self; | return $self; | |
} # End of PDL::Transform::nzmg::new()... | } # End of PDL::Transform::nzmg::new()... | |
1; | 1; | |
#line 10352 "Proj4.pm" | ||
#line 10353 "Proj4.pm" | ||
#line 434 "Proj4.pd" | ||
#line 379 "Proj4.pd" | #line 379 "Proj4.pd" | |
# Autogenerated code for the Proj4 projection code: | # Autogenerated code for the Proj4 projection code: | |
# ob_tran | # ob_tran | |
# | # | |
package # hide from PAUSE | package # hide from PAUSE | |
PDL::Transform::Proj4::ob_tran; | PDL::Transform::Proj4::ob_tran; | |
use strict; | use strict; | |
use warnings; | use warnings; | |
our @ISA = ( 'PDL::Transform::Proj4' ); | our @ISA = ( 'PDL::Transform::Proj4' ); | |
sub new | sub new | |
skipping to change at line 9113 | skipping to change at line 7959 | |
{ $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | { $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | |
$self->update_proj_string(); | $self->update_proj_string(); | |
#my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | #my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | |
#$dd->Indent(1); | #$dd->Indent(1); | |
#print STDERR $dd->Dump(); | #print STDERR $dd->Dump(); | |
#print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | #print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | |
return $self; | return $self; | |
} # End of PDL::Transform::ob_tran::new()... | } # End of PDL::Transform::ob_tran::new()... | |
1; | 1; | |
#line 10403 "Proj4.pm" | ||
#line 10404 "Proj4.pm" | ||
#line 434 "Proj4.pd" | ||
#line 379 "Proj4.pd" | #line 379 "Proj4.pd" | |
# Autogenerated code for the Proj4 projection code: | # Autogenerated code for the Proj4 projection code: | |
# ocea | # ocea | |
# | # | |
package # hide from PAUSE | package # hide from PAUSE | |
PDL::Transform::Proj4::ocea; | PDL::Transform::Proj4::ocea; | |
use strict; | use strict; | |
use warnings; | use warnings; | |
our @ISA = ( 'PDL::Transform::Proj4' ); | our @ISA = ( 'PDL::Transform::Proj4' ); | |
sub new | sub new | |
skipping to change at line 9161 | skipping to change at line 8003 | |
{ $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | { $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | |
$self->update_proj_string(); | $self->update_proj_string(); | |
#my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | #my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | |
#$dd->Indent(1); | #$dd->Indent(1); | |
#print STDERR $dd->Dump(); | #print STDERR $dd->Dump(); | |
#print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | #print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | |
return $self; | return $self; | |
} # End of PDL::Transform::ocea::new()... | } # End of PDL::Transform::ocea::new()... | |
1; | 1; | |
#line 10454 "Proj4.pm" | ||
#line 10455 "Proj4.pm" | ||
#line 434 "Proj4.pd" | ||
#line 379 "Proj4.pd" | #line 379 "Proj4.pd" | |
# Autogenerated code for the Proj4 projection code: | # Autogenerated code for the Proj4 projection code: | |
# oea | # oea | |
# | # | |
package # hide from PAUSE | package # hide from PAUSE | |
PDL::Transform::Proj4::oea; | PDL::Transform::Proj4::oea; | |
use strict; | use strict; | |
use warnings; | use warnings; | |
our @ISA = ( 'PDL::Transform::Proj4' ); | our @ISA = ( 'PDL::Transform::Proj4' ); | |
sub new | sub new | |
skipping to change at line 9209 | skipping to change at line 8047 | |
{ $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | { $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | |
$self->update_proj_string(); | $self->update_proj_string(); | |
#my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | #my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | |
#$dd->Indent(1); | #$dd->Indent(1); | |
#print STDERR $dd->Dump(); | #print STDERR $dd->Dump(); | |
#print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | #print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | |
return $self; | return $self; | |
} # End of PDL::Transform::oea::new()... | } # End of PDL::Transform::oea::new()... | |
1; | 1; | |
#line 10505 "Proj4.pm" | ||
#line 10506 "Proj4.pm" | ||
#line 434 "Proj4.pd" | ||
#line 379 "Proj4.pd" | #line 379 "Proj4.pd" | |
# Autogenerated code for the Proj4 projection code: | # Autogenerated code for the Proj4 projection code: | |
# omerc | # omerc | |
# | # | |
package # hide from PAUSE | package # hide from PAUSE | |
PDL::Transform::Proj4::omerc; | PDL::Transform::Proj4::omerc; | |
use strict; | use strict; | |
use warnings; | use warnings; | |
our @ISA = ( 'PDL::Transform::Proj4' ); | our @ISA = ( 'PDL::Transform::Proj4' ); | |
sub new | sub new | |
skipping to change at line 9257 | skipping to change at line 8091 | |
{ $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | { $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | |
$self->update_proj_string(); | $self->update_proj_string(); | |
#my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | #my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | |
#$dd->Indent(1); | #$dd->Indent(1); | |
#print STDERR $dd->Dump(); | #print STDERR $dd->Dump(); | |
#print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | #print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | |
return $self; | return $self; | |
} # End of PDL::Transform::omerc::new()... | } # End of PDL::Transform::omerc::new()... | |
1; | 1; | |
#line 10556 "Proj4.pm" | ||
#line 10557 "Proj4.pm" | ||
#line 434 "Proj4.pd" | ||
#line 379 "Proj4.pd" | #line 379 "Proj4.pd" | |
# Autogenerated code for the Proj4 projection code: | # Autogenerated code for the Proj4 projection code: | |
# ortel | # ortel | |
# | # | |
package # hide from PAUSE | package # hide from PAUSE | |
PDL::Transform::Proj4::ortel; | PDL::Transform::Proj4::ortel; | |
use strict; | use strict; | |
use warnings; | use warnings; | |
our @ISA = ( 'PDL::Transform::Proj4' ); | our @ISA = ( 'PDL::Transform::Proj4' ); | |
sub new | sub new | |
skipping to change at line 9305 | skipping to change at line 8135 | |
{ $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | { $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | |
$self->update_proj_string(); | $self->update_proj_string(); | |
#my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | #my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | |
#$dd->Indent(1); | #$dd->Indent(1); | |
#print STDERR $dd->Dump(); | #print STDERR $dd->Dump(); | |
#print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | #print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | |
return $self; | return $self; | |
} # End of PDL::Transform::ortel::new()... | } # End of PDL::Transform::ortel::new()... | |
1; | 1; | |
#line 10607 "Proj4.pm" | ||
#line 10608 "Proj4.pm" | ||
#line 434 "Proj4.pd" | ||
#line 379 "Proj4.pd" | #line 379 "Proj4.pd" | |
# Autogenerated code for the Proj4 projection code: | # Autogenerated code for the Proj4 projection code: | |
# ortho | # ortho | |
# | # | |
package # hide from PAUSE | package # hide from PAUSE | |
PDL::Transform::Proj4::ortho; | PDL::Transform::Proj4::ortho; | |
use strict; | use strict; | |
use warnings; | use warnings; | |
our @ISA = ( 'PDL::Transform::Proj4' ); | our @ISA = ( 'PDL::Transform::Proj4' ); | |
sub new | sub new | |
skipping to change at line 9353 | skipping to change at line 8179 | |
{ $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | { $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | |
$self->update_proj_string(); | $self->update_proj_string(); | |
#my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | #my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | |
#$dd->Indent(1); | #$dd->Indent(1); | |
#print STDERR $dd->Dump(); | #print STDERR $dd->Dump(); | |
#print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | #print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | |
return $self; | return $self; | |
} # End of PDL::Transform::ortho::new()... | } # End of PDL::Transform::ortho::new()... | |
1; | 1; | |
#line 10658 "Proj4.pm" | ||
#line 10659 "Proj4.pm" | ||
#line 434 "Proj4.pd" | ||
#line 379 "Proj4.pd" | #line 379 "Proj4.pd" | |
# Autogenerated code for the Proj4 projection code: | # Autogenerated code for the Proj4 projection code: | |
# patterson | # patterson | |
# | # | |
package # hide from PAUSE | package # hide from PAUSE | |
PDL::Transform::Proj4::patterson; | PDL::Transform::Proj4::patterson; | |
use strict; | use strict; | |
use warnings; | use warnings; | |
our @ISA = ( 'PDL::Transform::Proj4' ); | our @ISA = ( 'PDL::Transform::Proj4' ); | |
sub new | sub new | |
skipping to change at line 9401 | skipping to change at line 8223 | |
{ $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | { $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | |
$self->update_proj_string(); | $self->update_proj_string(); | |
#my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | #my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | |
#$dd->Indent(1); | #$dd->Indent(1); | |
#print STDERR $dd->Dump(); | #print STDERR $dd->Dump(); | |
#print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | #print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | |
return $self; | return $self; | |
} # End of PDL::Transform::patterson::new()... | } # End of PDL::Transform::patterson::new()... | |
1; | 1; | |
#line 10709 "Proj4.pm" | ||
#line 10710 "Proj4.pm" | ||
#line 434 "Proj4.pd" | ||
#line 379 "Proj4.pd" | #line 379 "Proj4.pd" | |
# Autogenerated code for the Proj4 projection code: | # Autogenerated code for the Proj4 projection code: | |
# pconic | # pconic | |
# | # | |
package # hide from PAUSE | package # hide from PAUSE | |
PDL::Transform::Proj4::pconic; | PDL::Transform::Proj4::pconic; | |
use strict; | use strict; | |
use warnings; | use warnings; | |
our @ISA = ( 'PDL::Transform::Proj4' ); | our @ISA = ( 'PDL::Transform::Proj4' ); | |
sub new | sub new | |
skipping to change at line 9449 | skipping to change at line 8267 | |
{ $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | { $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | |
$self->update_proj_string(); | $self->update_proj_string(); | |
#my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | #my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | |
#$dd->Indent(1); | #$dd->Indent(1); | |
#print STDERR $dd->Dump(); | #print STDERR $dd->Dump(); | |
#print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | #print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | |
return $self; | return $self; | |
} # End of PDL::Transform::pconic::new()... | } # End of PDL::Transform::pconic::new()... | |
1; | 1; | |
#line 10760 "Proj4.pm" | ||
#line 10761 "Proj4.pm" | ||
#line 434 "Proj4.pd" | ||
#line 379 "Proj4.pd" | #line 379 "Proj4.pd" | |
# Autogenerated code for the Proj4 projection code: | # Autogenerated code for the Proj4 projection code: | |
# peirce_q | # peirce_q | |
# | # | |
package # hide from PAUSE | package # hide from PAUSE | |
PDL::Transform::Proj4::peirce_q; | PDL::Transform::Proj4::peirce_q; | |
use strict; | use strict; | |
use warnings; | use warnings; | |
our @ISA = ( 'PDL::Transform::Proj4' ); | our @ISA = ( 'PDL::Transform::Proj4' ); | |
sub new | sub new | |
skipping to change at line 9497 | skipping to change at line 8311 | |
{ $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | { $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | |
$self->update_proj_string(); | $self->update_proj_string(); | |
#my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | #my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | |
#$dd->Indent(1); | #$dd->Indent(1); | |
#print STDERR $dd->Dump(); | #print STDERR $dd->Dump(); | |
#print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | #print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | |
return $self; | return $self; | |
} # End of PDL::Transform::peirce_q::new()... | } # End of PDL::Transform::peirce_q::new()... | |
1; | 1; | |
#line 10811 "Proj4.pm" | ||
#line 10812 "Proj4.pm" | ||
#line 434 "Proj4.pd" | ||
#line 379 "Proj4.pd" | #line 379 "Proj4.pd" | |
# Autogenerated code for the Proj4 projection code: | # Autogenerated code for the Proj4 projection code: | |
# pipeline | # pipeline | |
# | # | |
package # hide from PAUSE | package # hide from PAUSE | |
PDL::Transform::Proj4::pipeline; | PDL::Transform::Proj4::pipeline; | |
use strict; | use strict; | |
use warnings; | use warnings; | |
our @ISA = ( 'PDL::Transform::Proj4' ); | our @ISA = ( 'PDL::Transform::Proj4' ); | |
sub new | sub new | |
skipping to change at line 9545 | skipping to change at line 8355 | |
{ $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | { $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | |
$self->update_proj_string(); | $self->update_proj_string(); | |
#my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | #my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | |
#$dd->Indent(1); | #$dd->Indent(1); | |
#print STDERR $dd->Dump(); | #print STDERR $dd->Dump(); | |
#print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | #print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | |
return $self; | return $self; | |
} # End of PDL::Transform::pipeline::new()... | } # End of PDL::Transform::pipeline::new()... | |
1; | 1; | |
#line 10862 "Proj4.pm" | ||
#line 10863 "Proj4.pm" | ||
#line 434 "Proj4.pd" | ||
#line 379 "Proj4.pd" | #line 379 "Proj4.pd" | |
# Autogenerated code for the Proj4 projection code: | # Autogenerated code for the Proj4 projection code: | |
# poly | # poly | |
# | # | |
package # hide from PAUSE | package # hide from PAUSE | |
PDL::Transform::Proj4::poly; | PDL::Transform::Proj4::poly; | |
use strict; | use strict; | |
use warnings; | use warnings; | |
our @ISA = ( 'PDL::Transform::Proj4' ); | our @ISA = ( 'PDL::Transform::Proj4' ); | |
sub new | sub new | |
skipping to change at line 9593 | skipping to change at line 8399 | |
{ $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | { $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | |
$self->update_proj_string(); | $self->update_proj_string(); | |
#my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | #my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | |
#$dd->Indent(1); | #$dd->Indent(1); | |
#print STDERR $dd->Dump(); | #print STDERR $dd->Dump(); | |
#print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | #print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | |
return $self; | return $self; | |
} # End of PDL::Transform::poly::new()... | } # End of PDL::Transform::poly::new()... | |
1; | 1; | |
#line 10913 "Proj4.pm" | ||
#line 10914 "Proj4.pm" | ||
#line 434 "Proj4.pd" | ||
#line 379 "Proj4.pd" | #line 379 "Proj4.pd" | |
# Autogenerated code for the Proj4 projection code: | # Autogenerated code for the Proj4 projection code: | |
# pop | # pop | |
# | # | |
package # hide from PAUSE | package # hide from PAUSE | |
PDL::Transform::Proj4::pop; | PDL::Transform::Proj4::pop; | |
use strict; | use strict; | |
use warnings; | use warnings; | |
our @ISA = ( 'PDL::Transform::Proj4' ); | our @ISA = ( 'PDL::Transform::Proj4' ); | |
sub new | sub new | |
skipping to change at line 9641 | skipping to change at line 8443 | |
{ $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | { $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | |
$self->update_proj_string(); | $self->update_proj_string(); | |
#my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | #my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | |
#$dd->Indent(1); | #$dd->Indent(1); | |
#print STDERR $dd->Dump(); | #print STDERR $dd->Dump(); | |
#print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | #print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | |
return $self; | return $self; | |
} # End of PDL::Transform::pop::new()... | } # End of PDL::Transform::pop::new()... | |
1; | 1; | |
#line 10964 "Proj4.pm" | ||
#line 10965 "Proj4.pm" | ||
#line 434 "Proj4.pd" | ||
#line 379 "Proj4.pd" | #line 379 "Proj4.pd" | |
# Autogenerated code for the Proj4 projection code: | # Autogenerated code for the Proj4 projection code: | |
# push | # push | |
# | # | |
package # hide from PAUSE | package # hide from PAUSE | |
PDL::Transform::Proj4::push; | PDL::Transform::Proj4::push; | |
use strict; | use strict; | |
use warnings; | use warnings; | |
our @ISA = ( 'PDL::Transform::Proj4' ); | our @ISA = ( 'PDL::Transform::Proj4' ); | |
sub new | sub new | |
skipping to change at line 9689 | skipping to change at line 8487 | |
{ $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | { $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | |
$self->update_proj_string(); | $self->update_proj_string(); | |
#my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | #my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | |
#$dd->Indent(1); | #$dd->Indent(1); | |
#print STDERR $dd->Dump(); | #print STDERR $dd->Dump(); | |
#print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | #print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | |
return $self; | return $self; | |
} # End of PDL::Transform::push::new()... | } # End of PDL::Transform::push::new()... | |
1; | 1; | |
#line 11015 "Proj4.pm" | ||
#line 11016 "Proj4.pm" | ||
#line 434 "Proj4.pd" | ||
#line 379 "Proj4.pd" | #line 379 "Proj4.pd" | |
# Autogenerated code for the Proj4 projection code: | # Autogenerated code for the Proj4 projection code: | |
# putp1 | # putp1 | |
# | # | |
package # hide from PAUSE | package # hide from PAUSE | |
PDL::Transform::Proj4::putp1; | PDL::Transform::Proj4::putp1; | |
use strict; | use strict; | |
use warnings; | use warnings; | |
our @ISA = ( 'PDL::Transform::Proj4' ); | our @ISA = ( 'PDL::Transform::Proj4' ); | |
sub new | sub new | |
skipping to change at line 9737 | skipping to change at line 8531 | |
{ $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | { $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | |
$self->update_proj_string(); | $self->update_proj_string(); | |
#my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | #my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | |
#$dd->Indent(1); | #$dd->Indent(1); | |
#print STDERR $dd->Dump(); | #print STDERR $dd->Dump(); | |
#print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | #print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | |
return $self; | return $self; | |
} # End of PDL::Transform::putp1::new()... | } # End of PDL::Transform::putp1::new()... | |
1; | 1; | |
#line 11066 "Proj4.pm" | ||
#line 11067 "Proj4.pm" | ||
#line 434 "Proj4.pd" | ||
#line 379 "Proj4.pd" | #line 379 "Proj4.pd" | |
# Autogenerated code for the Proj4 projection code: | # Autogenerated code for the Proj4 projection code: | |
# putp2 | # putp2 | |
# | # | |
package # hide from PAUSE | package # hide from PAUSE | |
PDL::Transform::Proj4::putp2; | PDL::Transform::Proj4::putp2; | |
use strict; | use strict; | |
use warnings; | use warnings; | |
our @ISA = ( 'PDL::Transform::Proj4' ); | our @ISA = ( 'PDL::Transform::Proj4' ); | |
sub new | sub new | |
skipping to change at line 9785 | skipping to change at line 8575 | |
{ $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | { $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | |
$self->update_proj_string(); | $self->update_proj_string(); | |
#my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | #my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | |
#$dd->Indent(1); | #$dd->Indent(1); | |
#print STDERR $dd->Dump(); | #print STDERR $dd->Dump(); | |
#print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | #print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | |
return $self; | return $self; | |
} # End of PDL::Transform::putp2::new()... | } # End of PDL::Transform::putp2::new()... | |
1; | 1; | |
#line 11117 "Proj4.pm" | ||
#line 11118 "Proj4.pm" | ||
#line 434 "Proj4.pd" | ||
#line 379 "Proj4.pd" | #line 379 "Proj4.pd" | |
# Autogenerated code for the Proj4 projection code: | # Autogenerated code for the Proj4 projection code: | |
# putp3 | # putp3 | |
# | # | |
package # hide from PAUSE | package # hide from PAUSE | |
PDL::Transform::Proj4::putp3; | PDL::Transform::Proj4::putp3; | |
use strict; | use strict; | |
use warnings; | use warnings; | |
our @ISA = ( 'PDL::Transform::Proj4' ); | our @ISA = ( 'PDL::Transform::Proj4' ); | |
sub new | sub new | |
skipping to change at line 9833 | skipping to change at line 8619 | |
{ $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | { $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | |
$self->update_proj_string(); | $self->update_proj_string(); | |
#my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | #my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | |
#$dd->Indent(1); | #$dd->Indent(1); | |
#print STDERR $dd->Dump(); | #print STDERR $dd->Dump(); | |
#print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | #print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | |
return $self; | return $self; | |
} # End of PDL::Transform::putp3::new()... | } # End of PDL::Transform::putp3::new()... | |
1; | 1; | |
#line 11168 "Proj4.pm" | ||
#line 11169 "Proj4.pm" | ||
#line 434 "Proj4.pd" | ||
#line 379 "Proj4.pd" | #line 379 "Proj4.pd" | |
# Autogenerated code for the Proj4 projection code: | # Autogenerated code for the Proj4 projection code: | |
# putp3p | # putp3p | |
# | # | |
package # hide from PAUSE | package # hide from PAUSE | |
PDL::Transform::Proj4::putp3p; | PDL::Transform::Proj4::putp3p; | |
use strict; | use strict; | |
use warnings; | use warnings; | |
our @ISA = ( 'PDL::Transform::Proj4' ); | our @ISA = ( 'PDL::Transform::Proj4' ); | |
sub new | sub new | |
skipping to change at line 9881 | skipping to change at line 8663 | |
{ $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | { $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | |
$self->update_proj_string(); | $self->update_proj_string(); | |
#my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | #my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | |
#$dd->Indent(1); | #$dd->Indent(1); | |
#print STDERR $dd->Dump(); | #print STDERR $dd->Dump(); | |
#print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | #print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | |
return $self; | return $self; | |
} # End of PDL::Transform::putp3p::new()... | } # End of PDL::Transform::putp3p::new()... | |
1; | 1; | |
#line 11219 "Proj4.pm" | ||
#line 11220 "Proj4.pm" | ||
#line 434 "Proj4.pd" | ||
#line 379 "Proj4.pd" | #line 379 "Proj4.pd" | |
# Autogenerated code for the Proj4 projection code: | # Autogenerated code for the Proj4 projection code: | |
# putp4p | # putp4p | |
# | # | |
package # hide from PAUSE | package # hide from PAUSE | |
PDL::Transform::Proj4::putp4p; | PDL::Transform::Proj4::putp4p; | |
use strict; | use strict; | |
use warnings; | use warnings; | |
our @ISA = ( 'PDL::Transform::Proj4' ); | our @ISA = ( 'PDL::Transform::Proj4' ); | |
sub new | sub new | |
skipping to change at line 9929 | skipping to change at line 8707 | |
{ $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | { $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | |
$self->update_proj_string(); | $self->update_proj_string(); | |
#my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | #my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | |
#$dd->Indent(1); | #$dd->Indent(1); | |
#print STDERR $dd->Dump(); | #print STDERR $dd->Dump(); | |
#print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | #print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | |
return $self; | return $self; | |
} # End of PDL::Transform::putp4p::new()... | } # End of PDL::Transform::putp4p::new()... | |
1; | 1; | |
#line 11270 "Proj4.pm" | ||
#line 11271 "Proj4.pm" | ||
#line 434 "Proj4.pd" | ||
#line 379 "Proj4.pd" | #line 379 "Proj4.pd" | |
# Autogenerated code for the Proj4 projection code: | # Autogenerated code for the Proj4 projection code: | |
# putp5 | # putp5 | |
# | # | |
package # hide from PAUSE | package # hide from PAUSE | |
PDL::Transform::Proj4::putp5; | PDL::Transform::Proj4::putp5; | |
use strict; | use strict; | |
use warnings; | use warnings; | |
our @ISA = ( 'PDL::Transform::Proj4' ); | our @ISA = ( 'PDL::Transform::Proj4' ); | |
sub new | sub new | |
skipping to change at line 9977 | skipping to change at line 8751 | |
{ $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | { $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | |
$self->update_proj_string(); | $self->update_proj_string(); | |
#my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | #my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | |
#$dd->Indent(1); | #$dd->Indent(1); | |
#print STDERR $dd->Dump(); | #print STDERR $dd->Dump(); | |
#print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | #print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | |
return $self; | return $self; | |
} # End of PDL::Transform::putp5::new()... | } # End of PDL::Transform::putp5::new()... | |
1; | 1; | |
#line 11321 "Proj4.pm" | ||
#line 11322 "Proj4.pm" | ||
#line 434 "Proj4.pd" | ||
#line 379 "Proj4.pd" | #line 379 "Proj4.pd" | |
# Autogenerated code for the Proj4 projection code: | # Autogenerated code for the Proj4 projection code: | |
# putp5p | # putp5p | |
# | # | |
package # hide from PAUSE | package # hide from PAUSE | |
PDL::Transform::Proj4::putp5p; | PDL::Transform::Proj4::putp5p; | |
use strict; | use strict; | |
use warnings; | use warnings; | |
our @ISA = ( 'PDL::Transform::Proj4' ); | our @ISA = ( 'PDL::Transform::Proj4' ); | |
sub new | sub new | |
skipping to change at line 10025 | skipping to change at line 8795 | |
{ $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | { $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | |
$self->update_proj_string(); | $self->update_proj_string(); | |
#my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | #my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | |
#$dd->Indent(1); | #$dd->Indent(1); | |
#print STDERR $dd->Dump(); | #print STDERR $dd->Dump(); | |
#print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | #print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | |
return $self; | return $self; | |
} # End of PDL::Transform::putp5p::new()... | } # End of PDL::Transform::putp5p::new()... | |
1; | 1; | |
#line 11372 "Proj4.pm" | ||
#line 11373 "Proj4.pm" | ||
#line 434 "Proj4.pd" | ||
#line 379 "Proj4.pd" | #line 379 "Proj4.pd" | |
# Autogenerated code for the Proj4 projection code: | # Autogenerated code for the Proj4 projection code: | |
# putp6 | # putp6 | |
# | # | |
package # hide from PAUSE | package # hide from PAUSE | |
PDL::Transform::Proj4::putp6; | PDL::Transform::Proj4::putp6; | |
use strict; | use strict; | |
use warnings; | use warnings; | |
our @ISA = ( 'PDL::Transform::Proj4' ); | our @ISA = ( 'PDL::Transform::Proj4' ); | |
sub new | sub new | |
skipping to change at line 10073 | skipping to change at line 8839 | |
{ $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | { $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | |
$self->update_proj_string(); | $self->update_proj_string(); | |
#my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | #my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | |
#$dd->Indent(1); | #$dd->Indent(1); | |
#print STDERR $dd->Dump(); | #print STDERR $dd->Dump(); | |
#print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | #print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | |
return $self; | return $self; | |
} # End of PDL::Transform::putp6::new()... | } # End of PDL::Transform::putp6::new()... | |
1; | 1; | |
#line 11423 "Proj4.pm" | ||
#line 11424 "Proj4.pm" | ||
#line 434 "Proj4.pd" | ||
#line 379 "Proj4.pd" | #line 379 "Proj4.pd" | |
# Autogenerated code for the Proj4 projection code: | # Autogenerated code for the Proj4 projection code: | |
# putp6p | # putp6p | |
# | # | |
package # hide from PAUSE | package # hide from PAUSE | |
PDL::Transform::Proj4::putp6p; | PDL::Transform::Proj4::putp6p; | |
use strict; | use strict; | |
use warnings; | use warnings; | |
our @ISA = ( 'PDL::Transform::Proj4' ); | our @ISA = ( 'PDL::Transform::Proj4' ); | |
sub new | sub new | |
skipping to change at line 10121 | skipping to change at line 8883 | |
{ $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | { $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | |
$self->update_proj_string(); | $self->update_proj_string(); | |
#my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | #my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | |
#$dd->Indent(1); | #$dd->Indent(1); | |
#print STDERR $dd->Dump(); | #print STDERR $dd->Dump(); | |
#print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | #print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | |
return $self; | return $self; | |
} # End of PDL::Transform::putp6p::new()... | } # End of PDL::Transform::putp6p::new()... | |
1; | 1; | |
#line 11474 "Proj4.pm" | ||
#line 11475 "Proj4.pm" | ||
#line 434 "Proj4.pd" | ||
#line 379 "Proj4.pd" | #line 379 "Proj4.pd" | |
# Autogenerated code for the Proj4 projection code: | # Autogenerated code for the Proj4 projection code: | |
# qsc | # qsc | |
# | # | |
package # hide from PAUSE | package # hide from PAUSE | |
PDL::Transform::Proj4::qsc; | PDL::Transform::Proj4::qsc; | |
use strict; | use strict; | |
use warnings; | use warnings; | |
our @ISA = ( 'PDL::Transform::Proj4' ); | our @ISA = ( 'PDL::Transform::Proj4' ); | |
sub new | sub new | |
skipping to change at line 10169 | skipping to change at line 8927 | |
{ $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | { $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | |
$self->update_proj_string(); | $self->update_proj_string(); | |
#my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | #my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | |
#$dd->Indent(1); | #$dd->Indent(1); | |
#print STDERR $dd->Dump(); | #print STDERR $dd->Dump(); | |
#print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | #print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | |
return $self; | return $self; | |
} # End of PDL::Transform::qsc::new()... | } # End of PDL::Transform::qsc::new()... | |
1; | 1; | |
#line 11525 "Proj4.pm" | ||
#line 11526 "Proj4.pm" | ||
#line 434 "Proj4.pd" | ||
#line 379 "Proj4.pd" | #line 379 "Proj4.pd" | |
# Autogenerated code for the Proj4 projection code: | # Autogenerated code for the Proj4 projection code: | |
# qua_aut | # qua_aut | |
# | # | |
package # hide from PAUSE | package # hide from PAUSE | |
PDL::Transform::Proj4::qua_aut; | PDL::Transform::Proj4::qua_aut; | |
use strict; | use strict; | |
use warnings; | use warnings; | |
our @ISA = ( 'PDL::Transform::Proj4' ); | our @ISA = ( 'PDL::Transform::Proj4' ); | |
sub new | sub new | |
skipping to change at line 10217 | skipping to change at line 8971 | |
{ $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | { $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | |
$self->update_proj_string(); | $self->update_proj_string(); | |
#my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | #my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | |
#$dd->Indent(1); | #$dd->Indent(1); | |
#print STDERR $dd->Dump(); | #print STDERR $dd->Dump(); | |
#print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | #print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | |
return $self; | return $self; | |
} # End of PDL::Transform::qua_aut::new()... | } # End of PDL::Transform::qua_aut::new()... | |
1; | 1; | |
#line 11576 "Proj4.pm" | ||
#line 11577 "Proj4.pm" | ||
#line 434 "Proj4.pd" | ||
#line 379 "Proj4.pd" | #line 379 "Proj4.pd" | |
# Autogenerated code for the Proj4 projection code: | # Autogenerated code for the Proj4 projection code: | |
# rhealpix | # rhealpix | |
# | # | |
package # hide from PAUSE | package # hide from PAUSE | |
PDL::Transform::Proj4::rhealpix; | PDL::Transform::Proj4::rhealpix; | |
use strict; | use strict; | |
use warnings; | use warnings; | |
our @ISA = ( 'PDL::Transform::Proj4' ); | our @ISA = ( 'PDL::Transform::Proj4' ); | |
sub new | sub new | |
skipping to change at line 10265 | skipping to change at line 9015 | |
{ $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | { $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | |
$self->update_proj_string(); | $self->update_proj_string(); | |
#my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | #my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | |
#$dd->Indent(1); | #$dd->Indent(1); | |
#print STDERR $dd->Dump(); | #print STDERR $dd->Dump(); | |
#print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | #print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | |
return $self; | return $self; | |
} # End of PDL::Transform::rhealpix::new()... | } # End of PDL::Transform::rhealpix::new()... | |
1; | 1; | |
#line 11627 "Proj4.pm" | ||
#line 11628 "Proj4.pm" | ||
#line 434 "Proj4.pd" | ||
#line 379 "Proj4.pd" | #line 379 "Proj4.pd" | |
# Autogenerated code for the Proj4 projection code: | # Autogenerated code for the Proj4 projection code: | |
# robin | # robin | |
# | # | |
package # hide from PAUSE | package # hide from PAUSE | |
PDL::Transform::Proj4::robin; | PDL::Transform::Proj4::robin; | |
use strict; | use strict; | |
use warnings; | use warnings; | |
our @ISA = ( 'PDL::Transform::Proj4' ); | our @ISA = ( 'PDL::Transform::Proj4' ); | |
sub new | sub new | |
skipping to change at line 10313 | skipping to change at line 9059 | |
{ $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | { $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | |
$self->update_proj_string(); | $self->update_proj_string(); | |
#my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | #my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | |
#$dd->Indent(1); | #$dd->Indent(1); | |
#print STDERR $dd->Dump(); | #print STDERR $dd->Dump(); | |
#print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | #print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | |
return $self; | return $self; | |
} # End of PDL::Transform::robin::new()... | } # End of PDL::Transform::robin::new()... | |
1; | 1; | |
#line 11678 "Proj4.pm" | ||
#line 11679 "Proj4.pm" | ||
#line 434 "Proj4.pd" | ||
#line 379 "Proj4.pd" | #line 379 "Proj4.pd" | |
# Autogenerated code for the Proj4 projection code: | # Autogenerated code for the Proj4 projection code: | |
# rouss | # rouss | |
# | # | |
package # hide from PAUSE | package # hide from PAUSE | |
PDL::Transform::Proj4::rouss; | PDL::Transform::Proj4::rouss; | |
use strict; | use strict; | |
use warnings; | use warnings; | |
our @ISA = ( 'PDL::Transform::Proj4' ); | our @ISA = ( 'PDL::Transform::Proj4' ); | |
sub new | sub new | |
skipping to change at line 10361 | skipping to change at line 9103 | |
{ $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | { $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | |
$self->update_proj_string(); | $self->update_proj_string(); | |
#my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | #my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | |
#$dd->Indent(1); | #$dd->Indent(1); | |
#print STDERR $dd->Dump(); | #print STDERR $dd->Dump(); | |
#print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | #print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | |
return $self; | return $self; | |
} # End of PDL::Transform::rouss::new()... | } # End of PDL::Transform::rouss::new()... | |
1; | 1; | |
#line 11729 "Proj4.pm" | ||
#line 11730 "Proj4.pm" | ||
#line 434 "Proj4.pd" | ||
#line 379 "Proj4.pd" | #line 379 "Proj4.pd" | |
# Autogenerated code for the Proj4 projection code: | # Autogenerated code for the Proj4 projection code: | |
# rpoly | # rpoly | |
# | # | |
package # hide from PAUSE | package # hide from PAUSE | |
PDL::Transform::Proj4::rpoly; | PDL::Transform::Proj4::rpoly; | |
use strict; | use strict; | |
use warnings; | use warnings; | |
our @ISA = ( 'PDL::Transform::Proj4' ); | our @ISA = ( 'PDL::Transform::Proj4' ); | |
sub new | sub new | |
skipping to change at line 10409 | skipping to change at line 9147 | |
{ $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | { $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | |
$self->update_proj_string(); | $self->update_proj_string(); | |
#my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | #my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | |
#$dd->Indent(1); | #$dd->Indent(1); | |
#print STDERR $dd->Dump(); | #print STDERR $dd->Dump(); | |
#print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | #print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | |
return $self; | return $self; | |
} # End of PDL::Transform::rpoly::new()... | } # End of PDL::Transform::rpoly::new()... | |
1; | 1; | |
#line 11780 "Proj4.pm" | ||
#line 11781 "Proj4.pm" | ||
#line 434 "Proj4.pd" | ||
#line 379 "Proj4.pd" | #line 379 "Proj4.pd" | |
# Autogenerated code for the Proj4 projection code: | # Autogenerated code for the Proj4 projection code: | |
# s2 | # s2 | |
# | # | |
package # hide from PAUSE | package # hide from PAUSE | |
PDL::Transform::Proj4::s2; | PDL::Transform::Proj4::s2; | |
use strict; | use strict; | |
use warnings; | use warnings; | |
our @ISA = ( 'PDL::Transform::Proj4' ); | our @ISA = ( 'PDL::Transform::Proj4' ); | |
sub new | sub new | |
skipping to change at line 10457 | skipping to change at line 9191 | |
{ $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | { $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | |
$self->update_proj_string(); | $self->update_proj_string(); | |
#my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | #my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | |
#$dd->Indent(1); | #$dd->Indent(1); | |
#print STDERR $dd->Dump(); | #print STDERR $dd->Dump(); | |
#print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | #print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | |
return $self; | return $self; | |
} # End of PDL::Transform::s2::new()... | } # End of PDL::Transform::s2::new()... | |
1; | 1; | |
#line 11831 "Proj4.pm" | ||
#line 11832 "Proj4.pm" | ||
#line 434 "Proj4.pd" | ||
#line 379 "Proj4.pd" | #line 379 "Proj4.pd" | |
# Autogenerated code for the Proj4 projection code: | # Autogenerated code for the Proj4 projection code: | |
# sch | # sch | |
# | # | |
package # hide from PAUSE | package # hide from PAUSE | |
PDL::Transform::Proj4::sch; | PDL::Transform::Proj4::sch; | |
use strict; | use strict; | |
use warnings; | use warnings; | |
our @ISA = ( 'PDL::Transform::Proj4' ); | our @ISA = ( 'PDL::Transform::Proj4' ); | |
sub new | sub new | |
skipping to change at line 10505 | skipping to change at line 9235 | |
{ $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | { $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | |
$self->update_proj_string(); | $self->update_proj_string(); | |
#my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | #my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | |
#$dd->Indent(1); | #$dd->Indent(1); | |
#print STDERR $dd->Dump(); | #print STDERR $dd->Dump(); | |
#print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | #print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | |
return $self; | return $self; | |
} # End of PDL::Transform::sch::new()... | } # End of PDL::Transform::sch::new()... | |
1; | 1; | |
#line 11882 "Proj4.pm" | ||
#line 11883 "Proj4.pm" | ||
#line 434 "Proj4.pd" | ||
#line 379 "Proj4.pd" | #line 379 "Proj4.pd" | |
# Autogenerated code for the Proj4 projection code: | # Autogenerated code for the Proj4 projection code: | |
# set | # set | |
# | # | |
package # hide from PAUSE | package # hide from PAUSE | |
PDL::Transform::Proj4::set; | PDL::Transform::Proj4::set; | |
use strict; | use strict; | |
use warnings; | use warnings; | |
our @ISA = ( 'PDL::Transform::Proj4' ); | our @ISA = ( 'PDL::Transform::Proj4' ); | |
sub new | sub new | |
skipping to change at line 10553 | skipping to change at line 9279 | |
{ $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | { $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | |
$self->update_proj_string(); | $self->update_proj_string(); | |
#my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | #my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | |
#$dd->Indent(1); | #$dd->Indent(1); | |
#print STDERR $dd->Dump(); | #print STDERR $dd->Dump(); | |
#print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | #print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | |
return $self; | return $self; | |
} # End of PDL::Transform::set::new()... | } # End of PDL::Transform::set::new()... | |
1; | 1; | |
#line 11933 "Proj4.pm" | ||
#line 11934 "Proj4.pm" | ||
#line 434 "Proj4.pd" | ||
#line 379 "Proj4.pd" | #line 379 "Proj4.pd" | |
# Autogenerated code for the Proj4 projection code: | # Autogenerated code for the Proj4 projection code: | |
# sinu | # sinu | |
# | # | |
package # hide from PAUSE | package # hide from PAUSE | |
PDL::Transform::Proj4::sinu; | PDL::Transform::Proj4::sinu; | |
use strict; | use strict; | |
use warnings; | use warnings; | |
our @ISA = ( 'PDL::Transform::Proj4' ); | our @ISA = ( 'PDL::Transform::Proj4' ); | |
sub new | sub new | |
skipping to change at line 10601 | skipping to change at line 9323 | |
{ $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | { $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | |
$self->update_proj_string(); | $self->update_proj_string(); | |
#my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | #my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | |
#$dd->Indent(1); | #$dd->Indent(1); | |
#print STDERR $dd->Dump(); | #print STDERR $dd->Dump(); | |
#print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | #print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | |
return $self; | return $self; | |
} # End of PDL::Transform::sinu::new()... | } # End of PDL::Transform::sinu::new()... | |
1; | 1; | |
#line 11984 "Proj4.pm" | ||
#line 11985 "Proj4.pm" | ||
#line 434 "Proj4.pd" | ||
#line 379 "Proj4.pd" | #line 379 "Proj4.pd" | |
# Autogenerated code for the Proj4 projection code: | # Autogenerated code for the Proj4 projection code: | |
# somerc | # somerc | |
# | # | |
package # hide from PAUSE | package # hide from PAUSE | |
PDL::Transform::Proj4::somerc; | PDL::Transform::Proj4::somerc; | |
use strict; | use strict; | |
use warnings; | use warnings; | |
our @ISA = ( 'PDL::Transform::Proj4' ); | our @ISA = ( 'PDL::Transform::Proj4' ); | |
sub new | sub new | |
skipping to change at line 10649 | skipping to change at line 9367 | |
{ $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | { $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | |
$self->update_proj_string(); | $self->update_proj_string(); | |
#my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | #my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | |
#$dd->Indent(1); | #$dd->Indent(1); | |
#print STDERR $dd->Dump(); | #print STDERR $dd->Dump(); | |
#print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | #print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | |
return $self; | return $self; | |
} # End of PDL::Transform::somerc::new()... | } # End of PDL::Transform::somerc::new()... | |
1; | 1; | |
#line 12035 "Proj4.pm" | ||
#line 12036 "Proj4.pm" | ||
#line 434 "Proj4.pd" | ||
#line 379 "Proj4.pd" | #line 379 "Proj4.pd" | |
# Autogenerated code for the Proj4 projection code: | # Autogenerated code for the Proj4 projection code: | |
# stere | # stere | |
# | # | |
package # hide from PAUSE | package # hide from PAUSE | |
PDL::Transform::Proj4::stere; | PDL::Transform::Proj4::stere; | |
use strict; | use strict; | |
use warnings; | use warnings; | |
our @ISA = ( 'PDL::Transform::Proj4' ); | our @ISA = ( 'PDL::Transform::Proj4' ); | |
sub new | sub new | |
skipping to change at line 10697 | skipping to change at line 9411 | |
{ $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | { $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | |
$self->update_proj_string(); | $self->update_proj_string(); | |
#my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | #my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | |
#$dd->Indent(1); | #$dd->Indent(1); | |
#print STDERR $dd->Dump(); | #print STDERR $dd->Dump(); | |
#print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | #print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | |
return $self; | return $self; | |
} # End of PDL::Transform::stere::new()... | } # End of PDL::Transform::stere::new()... | |
1; | 1; | |
#line 12086 "Proj4.pm" | ||
#line 12087 "Proj4.pm" | ||
#line 434 "Proj4.pd" | ||
#line 379 "Proj4.pd" | #line 379 "Proj4.pd" | |
# Autogenerated code for the Proj4 projection code: | # Autogenerated code for the Proj4 projection code: | |
# sterea | # sterea | |
# | # | |
package # hide from PAUSE | package # hide from PAUSE | |
PDL::Transform::Proj4::sterea; | PDL::Transform::Proj4::sterea; | |
use strict; | use strict; | |
use warnings; | use warnings; | |
our @ISA = ( 'PDL::Transform::Proj4' ); | our @ISA = ( 'PDL::Transform::Proj4' ); | |
sub new | sub new | |
skipping to change at line 10745 | skipping to change at line 9455 | |
{ $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | { $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | |
$self->update_proj_string(); | $self->update_proj_string(); | |
#my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | #my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | |
#$dd->Indent(1); | #$dd->Indent(1); | |
#print STDERR $dd->Dump(); | #print STDERR $dd->Dump(); | |
#print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | #print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | |
return $self; | return $self; | |
} # End of PDL::Transform::sterea::new()... | } # End of PDL::Transform::sterea::new()... | |
1; | 1; | |
#line 12137 "Proj4.pm" | ||
#line 12138 "Proj4.pm" | ||
#line 434 "Proj4.pd" | ||
#line 379 "Proj4.pd" | #line 379 "Proj4.pd" | |
# Autogenerated code for the Proj4 projection code: | # Autogenerated code for the Proj4 projection code: | |
# tcc | # tcc | |
# | # | |
package # hide from PAUSE | package # hide from PAUSE | |
PDL::Transform::Proj4::tcc; | PDL::Transform::Proj4::tcc; | |
use strict; | use strict; | |
use warnings; | use warnings; | |
our @ISA = ( 'PDL::Transform::Proj4' ); | our @ISA = ( 'PDL::Transform::Proj4' ); | |
sub new | sub new | |
skipping to change at line 10793 | skipping to change at line 9499 | |
{ $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | { $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | |
$self->update_proj_string(); | $self->update_proj_string(); | |
#my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | #my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | |
#$dd->Indent(1); | #$dd->Indent(1); | |
#print STDERR $dd->Dump(); | #print STDERR $dd->Dump(); | |
#print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | #print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | |
return $self; | return $self; | |
} # End of PDL::Transform::tcc::new()... | } # End of PDL::Transform::tcc::new()... | |
1; | 1; | |
#line 12188 "Proj4.pm" | ||
#line 12189 "Proj4.pm" | ||
#line 434 "Proj4.pd" | ||
#line 379 "Proj4.pd" | #line 379 "Proj4.pd" | |
# Autogenerated code for the Proj4 projection code: | # Autogenerated code for the Proj4 projection code: | |
# tcea | # tcea | |
# | # | |
package # hide from PAUSE | package # hide from PAUSE | |
PDL::Transform::Proj4::tcea; | PDL::Transform::Proj4::tcea; | |
use strict; | use strict; | |
use warnings; | use warnings; | |
our @ISA = ( 'PDL::Transform::Proj4' ); | our @ISA = ( 'PDL::Transform::Proj4' ); | |
sub new | sub new | |
skipping to change at line 10841 | skipping to change at line 9543 | |
{ $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | { $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | |
$self->update_proj_string(); | $self->update_proj_string(); | |
#my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | #my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | |
#$dd->Indent(1); | #$dd->Indent(1); | |
#print STDERR $dd->Dump(); | #print STDERR $dd->Dump(); | |
#print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | #print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | |
return $self; | return $self; | |
} # End of PDL::Transform::tcea::new()... | } # End of PDL::Transform::tcea::new()... | |
1; | 1; | |
#line 12239 "Proj4.pm" | ||
#line 12240 "Proj4.pm" | ||
#line 434 "Proj4.pd" | ||
#line 379 "Proj4.pd" | #line 379 "Proj4.pd" | |
# Autogenerated code for the Proj4 projection code: | # Autogenerated code for the Proj4 projection code: | |
# times | # times | |
# | # | |
package # hide from PAUSE | package # hide from PAUSE | |
PDL::Transform::Proj4::times; | PDL::Transform::Proj4::times; | |
use strict; | use strict; | |
use warnings; | use warnings; | |
our @ISA = ( 'PDL::Transform::Proj4' ); | our @ISA = ( 'PDL::Transform::Proj4' ); | |
sub new | sub new | |
skipping to change at line 10889 | skipping to change at line 9587 | |
{ $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | { $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | |
$self->update_proj_string(); | $self->update_proj_string(); | |
#my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | #my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | |
#$dd->Indent(1); | #$dd->Indent(1); | |
#print STDERR $dd->Dump(); | #print STDERR $dd->Dump(); | |
#print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | #print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | |
return $self; | return $self; | |
} # End of PDL::Transform::times::new()... | } # End of PDL::Transform::times::new()... | |
1; | 1; | |
#line 12290 "Proj4.pm" | ||
#line 12291 "Proj4.pm" | ||
#line 434 "Proj4.pd" | ||
#line 379 "Proj4.pd" | #line 379 "Proj4.pd" | |
# Autogenerated code for the Proj4 projection code: | # Autogenerated code for the Proj4 projection code: | |
# tinshift | # tinshift | |
# | # | |
package # hide from PAUSE | package # hide from PAUSE | |
PDL::Transform::Proj4::tinshift; | PDL::Transform::Proj4::tinshift; | |
use strict; | use strict; | |
use warnings; | use warnings; | |
our @ISA = ( 'PDL::Transform::Proj4' ); | our @ISA = ( 'PDL::Transform::Proj4' ); | |
sub new | sub new | |
skipping to change at line 10937 | skipping to change at line 9631 | |
{ $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | { $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | |
$self->update_proj_string(); | $self->update_proj_string(); | |
#my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | #my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | |
#$dd->Indent(1); | #$dd->Indent(1); | |
#print STDERR $dd->Dump(); | #print STDERR $dd->Dump(); | |
#print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | #print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | |
return $self; | return $self; | |
} # End of PDL::Transform::tinshift::new()... | } # End of PDL::Transform::tinshift::new()... | |
1; | 1; | |
#line 12341 "Proj4.pm" | ||
#line 12342 "Proj4.pm" | ||
#line 434 "Proj4.pd" | ||
#line 379 "Proj4.pd" | #line 379 "Proj4.pd" | |
# Autogenerated code for the Proj4 projection code: | # Autogenerated code for the Proj4 projection code: | |
# tissot | # tissot | |
# | # | |
package # hide from PAUSE | package # hide from PAUSE | |
PDL::Transform::Proj4::tissot; | PDL::Transform::Proj4::tissot; | |
use strict; | use strict; | |
use warnings; | use warnings; | |
our @ISA = ( 'PDL::Transform::Proj4' ); | our @ISA = ( 'PDL::Transform::Proj4' ); | |
sub new | sub new | |
skipping to change at line 10985 | skipping to change at line 9675 | |
{ $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | { $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | |
$self->update_proj_string(); | $self->update_proj_string(); | |
#my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | #my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | |
#$dd->Indent(1); | #$dd->Indent(1); | |
#print STDERR $dd->Dump(); | #print STDERR $dd->Dump(); | |
#print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | #print STDERR "$sub: Final proj_params: \'" . $self->{params}->{proj_params} . "\'\n"; | |
return $self; | return $self; | |
} # End of PDL::Transform::tissot::new()... | } # End of PDL::Transform::tissot::new()... | |
1; | 1; | |
#line 12392 "Proj4.pm" | ||
#line 12393 "Proj4.pm" | ||
#line 434 "Proj4.pd" | ||
#line 379 "Proj4.pd" | #line 379 "Proj4.pd" | |
# Autogenerated code for the Proj4 projection code: | # Autogenerated code for the Proj4 projection code: | |
# tmerc | # tmerc | |
# | # | |
package # hide from PAUSE | package # hide from PAUSE | |
PDL::Transform::Proj4::tmerc; | PDL::Transform::Proj4::tmerc; | |
use strict; | use strict; | |
use warnings; | use warnings; | |
our @ISA = ( 'PDL::Transform::Proj4' ); | our @ISA = ( 'PDL::Transform::Proj4' ); | |
sub new | sub new | |
skipping to change at line 11033 | skipping to change at line 9719 | |
{ $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | { $self->{params}->{$param} = PDL::Transform::_opt( $o, [ $param ] ); } | |
$self->update_proj_string(); | $self->update_proj_string(); | |
#my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); | #my $dd = Data::Dumper->new( [$self->{params}], ["$sub: params"] ); |