public interface IMosaicDataset2 extends IMosaicDataset, java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID63c4a7c3_a7dd_46a8_9e12_5ed568517fac |
static int |
xxDummy
Deprecated.
Internal use only
|
IID73b65b1d_3314_444d_a1e1_64bae578df7a
Modifier and Type | Method and Description |
---|---|
void |
computeCellSizes(double[] pLowCellSize,
double[] pHighCellSize)
Computes the smallest low cell size and the largest high cell size values from items in the mosaic catalog.
|
ITable |
getAnalysisResults()
The associated analysis results table.
|
ITable |
getCacheTable()
The cache table associated with the mosaic dataset.
|
ITable |
getStatusTable()
The associated status table.
|
ITable |
getViewTable()
The associated view table.
|
void |
setAnalysisResultsByRef(ITable ppAnalysisResultsTable)
The associated analysis results table.
|
void |
setCacheTableByRef(ITable ppCacheTable)
The cache table associated with the mosaic dataset.
|
void |
setStatusTableByRef(ITable ppStatusTable)
The associated status table.
|
void |
setViewTableByRef(ITable ppViewTable)
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
static final int IID63c4a7c3_a7dd_46a8_9e12_5ed568517fac
static final int xxDummy
static final java.lang.String IID
ITable getStatusTable() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setStatusTableByRef(ITable ppStatusTable) throws java.io.IOException, AutomationException
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.ITable getAnalysisResults() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setAnalysisResultsByRef(ITable ppAnalysisResultsTable) throws java.io.IOException, AutomationException
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.void computeCellSizes(double[] pLowCellSize, double[] pHighCellSize) throws java.io.IOException, AutomationException
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.ITable getViewTable() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setViewTableByRef(ITable ppViewTable) throws java.io.IOException, AutomationException
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.ITable getCacheTable() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setCacheTableByRef(ITable ppCacheTable) throws java.io.IOException, AutomationException
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.