com.esri.arcgis.datasourcesraster
Interface IMosaicDataset2

All Superinterfaces:
IMosaicDataset, java.io.Serializable
All Known Subinterfaces:
IMosaicDataset3
All Known Implementing Classes:
IMosaicDataset2Proxy, IMosaicDataset3Proxy, MosaicDataset

public interface IMosaicDataset2
extends IMosaicDataset, java.io.Serializable

COM Interface 'IMosaicDataset2'. 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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID63c4a7c3_a7dd_46a8_9e12_5ed568517fac
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.IMosaicDataset
IID73b65b1d_3314_444d_a1e1_64bae578df7a
 
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
 

Field Detail

IID63c4a7c3_a7dd_46a8_9e12_5ed568517fac

static final int IID63c4a7c3_a7dd_46a8_9e12_5ed568517fac
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getStatusTable

ITable getStatusTable()
                      throws java.io.IOException,
                             AutomationException
The associated status table.

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.

setStatusTableByRef

void setStatusTableByRef(ITable ppStatusTable)
                         throws java.io.IOException,
                                AutomationException
The associated status table.

Parameters:
ppStatusTable - 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.

getAnalysisResults

ITable getAnalysisResults()
                          throws java.io.IOException,
                                 AutomationException
The associated analysis results table.

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.

setAnalysisResultsByRef

void setAnalysisResultsByRef(ITable ppAnalysisResultsTable)
                             throws java.io.IOException,
                                    AutomationException
The associated analysis results table.

Parameters:
ppAnalysisResultsTable - 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.

computeCellSizes

void computeCellSizes(double[] pLowCellSize,
                      double[] pHighCellSize)
                      throws java.io.IOException,
                             AutomationException
Computes the smallest low cell size and the largest high cell size values from items in the mosaic catalog. The values returned are in the same units as the spatial references of the catalog.

Parameters:
pLowCellSize - The pLowCellSize (out: use single element array)
pHighCellSize - The pHighCellSize (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getViewTable

ITable getViewTable()
                    throws java.io.IOException,
                           AutomationException
The associated view table.

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.

setViewTableByRef

void setViewTableByRef(ITable ppViewTable)
                       throws java.io.IOException,
                              AutomationException
The associated view table.

Parameters:
ppViewTable - 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.

getCacheTable

ITable getCacheTable()
                     throws java.io.IOException,
                            AutomationException
The cache table associated with the mosaic dataset.

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.

setCacheTableByRef

void setCacheTableByRef(ITable ppCacheTable)
                        throws java.io.IOException,
                               AutomationException
The cache table associated with the mosaic dataset.

Parameters:
ppCacheTable - 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.