Hi there,
I have a polygon feature class and need to store some times features with shape = null. If I insert an empty-geometry Feature from the Silverlight app, the next time I query features from that feature class, the Geometry of the other Features (with valid polygons) in the app is invalid. For example, extent displays values of NaN. I can see that the JSON response seems to be correct: the Feature comes only with Attributes.
I also wanted to update a Feature, such that its Geometry gets removed. So I set Geometry to null and call SaveEdits(), but the request doesn't send the Geometry attribute. I tried removing all rings from the polygon, and it didn't work either. Not sure if this actually screwed up my feature class.
How should I deal with this type of requirements?
Any help will be appreciated.
Orlando