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 IMosaicDataset2Proxy extends IMosaicDatasetProxy implements IMosaicDataset2, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
boolean |
noncastable
Deprecated.
|
static java.lang.Class |
targetClass
Deprecated.
|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
IID, IID63c4a7c3_a7dd_46a8_9e12_5ed568517fac
IID73b65b1d_3314_444d_a1e1_64bae578df7a
Modifier | Constructor and Description |
---|---|
|
IMosaicDataset2Proxy()
Deprecated.
For internal use only
|
|
IMosaicDataset2Proxy(java.lang.Object obj)
Deprecated.
|
protected |
IMosaicDataset2Proxy(java.lang.Object obj,
java.lang.String iid)
Deprecated.
|
|
IMosaicDataset2Proxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
protected |
IMosaicDataset2Proxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated.
Adds a Java object to be a listener for a specific kind of event generated by the COM object.
|
void |
computeCellSizes(double[] pLowCellSize,
double[] pHighCellSize)
Deprecated.
Computes the smallest low cell size and the largest high cell size values from items in the mosaic catalog.
|
ITable |
getAnalysisResults()
Deprecated.
The associated analysis results table.
|
ITable |
getCacheTable()
Deprecated.
The cache table associated with the mosaic dataset.
|
ITable |
getStatusTable()
Deprecated.
The associated status table.
|
ITable |
getViewTable()
Deprecated.
The associated view table.
|
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated.
Removes a Java object as a listener to events generated by a COM object.
|
void |
setAnalysisResultsByRef(ITable ppAnalysisResultsTable)
Deprecated.
The associated analysis results table.
|
void |
setCacheTableByRef(ITable ppCacheTable)
Deprecated.
The cache table associated with the mosaic dataset.
|
void |
setStatusTableByRef(ITable ppStatusTable)
Deprecated.
The associated status table.
|
void |
setViewTableByRef(ITable ppViewTable)
Deprecated.
The associated view table.
|
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
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
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
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
public static final java.lang.Class targetClass
public boolean noncastable
public IMosaicDataset2Proxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public IMosaicDataset2Proxy()
public IMosaicDataset2Proxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IMosaicDataset2Proxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IMosaicDataset2Proxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
addListener
in class IMosaicDatasetProxy
iidStr
- the ID of the outgoing interface, implemented by the listenertheListener
- the object to be informed of the eventstheSource
- the proxy class that represents the COM class that is the source of the eventsjava.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
removeListener
in class IMosaicDatasetProxy
iidStr
- the ID of the outgoing interface, implemented by the listenertheListener
- the object that no longer wishes to be informed of the eventsjava.io.IOException
public ITable getStatusTable() throws java.io.IOException, AutomationException
getStatusTable
in interface IMosaicDataset2
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setStatusTableByRef(ITable ppStatusTable) throws java.io.IOException, AutomationException
setStatusTableByRef
in interface IMosaicDataset2
ppStatusTable
- A reference to a com.esri.arcgis.geodatabase.ITable (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public ITable getAnalysisResults() throws java.io.IOException, AutomationException
getAnalysisResults
in interface IMosaicDataset2
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setAnalysisResultsByRef(ITable ppAnalysisResultsTable) throws java.io.IOException, AutomationException
setAnalysisResultsByRef
in interface IMosaicDataset2
ppAnalysisResultsTable
- A reference to a com.esri.arcgis.geodatabase.ITable (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void computeCellSizes(double[] pLowCellSize, double[] pHighCellSize) throws java.io.IOException, AutomationException
computeCellSizes
in interface IMosaicDataset2
pLowCellSize
- The pLowCellSize (out: use single element array)pHighCellSize
- The pHighCellSize (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public ITable getViewTable() throws java.io.IOException, AutomationException
getViewTable
in interface IMosaicDataset2
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setViewTableByRef(ITable ppViewTable) throws java.io.IOException, AutomationException
setViewTableByRef
in interface IMosaicDataset2
ppViewTable
- A reference to a com.esri.arcgis.geodatabase.ITable (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public ITable getCacheTable() throws java.io.IOException, AutomationException
getCacheTable
in interface IMosaicDataset2
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setCacheTableByRef(ITable ppCacheTable) throws java.io.IOException, AutomationException
setCacheTableByRef
in interface IMosaicDataset2
ppCacheTable
- A reference to a com.esri.arcgis.geodatabase.ITable (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.