Geo-EOP

 view release on metacpan or  search on metacpan

lib/Geo/EOP.pod  view on Meta::CPAN

 
=head2 Typemaps

Extends L<"Typemaps" in Geo::GML|Geo::GML/"Typemaps">.
 
=head2 Handling xsi:type

Extends L<"Handling xsi:type" in Geo::GML|Geo::GML/"Handling xsi:type">.
 
=head2 Key rewrite

Extends L<"Key rewrite" in Geo::GML|Geo::GML/"Key rewrite">.
 
=head2 Units

GML is careful about its units, which is nice but verbose.
Therefore, this module gives you a way to set your preferences.
The reader will simplify the structure, re-calculating the values
found into the units of measure you prefer, according to UCUM
(F<http://aurora.regenstrief.org/ucum>)

  my $eop = Geo::EOP->new(...
     , units => { distance => 'm'
                , angle    => 'deg' }
     );

Available conversions:

=over 4

=item angle 'deg'|'rad'

Will be applied to all AngleType elements

=item distance 'm'

Will be applied to all MeasureType elements

=item percentage '%'|'float'

Will be applied to all elements with a name ending on "Percentage".
I am not sure about the C<float>... cannot find the uom name.

=back

=head1 DESCRIPTIONS

Extends L<"DESCRIPTIONS" in Geo::GML|Geo::GML/"DESCRIPTIONS">.
 
=head1 SEE ALSO

This module is part of Geo-EOP distribution version 0.50,
built on July 21, 2015. Website: F<http://perl.overmeer.net/geo/>
All modules in this suite:
L</Geo::GML>,
L</Geo::ISO19139>,
L</Geo::EOP>,
L</Geo::Point>,
L</Geo::Proj4>,
L</Geo::WKT>, and
L</Math::Polygon>.

Please post questions or ideas to
F<https://list.hut.fi/mailman/listinfo/geo-perl|the Geo-Perl mailinglist>

=head1 COPYRIGHTS

=head2 License of the CODE

Copyrights of the perl code and the related documentation by
2008-2015 by [Mark Overmeer]. For other contributors see ChangeLog.

This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.
See F<http://www.perl.com/perl/misc/Artistic.html>

=head2 License of the SCHEMAS

The included schemas are copyrighted by the Open Geospatial Consortium, Inc.
They are unmodified copied from the files at F<http://schemas.opengis.net>.
Read OGCs disclaimer and copyright statements on documentation and software
at F<http://www.opengeospatial.org/ogc/legal>.  The license text is also
included in this CPAN distribution.



( run in 2.385 seconds using v1.01-cache-2.11-cpan-39bf76dae61 )