| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IExtentStack
Provides access to members that control the extent stack.
| Method Summary | |
|---|---|
|  boolean | canRedo()Indicates if there is an extent that can be redone. | 
|  boolean | canUndo()Indicates if there is an extent that can be undone. | 
|  void | esri_do(IEnvelope extent)Zooms to the given extent and places it on the stack. | 
|  int | getCount()The number of extents on the stack. | 
|  IEnvelope | getItem(int index)The extent at the specified index. | 
|  void | redo()Redo the next extent on the stack. | 
|  void | reset()Removes all extents from the stack. | 
|  void | undo()Undo the previous extent on the stack. | 
| Method Detail | 
|---|
int getCount()
             throws IOException,
                    AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IEnvelope getItem(int index)
                  throws IOException,
                         AutomationException
index - The index  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void reset()
           throws IOException,
                  AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void esri_do(IEnvelope extent)
             throws IOException,
                    AutomationException
extent - A reference to a com.esri.arcgis.geometry.IEnvelope  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void undo()
          throws IOException,
                 AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void redo()
          throws IOException,
                 AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean canUndo()
                throws IOException,
                       AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean canRedo()
                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 | ||||||||