public interface IMosaicRaster
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 |
IID6ccd314b_1153_42b5_a5f1_aa56e070159c |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
IRasterColormap |
getColormap()
The colormap to be used.
|
int |
getMosaicColormapMode()
The current mode for mosaicking pseucolor rasters.
|
IMosaicOperator |
getMosaicOperator()
The current mosaic operator.
|
int |
getMosaicOperatorType()
The current mosaic operator type.
|
java.lang.String |
getOrderByField()
The Order By fields on the base RasterCatalog.
|
IRasterCatalog |
getRasterCatalog()
The base RasterCatalog.
|
java.lang.String |
getWhereClause()
The Where Clause on the base RasterCatalog.
|
boolean |
isAscending()
Indicates whether the ascending flag of OrderBy.
|
void |
setAscending(boolean ascending)
Indicates whether the ascending flag of OrderBy.
|
void |
setColormap(IRasterColormap ppColormap)
The colormap to be used.
|
void |
setMosaicColormapMode(int mode)
The current mode for mosaicking pseucolor rasters.
|
void |
setMosaicOperatorByRef(IMosaicOperator op)
The current mosaic operator.
|
void |
setMosaicOperatorType(int type)
The current mosaic operator type.
|
void |
setOrderByField(java.lang.String orderByField)
The Order By fields on the base RasterCatalog.
|
void |
setRasterCatalogByRef(IRasterCatalog ppCatalog)
The base RasterCatalog.
|
void |
setWhereClause(java.lang.String whereClause)
The Where Clause on the base RasterCatalog.
|
static final int IID6ccd314b_1153_42b5_a5f1_aa56e070159c
static final int xxDummy
static final java.lang.String IID
IRasterCatalog getRasterCatalog() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setRasterCatalogByRef(IRasterCatalog ppCatalog) throws java.io.IOException, AutomationException
ppCatalog
- A reference to a com.esri.arcgis.geodatabase.IRasterCatalog (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getWhereClause() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setWhereClause(java.lang.String whereClause) throws java.io.IOException, AutomationException
whereClause
- The whereClause (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getOrderByField() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setOrderByField(java.lang.String orderByField) throws java.io.IOException, AutomationException
orderByField
- The orderByField (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isAscending() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setAscending(boolean ascending) throws java.io.IOException, AutomationException
ascending
- The ascending (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getMosaicOperatorType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setMosaicOperatorType(int type) throws java.io.IOException, AutomationException
type
- A com.esri.arcgis.datasourcesraster.rstMosaicOperatorType constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IMosaicOperator getMosaicOperator() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setMosaicOperatorByRef(IMosaicOperator op) throws java.io.IOException, AutomationException
op
- A reference to a com.esri.arcgis.datasourcesraster.IMosaicOperator (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getMosaicColormapMode() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setMosaicColormapMode(int mode) throws java.io.IOException, AutomationException
mode
- A com.esri.arcgis.datasourcesraster.rstMosaicColormapMode constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IRasterColormap getColormap() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setColormap(IRasterColormap ppColormap) throws java.io.IOException, AutomationException
ppColormap
- A reference to a com.esri.arcgis.geodatabase.IRasterColormap (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.