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::geom::Dimension
EXPORTS CONSTANTS
SEE ALSO
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.