com.esri.arcgis.carto
Class IViewManagerProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.carto.IViewManagerProxy
All Implemented Interfaces:
IViewManager, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for COM Interface 'IViewManager'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to members used to describe or define view behavior.' 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 =

public class IViewManagerProxy
extends com.esri.arcgis.interop.Dispatch
implements IViewManager, java.io.Serializable

Internal use class

See Also:
Serialized Form

Field Summary
 boolean noncastable
          Deprecated.  
static java.lang.Class targetClass
          Deprecated.  
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Fields inherited from interface com.esri.arcgis.carto.IViewManager
IID, IIDdd94d76c_836d_11d0_87ec_080009ec732a
 
Constructor Summary
  IViewManagerProxy()
          Deprecated. For internal use only
  IViewManagerProxy(java.lang.Object obj)
          Deprecated.  
protected IViewManagerProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IViewManagerProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IViewManagerProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
          Deprecated.  
 ISelection getElementSelection()
          Deprecated. Object to use for element selection.
 int getOutputBandSize()
          Deprecated. Size allocated for each band when banding output.
 int getTopFilterIndex()
          Deprecated. Phase index that supplements TopFilterPhase.
 int getTopFilterPhase()
          Deprecated. The highest phase in the drawing order that uses a display filter.
 boolean isConserveMemory()
          Deprecated. Indicates whether to be conservative when allocating resources.
 boolean isDelayBackgroundDraw()
          Deprecated. Indicates if the background should draw immediately.
 boolean isExternalDrawing(int phase)
          Deprecated. Indicates if external clients are drawing in response to the specified phase.
 boolean isUsesPageCoordinates()
          Deprecated. Indicates whether view uses page coordinates.
 boolean isVerboseEvents()
          Deprecated. Indicates whether to expand or limit the number of events that are fired.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setConserveMemory(boolean flag)
          Deprecated. Indicates whether to be conservative when allocating resources.
 void setDelayBackgroundDraw(boolean flag)
          Deprecated. Indicates if the background should draw immediately.
 void setElementSelectionByRef(ISelection selectionObject)
          Deprecated. Object to use for element selection.
 void setExternalDrawing(int phase, boolean externalDrawing)
          Deprecated. Indicates if external clients are drawing in response to the specified phase.
 void setOutputBandSize(int kilobytes)
          Deprecated. Size allocated for each band when banding output.
 void setTopFilterIndex(int phaseIndex)
          Deprecated. Phase index that supplements TopFilterPhase.
 void setTopFilterPhase(int phase)
          Deprecated. The highest phase in the drawing order that uses a display filter.
 void setVerboseEvents(boolean verboseEvents)
          Deprecated. Indicates whether to expand or limit the number of events that are fired.
 
Methods inherited from class com.esri.arcgis.interop.Dispatch
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IViewManagerProxy

public IViewManagerProxy(java.lang.String CLSID,
                         java.lang.String host,
                         com.esri.arcgis.interop.AuthInfo authInfo)
                  throws java.net.UnknownHostException,
                         java.io.IOException
Deprecated. 
Throws:
java.net.UnknownHostException
java.io.IOException

IViewManagerProxy

public IViewManagerProxy()
Deprecated. 
For internal use only


IViewManagerProxy

public IViewManagerProxy(java.lang.Object obj)
                  throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IViewManagerProxy

protected IViewManagerProxy(java.lang.Object obj,
                            java.lang.String iid)
                     throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IViewManagerProxy

protected IViewManagerProxy(java.lang.String CLSID,
                            java.lang.String iid,
                            java.lang.String host,
                            com.esri.arcgis.interop.AuthInfo authInfo)
                     throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Deprecated. 
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Deprecated. 
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

setElementSelectionByRef

public void setElementSelectionByRef(ISelection selectionObject)
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
Object to use for element selection.

