Get All Point In Line or Polygon

Tamas Szekeres szekerest at GMAIL.COM
Fri Jan 18 03:00:36 EST 2008


Hi,

for (int i = 0; i < line_obj.numpoints; i++)
{
pointObj point = line_obj.get(i);
Console.WriteLine("X=" + point.x + " Y=" + point.y );
}

Best regards,

Tamas



2008/1/18, Bui Anh Tin <anhtin at gmail.com>:
> Hi all
> How could i get coordinate all point in LineObj ?
> I use Mapserver 4.10 and asp.net.
>



More information about the mapserver-dev mailing list