Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[udig-devel] Can feature, created programmaticaly, has another ID than "newN"?

When we add features with AddFeatureCommand() it doesn't matter what
is the featureID. The feature, added to map, will have "newN" (e.g.
"new15") ID.

But can we somehow create features with ID that we need?

For example, I want to select M newly added features with FidFilter.
What should I do - add "new0", "new1", ..., "newM" to FidFilter? It
doesn't look very good.


Back to the top