ThinkGeo.com    |     Documentation    |     Premium Support

Moving/Rotating Features

Hello,

I was trying to interact with features in a layer in order to Move/Rotate them with a button push. I can’t seem to get access to the Rotate and Translate methods in the BaseShape class. Does the Feature class have any implementation of these functions or would I have to implement these from scratch?

Thanks,
Matt Hartman

Thanks Matt,
Yes. You are right. You need remove the feature and crate a new feature base on the original feature. Here is more detail for this one.

Thanks

Frank