The Perl Toolchain Summit 2025 Needs You: You can help 🙏 Learn more

NAME

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

SYNOPSIS

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.