|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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.
Raster,
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. |
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. |
| Method Detail |
public IRasterCatalog getRasterCatalog()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public 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.
public 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.
public 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.
public 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.
public 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.
public boolean isAscending()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public 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.
public int getMosaicOperatorType()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public 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.
public IMosaicOperator getMosaicOperator()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public 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.
public int getMosaicColormapMode()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setMosaicColormapMode(int mode)
throws java.io.IOException,
AutomationException
It is only applicable to ArcSDE rasters.
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.
public IRasterColormap getColormap()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public 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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||