com.esri.arcgis.carto
Class IMosaicRuleProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.carto.IMosaicRuleProxy
All Implemented Interfaces:
IMosaicRule, java.io.Externalizable, java.io.Serializable
Direct Known Subclasses:
IMosaicRule2Proxy

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

Description: 'Provides access to members that control a mosaic rule.' 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 IMosaicRuleProxy
extends com.esri.arcgis.interop.Dispatch
implements IMosaicRule, 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.carto.IMosaicRule
IID, IID0ae8d2e0_78f8_4a7c_9bc9_b16f42c6fbf9
 
Constructor Summary
  IMosaicRuleProxy()
          Deprecated. For internal use only
  IMosaicRuleProxy(java.lang.Object obj)
          Deprecated.  
protected IMosaicRuleProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IMosaicRuleProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IMosaicRuleProxy(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.  
 IFIDSet getFIDs()
          Deprecated. The list of (selected) catalog item IDs.
 java.lang.String getLockRasterID()
          Deprecated. The lock raster ID.
 int getMosaicMethod()
          Deprecated. The mosaic method.
 int getMosaicOperatorType()
          Deprecated. The type of mosaic operator for resolving overlapping pixels.
 java.lang.Object getOrderByBaseValue()
          Deprecated. The Order By base value.
 java.lang.String getOrderByFieldName()
          Deprecated. The Order By field on the source catalog.
 ITimeValue getTimeValue()
          Deprecated. The request time value.
 IPoint getViewpoint()
          Deprecated. The view point.
 java.lang.String getWhereClause()
          Deprecated. The SQL selection where clause expression.
 boolean isAscending()
          Deprecated. Indicates whether the ascending flag of OrderBy.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setAscending(boolean pAscending)
          Deprecated. Indicates whether the ascending flag of OrderBy.
 void setFIDsByRef(IFIDSet ppFIDs)
          Deprecated. The list of (selected) catalog item IDs.
 void setLockRasterID(java.lang.String pRasterID)
          Deprecated. The lock raster ID.
 void setMosaicMethod(int pMosaicMethod)
          Deprecated. The mosaic method.
 void setMosaicOperatorType(int type)
          Deprecated. The type of mosaic operator for resolving overlapping pixels.
 void setOrderByBaseValue(java.lang.Object pValue)
          Deprecated. The Order By base value.
 void setOrderByFieldName(java.lang.String pName)
          Deprecated. The Order By field on the source catalog.
 void setTimeValueByRef(ITimeValue ppTimeValue)
          Deprecated. The request time value.
 void setViewpointByRef(IPoint ppViewpoint)
          Deprecated. The view point.
 void setWhereClause(java.lang.String pExpression)
          Deprecated. The SQL selection where clause expression.
 
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

IMosaicRuleProxy

public IMosaicRuleProxy(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

IMosaicRuleProxy

public IMosaicRuleProxy()
Deprecated. 
For internal use only


IMosaicRuleProxy

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

IMosaicRuleProxy

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

IMosaicRuleProxy

protected IMosaicRuleProxy(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

getMosaicMethod

public int getMosaicMethod()
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
The mosaic method.

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

setMosaicMethod

public void setMosaicMethod(int pMosaicMethod)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
The mosaic method.

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

getLockRasterID

public java.lang.String getLockRasterID()
                                 throws java.io.IOException,
                                        AutomationException
Deprecated. 
The lock raster ID.

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

setLockRasterID

public void setLockRasterID(java.lang.String pRasterID)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
The lock raster ID.

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

getViewpoint

public IPoint getViewpoint()
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
The view point.

Specified by:
getViewpoint in interface IMosaicRule
Returns:
A reference to a com.esri.arcgis.geometry.IPoint
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setViewpointByRef

public void setViewpointByRef(IPoint ppViewpoint)
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
The view point.

Specified by:
setViewpointByRef in interface IMosaicRule
Parameters:
ppViewpoint - A reference to a com.esri.arcgis.geometry.IPoint (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getOrderByFieldName

public java.lang.String getOrderByFieldName()
                                     throws java.io.IOException,
                                            AutomationException
Deprecated. 
The Order By field on the source catalog.

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

setOrderByFieldName

public void setOrderByFieldName(java.lang.String pName)
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
The Order By field on the source catalog.

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

getOrderByBaseValue

public java.lang.Object getOrderByBaseValue()
                                     throws java.io.IOException,
                                            AutomationException
Deprecated. 
The Order By base value.

Specified by:
getOrderByBaseValue in interface IMosaicRule
Returns:
A Variant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setOrderByBaseValue

public void setOrderByBaseValue(java.lang.Object pValue)
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
The Order By base value.

Specified by:
setOrderByBaseValue in interface IMosaicRule
Parameters:
pValue - A Variant (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 IMosaicRule
Returns:
The pAscending
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setAscending

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

Specified by:
setAscending in interface IMosaicRule
Parameters:
pAscending - The pAscending (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 type of mosaic operator for resolving overlapping pixels.

Specified by:
getMosaicOperatorType in interface IMosaicRule
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 type of mosaic operator for resolving overlapping pixels.

Specified by:
setMosaicOperatorType in interface IMosaicRule
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.

getWhereClause

public java.lang.String getWhereClause()
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
The SQL selection where clause expression.

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

setWhereClause

public void setWhereClause(java.lang.String pExpression)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
The SQL selection where clause expression.

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

getFIDs

public IFIDSet getFIDs()
                throws java.io.IOException,
                       AutomationException
Deprecated. 
The list of (selected) catalog item IDs.

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

setFIDsByRef

public void setFIDsByRef(IFIDSet ppFIDs)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
The list of (selected) catalog item IDs.

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

getTimeValue

public ITimeValue getTimeValue()
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
The request time value.

Specified by:
getTimeValue in interface IMosaicRule
Returns:
A reference to a com.esri.arcgis.system.ITimeValue
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTimeValueByRef

public void setTimeValueByRef(ITimeValue ppTimeValue)
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
The request time value.

Specified by:
setTimeValueByRef in interface IMosaicRule
Parameters:
ppTimeValue - A reference to a com.esri.arcgis.system.ITimeValue (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.