NAME

Geo::Geos::Noding::SegmentNode - Represents an intersection point between two NodedSegmentString.

SYNOPSIS

use Geo::Geos::Noding::NodedSegmentString;

my $c1 = Geo::Geos::Coordinate->new(1,2);
my $c2 = Geo::Geos::Coordinate->new(5,2);
my $c3 = Geo::Geos::Coordinate->new(7,1);

my $ss = Geo::Geos::Noding::NodedSegmentString->new([$c1, $c2]);

SEE ALSO (C++ classes docs)

GEOS C++ Library

geos::noding::SegmentNode

SEE ALSO

Geo::Geos

Geo::Geos::Noding::NodedSegmentString

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.