updateFeatures with where clause

942
0
01-25-2011 12:31 PM
MarkSmith1
Occasional Contributor
Hi,

Is it possible to update features in a feature service using a where clause? It appears as though you need to know the OBJECTID of the feature you want to update when it would be better (at least for my situation) if I could say "update the geometry for the feature with SiteID = XXX".

The only way to do this right now is to send a query request and then use the OBJECTID returned to send the updateFeatures request.

Thanks,

Mark
0 Kudos
0 Replies