com.esri.arcgis.display
Interface IMoveGeometryFeedback

All Superinterfaces:
IDisplayFeedback, java.io.Serializable
All Known Implementing Classes:
IMoveGeometryFeedbackProxy, MoveGeometryFeedback

public interface IMoveGeometryFeedback
extends IDisplayFeedback, java.io.Serializable

Provides access to members that control feedback for moving a group of geometry.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux


Method Summary
 void addGeometry(IGeometry geometry)
          Adds a geometry to be moved.
 void clearGeometry()
          Clears all the geometries.
 void start(IPoint anchor)
          Starts a move.
 
Methods inherited from interface com.esri.arcgis.display.IDisplayFeedback
getSymbol, moveTo, refresh, setDisplayByRef, setSymbolByRef
 

Method Detail

start

public void start(IPoint anchor)
           throws java.io.IOException,
                  AutomationException
Starts a move.

Supported Platforms

Windows, Solaris, Linux

Parameters:
anchor - A reference to a com.esri.arcgis.geometry.IPoint (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

addGeometry

public void addGeometry(IGeometry geometry)
                 throws java.io.IOException,
                        AutomationException
Adds a geometry to be moved.

Supported Platforms

Windows, Solaris, Linux

Parameters:
geometry - A reference to a com.esri.arcgis.geometry.IGeometry (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

clearGeometry

public void clearGeometry()
                   throws java.io.IOException,
                          AutomationException
Clears all the geometries.

Supported Platforms

Windows, Solaris, Linux

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.