public interface IMosaicDataset3 extends IMosaicDataset2, 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 |
IIDf1274bff_32cc_4f6b_82ad_3a0864b70599 |
static int |
xxDummy
Deprecated.
Internal use only
|
IID63c4a7c3_a7dd_46a8_9e12_5ed568517fac
IID73b65b1d_3314_444d_a1e1_64bae578df7a
Modifier and Type | Method and Description |
---|---|
ITable |
getDefinitionTable()
The definition table.
|
IArray |
getFunctionTemplates()
The collection of function templates.
|
IRaster |
getRaster(java.lang.String itemExpression)
Returns the raster associated with the mosaic dataset item that satisfies the specified criteria.
|
ITable |
getViewMembershipTable()
The associated item-view membership table.
|
void |
setDefinitionTableByRef(ITable ppDefinitionTable)
The definition table.
|
void |
setFunctionTemplatesByRef(IArray ppFunctionTemplates)
The collection of function templates.
|
void |
setViewMembershipTableByRef(ITable ppViewMembershipTable)
The associated item-view membership table.
|
void |
updateFunctionTemplates(IStringArray pFunctionTemplateNames)
Updates the collection of function templates associated with the mosaic dataset.
|
computeCellSizes, getAnalysisResults, getCacheTable, getStatusTable, getViewTable, setAnalysisResultsByRef, setCacheTableByRef, setStatusTableByRef, setViewTableByRef
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 IIDf1274bff_32cc_4f6b_82ad_3a0864b70599
static final int xxDummy
static final java.lang.String IID
ITable getViewMembershipTable() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setViewMembershipTableByRef(ITable ppViewMembershipTable) throws java.io.IOException, AutomationException
ppViewMembershipTable
- 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.IRaster getRaster(java.lang.String itemExpression) throws java.io.IOException, AutomationException
itemExpression
- The itemExpression (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.ITable getDefinitionTable() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setDefinitionTableByRef(ITable ppDefinitionTable) throws java.io.IOException, AutomationException
ppDefinitionTable
- 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 setFunctionTemplatesByRef(IArray ppFunctionTemplates) throws java.io.IOException, AutomationException
ppFunctionTemplates
- A reference to a com.esri.arcgis.system.IArray (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IArray getFunctionTemplates() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void updateFunctionTemplates(IStringArray pFunctionTemplateNames) throws java.io.IOException, AutomationException
pFunctionTemplateNames
- A reference to a com.esri.arcgis.system.IStringArray (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.