Hello ThinkGeo,
I want to manipulate the vertex-collection of a shape that is wrapped by a feature.
I know I can get the shape by Feature.getShape() and edit the shapes vertices collection.
But there are only methods to create a NEW feature from the edited shape. The information in the original feature e.g. the features column values are lost. It looks like the only way is to copy all the needed parameters out of the original feature.
Any other suggestion?
Thomas