com.esri.arcgis.datasourcesraster
Class IBasicImageViewProxy

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

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

Description: 'Provides access to members that control an image view 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 IBasicImageViewProxy
extends com.esri.arcgis.interop.Dispatch
implements IBasicImageView, 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.IBasicImageView
IID, IIDeee445db_07f7_4fec_baf7_f63251e05569
 
Constructor Summary
  IBasicImageViewProxy()
          Deprecated. For internal use only
  IBasicImageViewProxy(java.lang.Object obj)
          Deprecated.  
protected IBasicImageViewProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IBasicImageViewProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IBasicImageViewProxy(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 addMembers(IFIDSet pMemberIDs)
          Deprecated. Add members indicated by their OBJECTIDs to the image view object.
 java.lang.Object getProperty(java.lang.String sName)
          Deprecated. Returns the requested key property by name.
 void load(java.lang.Object vtDefinition)
          Deprecated. Loads an image view.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void removeMembers(IFIDSet pMemberIDs)
          Deprecated. Remove members indicated by their OBJECTIDs from the image view object.
 java.lang.Object save()
          Deprecated. Saves an image view.
 void setProperty(java.lang.String sName, java.lang.Object vtValue)
          Deprecated. Updates the value of the specified key property by name.
 
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

IBasicImageViewProxy

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

IBasicImageViewProxy

public IBasicImageViewProxy()
Deprecated. 
For internal use only


IBasicImageViewProxy

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

IBasicImageViewProxy

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

IBasicImageViewProxy

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

getProperty

public java.lang.Object getProperty(java.lang.String sName)
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
Returns the requested key property by name.

Specified by:
getProperty in interface IBasicImageView
Parameters:
sName - The sName (in)
Returns:
A Variant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setProperty

public void setProperty(java.lang.String sName,
                        java.lang.Object vtValue)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Updates the value of the specified key property by name.

Specified by:
setProperty in interface IBasicImageView
Parameters:
sName - The sName (in)
vtValue - A Variant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

load

public void load(java.lang.Object vtDefinition)
          throws java.io.IOException,
                 AutomationException
Deprecated. 
Loads an image view.

Specified by:
load in interface IBasicImageView
Parameters:
vtDefinition - A Variant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

save

public java.lang.Object save()
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Saves an image view.

Specified by:
save in interface IBasicImageView
Returns:
A Variant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

addMembers

public void addMembers(IFIDSet pMemberIDs)
                throws java.io.IOException,
                       AutomationException
Deprecated. 
Add members indicated by their OBJECTIDs to the image view object.

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

removeMembers

public void removeMembers(IFIDSet pMemberIDs)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Remove members indicated by their OBJECTIDs from the image view object.

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