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 extends com.esri.arcgis.interop.Dispatch implements IMosaicRaster, java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
boolean |
noncastable
Deprecated.
|
static java.lang.Class |
targetClass
Deprecated.
|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRefIID, IID6ccd314b_1153_42b5_a5f1_aa56e070159c| Modifier | Constructor and Description |
|---|---|
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated.
Adds a Java object to be a listener for a specific kind of event generated by the COM object.
|
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.
Removes a Java object as a listener to events generated by a COM object.
|
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.
|
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, writeExternalpublic static final java.lang.Class targetClass
public boolean noncastable
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.UnknownHostExceptionjava.io.IOExceptionpublic IMosaicRasterProxy()
public IMosaicRasterProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOExceptionprotected IMosaicRasterProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOExceptionprotected 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.IOExceptionpublic void addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
throws java.io.IOException
com.esri.arcgis.interop.DispatchaddListener in class com.esri.arcgis.interop.DispatchiidStr - the ID of the outgoing interface, implemented by the listenertheListener - the object to be informed of the eventstheSource - the proxy class that represents the COM class that is the source of the eventsjava.io.IOExceptionpublic void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
com.esri.arcgis.interop.DispatchremoveListener in class com.esri.arcgis.interop.DispatchiidStr - the ID of the outgoing interface, implemented by the listenertheListener - the object that no longer wishes to be informed of the eventsjava.io.IOExceptionpublic 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.