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, objRef
IID, 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, writeExternal
public 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.UnknownHostException
java.io.IOException
public 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
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
addListener
in class com.esri.arcgis.interop.Dispatch
iidStr
- 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.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
removeListener
in class com.esri.arcgis.interop.Dispatch
iidStr
- the ID of the outgoing interface, implemented by the listenertheListener
- the object that no longer wishes to be informed of the eventsjava.io.IOException
public IRasterCatalog getRasterCatalog() throws java.io.IOException, AutomationException
getRasterCatalog
in interface IMosaicRaster
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
setRasterCatalogByRef
in interface IMosaicRaster
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
getWhereClause
in interface IMosaicRaster
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
setWhereClause
in interface IMosaicRaster
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
getOrderByField
in interface IMosaicRaster
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
setOrderByField
in interface IMosaicRaster
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
isAscending
in interface IMosaicRaster
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
setAscending
in interface IMosaicRaster
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
getMosaicOperatorType
in interface IMosaicRaster
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
setMosaicOperatorType
in interface IMosaicRaster
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
getMosaicOperator
in interface IMosaicRaster
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
setMosaicOperatorByRef
in interface IMosaicRaster
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
getMosaicColormapMode
in interface IMosaicRaster
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
setMosaicColormapMode
in interface IMosaicRaster
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
getColormap
in interface IMosaicRaster
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
setColormap
in interface IMosaicRaster
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.