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

NAME

Geo::Geos::Dimension - Represents dimensions of a point, a curve and a surface.

SYNOPSIS

    use Geo::Geos::Dimension;

    Geo::Geos::Dimension::toDimensionSymbol(TYPE_DONTCARE);  # => '*'
    Geo::Geos::Dimension::toDimensionValue('1');             # => TYPE_L

SEE ALSO (C++ classes docs)

GEOS C++ Library

geos::geom::Dimension

EXPORTS CONSTANTS

TYPE_DONTCARE
TYPE_True
TYPE_False
TYPE_P
TYPE_L
TYPE_A

SEE ALSO

Geo::Geos

AUTHOR

Ivan Baidakou <i.baydakov@crazypanda.ru>, Crazy Panda, CP Decision LTD

LICENSE

You may distribute this code under the same terms as Perl itself.