Specified by:
setElementSelectionByRef in interface IViewManager
Parameters:
selectionObject - A reference to a com.esri.arcgis.carto.ISelection (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getElementSelection

public ISelection getElementSelection()
                               throws java.io.IOException,
                                      AutomationException
Deprecated. 
Object to use for element selection.

Specified by:
getElementSelection in interface IViewManager
Returns:
A reference to a com.esri.arcgis.carto.ISelection
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setConserveMemory

public void setConserveMemory(boolean flag)
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Indicates whether to be conservative when allocating resources.

Specified by:
setConserveMemory in interface IViewManager
Parameters:
flag - The flag (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isConserveMemory

public boolean isConserveMemory()
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Indicates whether to be conservative when allocating resources.

Specified by:
isConserveMemory in interface IViewManager
Returns:
The flag
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTopFilterPhase

public void setTopFilterPhase(int phase)
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
The highest phase in the drawing order that uses a display filter. Clients should set this when they draw in response to AfterDraw and they use a display filter.

Specified by:
setTopFilterPhase in interface IViewManager
Parameters:
phase - A com.esri.arcgis.carto.esriViewDrawPhase constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTopFilterPhase

public int getTopFilterPhase()
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
The highest phase in the drawing order that uses a display filter. Clients should set this when they draw in response to AfterDraw and they use a display filter.

Specified by:
getTopFilterPhase in interface IViewManager
Returns:
A com.esri.arcgis.carto.esriViewDrawPhase constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTopFilterIndex

public void setTopFilterIndex(int phaseIndex)
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Phase index that supplements TopFilterPhase. Clients should set the item index here if they draw in response to AfterDrawItem and they use a display filter. TopFilterPhase must also be specified.

Specified by:
setTopFilterIndex in interface IViewManager
Parameters:
phaseIndex - The phaseIndex (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTopFilterIndex

public int getTopFilterIndex()
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Phase index that supplements TopFilterPhase. Clients should set the item index here if they draw in response to AfterDrawItem and they use a display filter. TopFilterPhase must also be specified.

Specified by:
getTopFilterIndex in interface IViewManager
Returns:
The phaseIndex
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setOutputBandSize

public void setOutputBandSize(int kilobytes)
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Size allocated for each band when banding output.

Specified by:
setOutputBandSize in interface IViewManager
Parameters:
kilobytes - The kilobytes (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getOutputBandSize

public int getOutputBandSize()
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Size allocated for each band when banding output.

Specified by:
getOutputBandSize in interface IViewManager
Returns:
The kilobytes
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isUsesPageCoordinates

public boolean isUsesPageCoordinates()
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
Indicates whether view uses page coordinates.

Specified by:
isUsesPageCoordinates in interface IViewManager
Returns:
The usesPageCoordinates
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isVerboseEvents

public boolean isVerboseEvents()
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
Indicates whether to expand or limit the number of events that are fired. The following events are not fired if VerboseEvents is false: AfterItemDraw.

Specified by:
isVerboseEvents in interface IViewManager
Returns:
The verboseEvents
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setVerboseEvents

public void setVerboseEvents(boolean verboseEvents)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Indicates whether to expand or limit the number of events that are fired. The following events are not fired if VerboseEvents is false: AfterItemDraw.

Specified by:
setVerboseEvents in interface IViewManager
Parameters:
verboseEvents - The verboseEvents (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isDelayBackgroundDraw

public boolean isDelayBackgroundDraw()
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
Indicates if the background should draw immediately. Set to true to eliminate flashing during animation.

Specified by:
isDelayBackgroundDraw in interface IViewManager
Returns:
The flag
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDelayBackgroundDraw

public void setDelayBackgroundDraw(boolean flag)
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
Indicates if the background should draw immediately. Set to true to eliminate flashing during animation.

Specified by:
setDelayBackgroundDraw in interface IViewManager
Parameters:
flag - The flag (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isExternalDrawing

public boolean isExternalDrawing(int phase)
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
Indicates if external clients are drawing in response to the specified phase.

Specified by:
isExternalDrawing in interface IViewManager
Parameters:
phase - A com.esri.arcgis.carto.esriViewDrawPhase constant (in)
Returns:
The externalDrawing
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setExternalDrawing

public void setExternalDrawing(int phase,
                               boolean externalDrawing)
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
Indicates if external clients are drawing in response to the specified phase.

Specified by:
setExternalDrawing in interface IViewManager
Parameters:
phase - A com.esri.arcgis.carto.esriViewDrawPhase constant (in)
externalDrawing - The externalDrawing (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.