$include_dir="/home/hyper-archives/geometry/include"; include("$include_dir/msg-header.inc") ?>
Subject: [ggl] transform linestring into a ring
From: Barend Gehrels (barend)
Date: 2011-04-13 12:33:14
Hi,
> Dose ggl has any wrap class that able to wrap a linestring as a ring,
> rather than copying the linestring into an actual ring?
A wrapper class, e.g. having a const reference to a linestring and
behaving itself as a ring (so this is what you want I assume) does not
exist.
Good idea. It is probably easy to create it yourself.
Regards, Barend