|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.datasourcesraster.IMosaicRasterProxy
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 =
public class IMosaicRasterProxy
Internal use class
| Field Summary | |
|---|---|
boolean |
noncastable
Deprecated. |
static java.lang.Class |
targetClass
Deprecated. |
| Fields inherited from class com.esri.arcgis.interop.Dispatch |
|---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
| Fields inherited from interface com.esri.arcgis.datasourcesraster.IMosaicRaster |
|---|
IID, IID6ccd314b_1153_42b5_a5f1_aa56e070159c |
| Constructor Summary | |
|---|---|
|
IMosaicRasterProxy()
Deprecated. For internal use only |
|
IMosaicRasterProxy(java.lang.Object obj)
Deprecated. |
protected |
IMosaicRasterProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IMosaicRasterProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IMosaicRasterProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
| Method Summary | |
|---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated. |
IRasterColormap |
getColormap()
Deprecated. The colormap to be used. |
int |
getMosaicColormapMode()
Deprecated. The current mode for mosaicking pseucolor rasters. |
IMosaicOperator |
getMosaicOperator()
Deprecated. The current mosaic operator. |
int |
getMosaicOperatorType()
Deprecated. The current mosaic operator type. |
java.lang.String |
getOrderByField()
Deprecated. The Order By fields on the base RasterCatalog. |
IRasterCatalog |
getRasterCatalog()
Deprecated. The base RasterCatalog. |
java.lang.String |
getWhereClause()
Deprecated. The Where Clause on the base RasterCatalog. |
boolean |
isAscending()
Deprecated. Indicates whether the ascending flag of OrderBy. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
setAscending(boolean ascending)
Deprecated. Indicates whether the ascending flag of OrderBy. |
void |
setColormap(IRasterColormap ppColormap)
Deprecated. The colormap to be used. |
void |
setMosaicColormapMode(int mode)
Deprecated. The current mode for mosaicking pseucolor rasters. |
void |
setMosaicOperatorByRef(IMosaicOperator op)
Deprecated. The current mosaic operator. |
void |
setMosaicOperatorType(int type)
Deprecated. The current mosaic operator type. |
void |
setOrderByField(java.lang.String orderByField)
Deprecated. The Order By fields on the base RasterCatalog. |
void |
setRasterCatalogByRef(IRasterCatalog ppCatalog)
Deprecated. The base RasterCatalog. |
void |
setWhereClause(java.lang.String whereClause)
Deprecated. The Where Clause on the base RasterCatalog. |
| Methods inherited from class com.esri.arcgis.interop.Dispatch |
|---|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.Class targetClass
public boolean noncastable
| Constructor Detail |
|---|
public IMosaicRasterProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.net.UnknownHostException,
java.io.IOException
java.net.UnknownHostException
java.io.IOExceptionpublic IMosaicRasterProxy()
public IMosaicRasterProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOException
protected IMosaicRasterProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOException
protected IMosaicRasterProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.io.IOException
java.io.IOException| Method Detail |
|---|
public void addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
throws java.io.IOException
addListener in class com.esri.arcgis.interop.Dispatchjava.io.IOException
public void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
removeListener in class com.esri.arcgis.interop.Dispatchjava.io.IOException
public IRasterCatalog getRasterCatalog()
throws java.io.IOException,
AutomationException
getRasterCatalog in interface IMosaicRasterjava.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
setRasterCatalogByRef in interface IMosaicRasterppCatalog - 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
getWhereClause in interface IMosaicRasterjava.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
setWhereClause in interface IMosaicRasterwhereClause - 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
getOrderByField in interface IMosaicRasterjava.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
setOrderByField in interface IMosaicRasterorderByField - 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
isAscending in interface IMosaicRasterjava.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
setAscending in interface IMosaicRasterascending - 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
getMosaicOperatorType in interface IMosaicRasterjava.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
setMosaicOperatorType in interface IMosaicRastertype - 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
getMosaicOperator in interface IMosaicRasterjava.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
setMosaicOperatorByRef in interface IMosaicRasterop - 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
getMosaicColormapMode in interface IMosaicRasterjava.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
setMosaicColormapMode in interface IMosaicRastermode - 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
getColormap in interface IMosaicRasterjava.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
setColormap in interface IMosaicRasterppColormap - 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 | ||||||||