com.esri.arcgis.datasourcesraster
Class IMosaicDataset3Proxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.datasourcesraster.IMosaicDatasetProxy
          extended by com.esri.arcgis.datasourcesraster.IMosaicDataset2Proxy
              extended by com.esri.arcgis.datasourcesraster.IMosaicDataset3Proxy
All Implemented Interfaces:
IMosaicDataset, IMosaicDataset2, IMosaicDataset3, java.io.Externalizable, java.io.Serializable

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

Description: 'Provides access to members that control 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 IMosaicDataset3Proxy
extends IMosaicDataset2Proxy
implements IMosaicDataset3, 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.IMosaicDataset3
IID, IIDf1274bff_32cc_4f6b_82ad_3a0864b70599
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.IMosaicDataset2
IID63c4a7c3_a7dd_46a8_9e12_5ed568517fac
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.IMosaicDataset
IID73b65b1d_3314_444d_a1e1_64bae578df7a
 
Constructor Summary
  IMosaicDataset3Proxy()
          Deprecated. For internal use only
  IMosaicDataset3Proxy(java.lang.Object obj)
          Deprecated.  
protected IMosaicDataset3Proxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IMosaicDataset3Proxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IMosaicDataset3Proxy(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.  
 ITable getDefinitionTable()
          Deprecated. The definition table.
 IArray getFunctionTemplates()
          Deprecated. The collection of function templates.
 IRaster getRaster(java.lang.String itemExpression)
          Deprecated. Returns the raster associated with the mosaic dataset item that satisfies the specified criteria.
 ITable getViewMembershipTable()
          Deprecated. The associated item-view membership table.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setDefinitionTableByRef(ITable ppDefinitionTable)
          Deprecated. The definition table.
 void setFunctionTemplatesByRef(IArray ppFunctionTemplates)
          Deprecated. The collection of function templates.
 void setViewMembershipTableByRef(ITable ppViewMembershipTable)
          Deprecated. The associated item-view membership table.
 void updateFunctionTemplates(IStringArray pFunctionTemplateNames)
          Deprecated. Updates the collection of function templates associated with the mosaic dataset.
 
Methods inherited from class com.esri.arcgis.datasourcesraster.IMosaicDataset2Proxy
computeCellSizes, getAnalysisResults, getCacheTable, getStatusTable, getViewTable, setAnalysisResultsByRef, setCacheTableByRef, setStatusTableByRef, setViewTableByRef
 
Methods inherited from class com.esri.arcgis.datasourcesraster.IMosaicDatasetProxy
applyFunction, clearFunction, getBoundary, getBoundaryGeometry, getCatalog, getCatalogType, getChildren, getDeviceDpi, getDodgingTable, getLevelsTable, getLogTable, getMosaicFunction, getMosaicFunctionArguments, getOverviewTable, getRasterTypeTable, getRelativePath, getSeamline, getStereoTable, getVisibleFields, isReferenced, setDeviceDpi, setLevelsTableByRef, setLogTableByRef, setOverviewTableByRef, setRasterTypeTableByRef, setReferenced, setRelativePath
 
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
 
Methods inherited from interface com.esri.arcgis.datasourcesraster.IMosaicDataset2
computeCellSizes, getAnalysisResults, getCacheTable, getStatusTable, getViewTable, setAnalysisResultsByRef, setCacheTableByRef, setStatusTableByRef, setViewTableByRef
 
Methods inherited from interface com.esri.arcgis.datasourcesraster.IMosaicDataset
applyFunction, clearFunction, getBoundary, getBoundaryGeometry, getCatalog, getCatalogType, getChildren, getDeviceDpi, getDodgingTable, getLevelsTable, getLogTable, getMosaicFunction, getMosaicFunctionArguments, getOverviewTable, getRasterTypeTable, getRelativePath, getSeamline, getStereoTable, getVisibleFields, isReferenced, setDeviceDpi, setLevelsTableByRef, setLogTableByRef, setOverviewTableByRef, setRasterTypeTableByRef, setReferenced, setRelativePath
 

Field Detail

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IMosaicDataset3Proxy

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

IMosaicDataset3Proxy

public IMosaicDataset3Proxy()
Deprecated. 
For internal use only


IMosaicDataset3Proxy

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

IMosaicDataset3Proxy

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

IMosaicDataset3Proxy

protected IMosaicDataset3Proxy(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 IMosaicDataset2Proxy
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 IMosaicDataset2Proxy
Throws:
java.io.IOException

getViewMembershipTable

public ITable getViewMembershipTable()
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
The associated item-view membership table.

Specified by:
getViewMembershipTable in interface IMosaicDataset3
Returns:
A reference to a com.esri.arcgis.geodatabase.ITable
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setViewMembershipTableByRef

public void setViewMembershipTableByRef(ITable ppViewMembershipTable)
                                 throws java.io.IOException,
                                        AutomationException
Deprecated. 
The associated item-view membership table.

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

getRaster

public IRaster getRaster(java.lang.String itemExpression)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Returns the raster associated with the mosaic dataset item that satisfies the specified criteria.

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

getDefinitionTable

public ITable getDefinitionTable()
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
The definition table.

Specified by:
getDefinitionTable in interface IMosaicDataset3
Returns:
A reference to a com.esri.arcgis.geodatabase.ITable
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDefinitionTableByRef

public void setDefinitionTableByRef(ITable ppDefinitionTable)
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
The definition table.

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

setFunctionTemplatesByRef

public void setFunctionTemplatesByRef(IArray ppFunctionTemplates)
                               throws java.io.IOException,
                                      AutomationException
Deprecated. 
The collection of function templates.

Specified by:
setFunctionTemplatesByRef in interface IMosaicDataset3
Parameters:
ppFunctionTemplates - A reference to a com.esri.arcgis.system.IArray (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFunctionTemplates

public IArray getFunctionTemplates()
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
The collection of function templates.

Specified by:
getFunctionTemplates in interface IMosaicDataset3
Returns:
A reference to a com.esri.arcgis.system.IArray
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

updateFunctionTemplates

public void updateFunctionTemplates(IStringArray pFunctionTemplateNames)
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
Updates the collection of function templates associated with the mosaic dataset. Elements in the specified string array may reference new templates by file path (in which case they are loaded) or by template name (in which case they are assumed to have been pr?G?^??

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