|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMosaicRaster
Provides access to members that control a MosaicRaster.
IMosaicRaster allows you to specify the raster catalog or the selection on a raster catalog to be mosaicked. A custom MosaicOperator or a predefined MosaicOperatorType for overlapping areas can also be set. If the raster datasets have colormap, setting the MosaicColormapMode will manipulate the colormap of the output mosaic.
MosaicRaster
Method Summary | |
---|---|
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. |
String |
getOrderByField()
The Order By fields on the base RasterCatalog. |
IRasterCatalog |
getRasterCatalog()
The base RasterCatalog. |
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(String orderByField)
The Order By fields on the base RasterCatalog. |
void |
setRasterCatalogByRef(IRasterCatalog ppCatalog)
The base RasterCatalog. |
void |
setWhereClause(String whereClause)
The Where Clause on the base RasterCatalog. |
Method Detail |
---|
IRasterCatalog getRasterCatalog() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRasterCatalogByRef(IRasterCatalog ppCatalog) throws IOException, AutomationException
ppCatalog
- A reference to a com.esri.arcgis.geodatabase.IRasterCatalog (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getWhereClause() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setWhereClause(String whereClause) throws IOException, AutomationException
whereClause
- The whereClause (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getOrderByField() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setOrderByField(String orderByField) throws IOException, AutomationException
orderByField
- The orderByField (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isAscending() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAscending(boolean ascending) throws IOException, AutomationException
ascending
- The ascending (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getMosaicOperatorType() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMosaicOperatorType(int type) throws IOException, AutomationException
type
- A com.esri.arcgis.datasourcesraster.rstMosaicOperatorType constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IMosaicOperator getMosaicOperator() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMosaicOperatorByRef(IMosaicOperator op) throws IOException, AutomationException
op
- A reference to a com.esri.arcgis.datasourcesraster.IMosaicOperator (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getMosaicColormapMode() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMosaicColormapMode(int mode) throws IOException, AutomationException
It is only applicable to ArcSDE rasters.
mode
- A com.esri.arcgis.datasourcesraster.rstMosaicColormapMode constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IRasterColormap getColormap() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setColormap(IRasterColormap ppColormap) throws IOException, AutomationException
ppColormap
- A reference to a com.esri.arcgis.geodatabase.IRasterColormap (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 |