com.esri.arcgis.display
Interface IScreenDisplayZoom

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IScreenDisplayZoomProxy, ScreenDisplay

public interface IScreenDisplayZoom
extends java.io.Serializable

COM Interface 'IScreenDisplayZoom'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriDisplay.olb'

Description: 'Provides access to zooming the screen display.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDf3093e1f_ec1f_4db7_9095_f2874b0ceed0
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void trackZoom()
          Interactively Zooms the screen.
 void zoomMoveTo(IPoint point)
          Zooms to a new extent.
 void zoomStart(IPoint point)
          Prepares display for zooming.
 IEnvelope zoomStop()
          Stops zooming and returns new visible bounds.
 

Field Detail

IIDf3093e1f_ec1f_4db7_9095_f2874b0ceed0

static final int IIDf3093e1f_ec1f_4db7_9095_f2874b0ceed0
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

zoomStart

void zoomStart(IPoint point)
               throws java.io.IOException,
                      AutomationException
Prepares display for zooming.

Parameters:
point - 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.

zoomMoveTo

void zoomMoveTo(IPoint point)
                throws java.io.IOException,
                       AutomationException
Zooms to a new extent.

Parameters:
point - 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.

zoomStop

IEnvelope zoomStop()
                   throws java.io.IOException,
                          AutomationException
Stops zooming and returns new visible bounds.

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

trackZoom

void trackZoom()
               throws java.io.IOException,
                      AutomationException
Interactively Zooms the screen.

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