com.esri.arcgis.datasourcesraster
Class IImageViewOperationProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.datasourcesraster.IImageViewOperationProxy
All Implemented Interfaces:
IImageViewOperation, java.io.Externalizable, java.io.Serializable

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

Description: 'Provides access to operations that control image views associated with a mosaic dataset.' 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 IImageViewOperationProxy
extends com.esri.arcgis.interop.Dispatch
implements IImageViewOperation, 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.datasourcesraster.IImageViewOperation
IID, IID44ce3e2d_7a9e_48df_b0dc_15406500b1bb
 
Constructor Summary
  IImageViewOperationProxy()
          Deprecated. For internal use only
  IImageViewOperationProxy(java.lang.Object obj)
          Deprecated.  
protected IImageViewOperationProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IImageViewOperationProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IImageViewOperationProxy(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.  
 void expandImageView(java.lang.String sViewID, IBasicImageView pImageView, IFIDSet pMemberItemFIDs, IImageViewOperationParameters pParameters)
          Deprecated. Adds new members to the specified image view.
 IBasicImageView getImageView(java.lang.String sViewID)
          Deprecated. Loads the specified image view object.
 boolean isViewMember(int itemID, java.lang.String sViewID)
          Deprecated. Indicates whether specified mosaic dataset item is a member of the specified view.
 IStringArray queryItemViewMembership(int itemID)
          Deprecated. Returns a set of names of all views associated with the specified mosaic dataset item.
 IFIDSet queryViewMembers(java.lang.String sViewID)
          Deprecated. Returns the OBJECTIDs of mosaic dataset items associated with the specified view.
 void removeImageView(java.lang.String sViewID, IImageViewOperationParameters pParameters)
          Deprecated. Removes the specified image view object.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void shrinkImageView(java.lang.String sViewID, IBasicImageView pImageView, IFIDSet pMemberItemFIDs, IImageViewOperationParameters pParameters)
          Deprecated. Removes members from the specified image view.
 void updateImageView(java.lang.String sViewID, IBasicImageView pImageView, IImageViewOperationParameters pParameters)
          Deprecated. Updates or adds the specified image view associated with the mosaic dataset.
 
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

IImageViewOperationProxy

public IImageViewOperationProxy(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

IImageViewOperationProxy

public IImageViewOperationProxy()
Deprecated. 
For internal use only


IImageViewOperationProxy

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

IImageViewOperationProxy

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

IImageViewOperationProxy

protected IImageViewOperationProxy(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

getImageView

public IBasicImageView getImageView(java.lang.String sViewID)
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
Loads the specified image view object.

Specified by:
getImageView in interface IImageViewOperation
Parameters:
sViewID - The sViewID (in)
Returns:
A reference to a com.esri.arcgis.datasourcesraster.IBasicImageView
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

removeImageView

public void removeImageView(java.lang.String sViewID,
                            IImageViewOperationParameters pParameters)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Removes the specified image view object.

Specified by:
removeImageView in interface IImageViewOperation
Parameters:
sViewID - The sViewID (in)
pParameters - A reference to a com.esri.arcgis.datasourcesraster.IImageViewOperationParameters (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

updateImageView

public void updateImageView(java.lang.String sViewID,
                            IBasicImageView pImageView,
                            IImageViewOperationParameters pParameters)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Updates or adds the specified image view associated with the mosaic dataset.

Specified by:
updateImageView in interface IImageViewOperation
Parameters:
sViewID - The sViewID (in)
pImageView - A reference to a com.esri.arcgis.datasourcesraster.IBasicImageView (in)
pParameters - A reference to a com.esri.arcgis.datasourcesraster.IImageViewOperationParameters (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

expandImageView

public void expandImageView(java.lang.String sViewID,
                            IBasicImageView pImageView,
                            IFIDSet pMemberItemFIDs,
                            IImageViewOperationParameters pParameters)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Adds new members to the specified image view.

Specified by:
expandImageView in interface IImageViewOperation
Parameters:
sViewID - The sViewID (in)
pImageView - A reference to a com.esri.arcgis.datasourcesraster.IBasicImageView (in)
pMemberItemFIDs - A reference to a com.esri.arcgis.geodatabase.IFIDSet (in)
pParameters - A reference to a com.esri.arcgis.datasourcesraster.IImageViewOperationParameters (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

shrinkImageView

public void shrinkImageView(java.lang.String sViewID,
                            IBasicImageView pImageView,
                            IFIDSet pMemberItemFIDs,
                            IImageViewOperationParameters pParameters)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Removes members from the specified image view.

Specified by:
shrinkImageView in interface IImageViewOperation
Parameters:
sViewID - The sViewID (in)
pImageView - A reference to a com.esri.arcgis.datasourcesraster.IBasicImageView (in)
pMemberItemFIDs - A reference to a com.esri.arcgis.geodatabase.IFIDSet (in)
pParameters - A reference to a com.esri.arcgis.datasourcesraster.IImageViewOperationParameters (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isViewMember

public boolean isViewMember(int itemID,
                            java.lang.String sViewID)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Indicates whether specified mosaic dataset item is a member of the specified view.

Specified by:
isViewMember in interface IImageViewOperation
Parameters:
itemID - The itemID (in)
sViewID - The sViewID (in)
Returns:
The pbIsViewMember
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

queryViewMembers

public IFIDSet queryViewMembers(java.lang.String sViewID)
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Returns the OBJECTIDs of mosaic dataset items associated with the specified view.

Specified by:
queryViewMembers in interface IImageViewOperation
Parameters:
sViewID - The sViewID (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.IFIDSet
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

queryItemViewMembership

public IStringArray queryItemViewMembership(int itemID)
                                     throws java.io.IOException,
                                            AutomationException
Deprecated. 
Returns a set of names of all views associated with the specified mosaic dataset item.

Specified by:
queryItemViewMembership in interface IImageViewOperation
Parameters:
itemID - The itemID (in)
Returns:
A reference to a com.esri.arcgis.system.IStringArray
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.