com.esri.arcgis.display
Interface IMoveImageFeedback2

All Superinterfaces:
IDisplayFeedback, java.io.Serializable
All Known Implementing Classes:
IMoveImageFeedback2Proxy, MoveImageFeedback

public interface IMoveImageFeedback2
extends IDisplayFeedback, java.io.Serializable

Provides access to members that control feedback for moving an image.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


Method Summary
 void clearImage()
          Clears the image.
 IDisplay getDisplay()
          The display to draw into.
 void setBounds(IEnvelope rhs1)
          The bounds of the image.
 void setPolygonBounds(IPolygon rhs1)
          The bounds of the image.
 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.

getDisplay

public IDisplay getDisplay()
                    throws java.io.IOException,
                           AutomationException
The display to draw into.

Supported Platforms

Windows, Solaris, Linux

Returns:
A reference to a com.esri.arcgis.display.IDisplay
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setBounds

public void setBounds(IEnvelope rhs1)
               throws java.io.IOException,
                      AutomationException
The bounds of the image.

Supported Platforms

Windows, Solaris, Linux

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

clearImage

public void clearImage()
                throws java.io.IOException,
                       AutomationException
Clears the image.

Supported Platforms

Windows, Solaris, Linux

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

setPolygonBounds

public void setPolygonBounds(IPolygon rhs1)
                      throws java.io.IOException,
                             AutomationException
The bounds of the image.

Supported Platforms

Windows, Solaris, Linux

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