|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IFeatureChanges
Provides access to members that provide information about changes in the feature's shape.
The IFeatureChanges interface is used to analyze an object and determine which shape fields have been modified.
Method Summary | |
---|---|
IGeometry |
getOriginalShape()
The original shape for the feature. |
boolean |
isShapeChanged()
Indicates if the shape has changed. |
Method Detail |
---|
boolean isShapeChanged() throws IOException, AutomationException
IFeatureChanges::ShapeChanged can be used to determine if a feature's geometry has changed. If the feature's geometry has been changed, but IRow::Store has not yet been called, ShapeChanged will return True. Once Store is called, ShapeChanged will return False. ShapeChanged can also be used in an event triggered by Store, such as IRowEvents::OnChanged. When used in this manner, ShapeChanged will return True if the feature's shape has changed. Once Store is complete, ShapeChanged will return false.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IGeometry getOriginalShape() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |