[mapserver-users] Retrieve column names from getFeature ...

Tamas Szekeres szekerest at gmail.com
Thu May 29 12:30:21 EDT 2008


Hi,

You can use layerObj.getItem() for this purpose.

Best regards,

Tamas



2008/5/29 Paul james <pauljame at gmail.com>:
> Hello all...
> I have this code in mapscript (c#):
>
> ...
> resultCacheMemberObj _result = _layer.getResult(i);
> _layer.open();
> shapeObj _obj = _layer.getFeature(_result.shapeindex, _result.tileindex);
> _layer.close();
> ...
>
> So, in my _obj.values I have a array with db data... Is it posible to get
> the column name ?
>
> thanks
>
>
> _______________________________________________
> mapserver-users mailing list
> mapserver-users at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/mapserver-users
>
>


More information about the mapserver-users mailing list