The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Geo::GML::Util - GML useful constants

INHERITANCE

 Geo::GML::Util
   is a Exporter

SYNOPSIS

  use Geo::GML;
  use Geo::GML::Util ':gml311';

DESCRIPTION

XML uses long URLs to represent name-spaces, which must be used without typos. Therefore, it is better to use constants instead: the main purpose for this module.

FUNCTIONS

Constants

Export Tag :protocols

This tag will give you access to the the name-space constants for all recognisable GML versions, like NS_GML_32.

Export Tags

The following tags define all what you need per version.

  :gml212    2.1.2
  :gml300    3.0.0
  :gml301    3.0.1
  :gml310    3.1.0
  :gml311    3.1.1
  :gml321    3.2.1

SEE ALSO

This module is part of Geo-GML distribution version 0.18, built on January 19, 2018. Website: http://perl.overmeer.net/CPAN/

LICENSE

Copyrights 2008-2018 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 http://dev.perl.org/licenses/