public interface IMosaicRaster2
extends java.io.Serializable
Description: 'Provides access to members that control a MosaicRaster.' 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 |
IID77d428cf_3f55_497d_bd5c_9fb7b2d708a9 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
IRasterCatalogTable |
getRasterCatalogTable()
The source raster catalog table.
|
void |
recalculateCellsize(int type)
Recalculates the cellsize as (min, max, or mean) of all cellsizes.
|
void |
setRasterCatalogTableByRef(IRasterCatalogTable ppCatalogTable)
The source raster catalog table.
|
static final int IID77d428cf_3f55_497d_bd5c_9fb7b2d708a9
static final int xxDummy
static final java.lang.String IID
IRasterCatalogTable getRasterCatalogTable() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setRasterCatalogTableByRef(IRasterCatalogTable ppCatalogTable) throws java.io.IOException, AutomationException
ppCatalogTable
- A reference to a com.esri.arcgis.datasourcesraster.IRasterCatalogTable (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void recalculateCellsize(int type) throws java.io.IOException, AutomationException
type
- A com.esri.arcgis.datasourcesraster.esriCellsizeType constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.