com.esri.arcgis.datasourcesraster
Class IMosaicRasterProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.datasourcesraster.IMosaicRasterProxy
All Implemented Interfaces:
IMosaicRaster, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for COM Interface 'IMosaicRaster'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'

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

Internal use class

See Also:
Serialized Form

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

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IMosaicRasterProxy

public IMosaicRasterProxy(java.lang.String CLSID,
                          java.lang.String host,
                          com.esri.arcgis.interop.AuthInfo authInfo)
                   throws java.net.UnknownHostException,
                          java.io.IOException
Deprecated. 
Throws:
java.net.UnknownHostException
java.io.IOException

IMosaicRasterProxy

public IMosaicRasterProxy()
Deprecated. 
For internal use only


IMosaicRasterProxy

public IMosaicRasterProxy(java.lang.Object obj)
                   throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IMosaicRasterProxy

protected IMosaicRasterProxy(java.lang.Object obj,
                             java.lang.String iid)
                      throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IMosaicRasterProxy

protected IMosaicRasterProxy(java.lang.String CLSID,
                             java.lang.String iid,
                             java.lang.String host,
                             com.esri.arcgis.interop.AuthInfo authInfo)
                      throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Deprecated. 
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Deprecated. 
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

getRasterCatalog

public IRasterCatalog getRasterCatalog()
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
The base RasterCatalog.

Specified by:
getRasterCatalog in interface IMosaicRaster
Returns:
A reference to a com.esri.arcgis.geodatabase.IRasterCatalog
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setRasterCatalogByRef

public void setRasterCatalogByRef(IRasterCatalog ppCatalog)
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
The base RasterCatalog.

Specified by:
setRasterCatalogByRef in interface IMosaicRaster
Parameters:
ppCatalog - A reference to a com.esri.arcgis.geodatabase.IRasterCatalog (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getWhereClause

public java.lang.String getWhereClause()
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
The Where Clause on the base RasterCatalog.

Specified by:
getWhereClause in interface IMosaicRaster
Returns:
The whereClause
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setWhereClause

public void setWhereClause(java.lang.String whereClause)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
The Where Clause on the base RasterCatalog.

Specified by:
setWhereClause in interface IMosaicRaster
Parameters:
whereClause - The whereClause (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getOrderByField

public java.lang.String getOrderByField()
                                 throws java.io.IOException,
                                        AutomationException
Deprecated. 
The Order By fields on the base RasterCatalog.

Specified by:
getOrderByField in interface IMosaicRaster
Returns:
The orderByField
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setOrderByField

public void setOrderByField(java.lang.String orderByField)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
The Order By fields on the base RasterCatalog.

Specified by:
setOrderByField in interface IMosaicRaster
Parameters:
orderByField - The orderByField (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isAscending

public boolean isAscending()
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Indicates whether the ascending flag of OrderBy.

Specified by:
isAscending in interface IMosaicRaster
Returns:
The ascending
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setAscending

public void setAscending(boolean ascending)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Indicates whether the ascending flag of OrderBy.

Specified by:
setAscending in interface IMosaicRaster
Parameters:
ascending - The ascending (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMosaicOperatorType

public int getMosaicOperatorType()
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
The current mosaic operator type.

Specified by:
getMosaicOperatorType in interface IMosaicRaster
Returns:
A com.esri.arcgis.datasourcesraster.rstMosaicOperatorType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMosaicOperatorType

public void setMosaicOperatorType(int type)
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
The current mosaic operator type.

Specified by:
setMosaicOperatorType in interface IMosaicRaster
Parameters:
type - A com.esri.arcgis.datasourcesraster.rstMosaicOperatorType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMosaicOperator

public IMosaicOperator getMosaicOperator()
                                  throws java.io.IOException,
                                         AutomationException
Deprecated. 
The current mosaic operator.

Specified by:
getMosaicOperator in interface IMosaicRaster
Returns:
A reference to a com.esri.arcgis.datasourcesraster.IMosaicOperator
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMosaicOperatorByRef

public void setMosaicOperatorByRef(IMosaicOperator op)
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
The current mosaic operator.

Specified by:
setMosaicOperatorByRef in interface IMosaicRaster
Parameters:
op - A reference to a com.esri.arcgis.datasourcesraster.IMosaicOperator (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMosaicColormapMode

public int getMosaicColormapMode()
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
The current mode for mosaicking pseucolor rasters.

Specified by:
getMosaicColormapMode in interface IMosaicRaster
Returns:
A com.esri.arcgis.datasourcesraster.rstMosaicColormapMode constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMosaicColormapMode

public void setMosaicColormapMode(int mode)
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
The current mode for mosaicking pseucolor rasters.

Specified by:
setMosaicColormapMode in interface IMosaicRaster
Parameters:
mode - A com.esri.arcgis.datasourcesraster.rstMosaicColormapMode constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getColormap

public IRasterColormap getColormap()
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
The colormap to be used.

Specified by:
getColormap in interface IMosaicRaster
Returns:
A reference to a com.esri.arcgis.geodatabase.IRasterColormap
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setColormap

public void setColormap(IRasterColormap ppColormap)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
The colormap to be used.

Specified by:
setColormap in interface IMosaicRaster
Parameters:
ppColormap - A reference to a com.esri.arcgis.geodatabase.IRasterColormap (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.