Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [udig-users] Reshape functions

That is a good idea; if I think about this in GML terms "the_geom" is a xpath expression and "@id" is used to get the feature id... if you try that it may work already? Although possibly that would only work on trunk...

The developers responsible for working on the CQL parser are looking into extending it for us so we can work with fids; I like your id of using a function rather than waiting; the function however would take no arguments....
ID=getFID()

Let me know if you like the idea.
Jody
Hi all,
is there a possibility to extract the FID code in a separate attribute with the reshape action?
The new shapefile will have the new column ID which could be:

ID=getFID(the_geom)

Maybe there is something to use for getting the FID code.

Thanks in advance

Silvia
_______________________________________________
udig-users mailing list
udig-users@xxxxxxxxxxxxxxxxxxxxx
http://lists.refractions.net/mailman/listinfo/udig-users



Back to the top