|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMosaicDataset2
Provides access to members that control a mosaic dataset.
Method Summary | |
---|---|
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. |
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 |
Method Detail |
---|
ITable getStatusTable() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setStatusTableByRef(ITable ppStatusTable) throws IOException, AutomationException
ppStatusTable
- A reference to a com.esri.arcgis.geodatabase.ITable (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ITable getAnalysisResults() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAnalysisResultsByRef(ITable ppAnalysisResultsTable) throws IOException, AutomationException
ppAnalysisResultsTable
- A reference to a com.esri.arcgis.geodatabase.ITable (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void computeCellSizes(double[] pLowCellSize, double[] pHighCellSize) throws IOException, AutomationException
pLowCellSize
- The pLowCellSize (out: use single element array)pHighCellSize
- The pHighCellSize (out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ITable getViewTable() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setViewTableByRef(ITable ppViewTable) throws IOException, AutomationException
ppViewTable
- A reference to a com.esri.arcgis.geodatabase.ITable (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ITable getCacheTable() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCacheTableByRef(ITable ppCacheTable) throws IOException, AutomationException
ppCacheTable
- A reference to a com.esri.arcgis.geodatabase.ITable (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |