com.esri.arcgis.datasourcesraster
Class IMosaicFunctionProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.datasourcesraster.IMosaicFunctionProxy
All Implemented Interfaces:
IMosaicFunction, java.io.Externalizable, java.io.Serializable
Direct Known Subclasses:
IMosaicFunction2Proxy

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

Description: 'Provides access to members that control mosaic function.' 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 IMosaicFunctionProxy
extends com.esri.arcgis.interop.Dispatch
implements IMosaicFunction, 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.IMosaicFunction
IID, IID2e7a3bb4_76e1_4b84_a359_68233d60450a
 
Constructor Summary
  IMosaicFunctionProxy()
          Deprecated. For internal use only
  IMosaicFunctionProxy(java.lang.Object obj)
          Deprecated.  
protected IMosaicFunctionProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IMosaicFunctionProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IMosaicFunctionProxy(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.  
 java.lang.String constructQueryExpression(IPoint pCellsize)
          Deprecated. Constructs a query expression (WHERE clause).
 ITable getCatalog()
          Deprecated. The catalog.
 java.lang.String getCellsizeFieldName()
          Deprecated. The native raster cellsize field name.
 java.lang.String getDefinitionExpression()
          Deprecated. The definition expression on the source catalog.
 IFIDSet getDefinitionFIDs()
          Deprecated. The definition selection set on the source catalog.
 IGeometry getDefinitionGeometry()
          Deprecated. The definition (spatial selection) geometry on the source catalog.
 IFIDSet getFIDs()
          Deprecated. The current selection set on the source catalog.
 ISymbol getFootprintSymbol()
          Deprecated. The symbol used to draw footprints.
 java.lang.String getLockRasterFieldName()
          Deprecated. The lock raster ID field name in the source catalog.
 java.lang.String getLockRasterID()
          Deprecated. The lock raster ID.
 java.lang.String getLODFieldName()
          Deprecated. The LOD field name.
 IMosaicLODInfos getLODInfos()
          Deprecated. The current mosaic LOD information.
 int getMaxCellsizeFieldIndex()
          Deprecated. The maximum cellsize field index.
 java.lang.String getMaxCellsizeFieldName()
          Deprecated. The maximum cellsize field name.
 IPnt getMaximumVisibleCellsize()
          Deprecated. The maximum visible cellsize.
 int getMaxMosaicImageCount()
          Deprecated. The maximum number of rasters used per request.
 int getMinCellsizeFieldIndex()
          Deprecated. The minimum cellsize field index.
 java.lang.String getMinCellsizeFieldName()
          Deprecated. The minimum cellsize field name.
 int getMosaicMethod()
          Deprecated. The mosaic method.
 IMosaicOperator getMosaicOperator()
          Deprecated. The current mosaic operator.
 int getMosaicOperatorType()
          Deprecated. The current mosaic operator type.
 java.lang.Object getOrderByBaseValue()
          Deprecated. The Order By base value.
 java.lang.String getOrderByFieldName()
          Deprecated. The Order By field on the source catalog.
 int getRasterFieldIndex()
          Deprecated. The raster field index.
 java.lang.String getRasterFieldName()
          Deprecated. The raster field name in the source catalog.
 IPoint getViewpoint()
          Deprecated. The view point.
 java.lang.String getWhereClause()
          Deprecated. The SQL selection where clause expression.
 boolean isApplyColorCorrection()
          Deprecated. Indicates if color correction needs to be applied.
 boolean isAscending()
          Deprecated. Indicates whether the ascending flag of OrderBy.
 boolean isClipToFootprint()
          Deprecated. Indicates if individual images will be clipped to their footprints.
 boolean isDrawFootprint()
          Deprecated. Indicates if to draw footprints.
 boolean isVisible(double dx, double dy)
          Deprecated. Checks if a given pixel size is visible.
 void lockCellsize(double cellSize)
          Deprecated. Locks LOD at a given cellsize.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 ICursor search(IQueryFilter pQueryFilter, IPoint pCellsize)
          Deprecated. Searches the catalog using current mosaic rules.
 void setApplyColorCorrection(boolean pApplyColorCorrection)
          Deprecated. Indicates if color correction needs to be applied.
 void setAscending(boolean pAscending)
          Deprecated. Indicates whether the ascending flag of OrderBy.
 void setCellsizeFieldName(java.lang.String pCellsizeFieldName)
          Deprecated. The native raster cellsize field name.
 void setClipToFootprint(boolean pClipping)
          Deprecated. Indicates if individual images will be clipped to their footprints.
 void setDefinitionExpression(java.lang.String pExpression)
          Deprecated. The definition expression on the source catalog.
 void setDefinitionFIDsByRef(IFIDSet ppFIDs)
          Deprecated. The definition selection set on the source catalog.
 void setDefinitionGeometryByRef(IGeometry ppGeometry)
          Deprecated. The definition (spatial selection) geometry on the source catalog.
 void setDrawFootprint(boolean pDraw)
          Deprecated. Indicates if to draw footprints.
 void setFIDsByRef(IFIDSet ppFIDs)
          Deprecated. The current selection set on the source catalog.
 void setFootprintSymbolByRef(ISymbol ppSymbol)
          Deprecated. The symbol used to draw footprints.
 void setLockRasterFieldName(java.lang.String pLockFieldName)
          Deprecated. The lock raster ID field name in the source catalog.
 void setLockRasterID(java.lang.String pRasterID)
          Deprecated. The lock raster ID.
 void setLODFieldName(java.lang.String pLODFieldName)
          Deprecated. The LOD field name.
 void setLODInfosByRef(IMosaicLODInfos ppLODInfos)
          Deprecated. The current mosaic LOD information.
 void setMaxCellsizeFieldName(java.lang.String pMaxCellsizeFieldName)
          Deprecated. The maximum cellsize field name.
 void setMaximumVisibleCellsize(IPnt ppCellsize)
          Deprecated. The maximum visible cellsize.
 void setMaxMosaicImageCount(int pCount)
          Deprecated. The maximum number of rasters used per request.
 void setMinCellsizeFieldName(java.lang.String pMinCellsizeFieldName)
          Deprecated. The minimum cellsize field name.
 void setMosaicMethod(int pMosaicMethod)
          Deprecated. The mosaic method.
 void setMosaicOperatorByRef(IMosaicOperator op)
          Deprecated. The current mosaic operator.
 void setMosaicOperatorType(int type)
          Deprecated. The current mosaic operator type.
 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 setRasterFieldName(java.lang.String pRasterFieldName)
          Deprecated. The raster field name in the source catalog.
 void setViewpointByRef(IPoint ppViewpoint)
          Deprecated. The view point.
 void setWhereClause(java.lang.String pExpression)
          Deprecated. The SQL selection where clause expression.
 void unlockCellsize()
          Deprecated. Unlocks LOD from the locked cellsize.
 
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

IMosaicFunctionProxy

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

IMosaicFunctionProxy

public IMosaicFunctionProxy()
Deprecated. 
For internal use only


IMosaicFunctionProxy

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

IMosaicFunctionProxy

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

IMosaicFunctionProxy

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

getDefinitionExpression

public java.lang.String getDefinitionExpression()
                                         throws java.io.IOException,
                                                AutomationException
Deprecated. 
The definition expression on the source catalog.

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

setDefinitionExpression

public void setDefinitionExpression(java.lang.String pExpression)
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
The definition expression on the source catalog.

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

getDefinitionGeometry

public IGeometry getDefinitionGeometry()
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
The definition (spatial selection) geometry on the source catalog.

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

setDefinitionGeometryByRef

public void setDefinitionGeometryByRef(IGeometry ppGeometry)
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
The definition (spatial selection) geometry on the source catalog.

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

setDefinitionFIDsByRef

public void setDefinitionFIDsByRef(IFIDSet ppFIDs)
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
The definition selection set on the source catalog.

Specified by:
setDefinitionFIDsByRef in interface IMosaicFunction
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.

getDefinitionFIDs

public IFIDSet getDefinitionFIDs()
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
The definition selection set on the source catalog.

Specified by:
getDefinitionFIDs in interface IMosaicFunction
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.

getRasterFieldName

public java.lang.String getRasterFieldName()
                                    throws java.io.IOException,
                                           AutomationException
Deprecated. 
The raster field name in the source catalog.

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

setRasterFieldName

public void setRasterFieldName(java.lang.String pRasterFieldName)
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
The raster field name in the source catalog.

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

getCellsizeFieldName

public java.lang.String getCellsizeFieldName()
                                      throws java.io.IOException,
                                             AutomationException
Deprecated. 
The native raster cellsize field name.

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

setCellsizeFieldName

public void setCellsizeFieldName(java.lang.String pCellsizeFieldName)
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
The native raster cellsize field name.

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

getMinCellsizeFieldName

public java.lang.String getMinCellsizeFieldName()
                                         throws java.io.IOException,
                                                AutomationException
Deprecated. 
The minimum cellsize field name.

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

setMinCellsizeFieldName

public void setMinCellsizeFieldName(java.lang.String pMinCellsizeFieldName)
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
The minimum cellsize field name.

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

getMaxCellsizeFieldName

public java.lang.String getMaxCellsizeFieldName()
                                         throws java.io.IOException,
                                                AutomationException
Deprecated. 
The maximum cellsize field name.

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

setMaxCellsizeFieldName

public void setMaxCellsizeFieldName(java.lang.String pMaxCellsizeFieldName)
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
The maximum cellsize field name.

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

getLODFieldName

public java.lang.String getLODFieldName()
                                 throws java.io.IOException,
                                        AutomationException
Deprecated. 
The LOD field name.

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

setLODFieldName

public void setLODFieldName(java.lang.String pLODFieldName)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
The LOD field name.

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

getLODInfos

public IMosaicLODInfos getLODInfos()
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
The current mosaic LOD information.

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

setLODInfosByRef

public void setLODInfosByRef(IMosaicLODInfos ppLODInfos)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
The current mosaic LOD information.

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

getMaximumVisibleCellsize

public IPnt getMaximumVisibleCellsize()
                               throws java.io.IOException,
                                      AutomationException
Deprecated. 
The maximum visible cellsize.

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

setMaximumVisibleCellsize

public void setMaximumVisibleCellsize(IPnt ppCellsize)
                               throws java.io.IOException,
                                      AutomationException
Deprecated. 
The maximum visible cellsize.

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

isDrawFootprint

public boolean isDrawFootprint()
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
Indicates if to draw footprints.

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

setDrawFootprint

public void setDrawFootprint(boolean pDraw)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Indicates if to draw footprints.

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

getFootprintSymbol

public ISymbol getFootprintSymbol()
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
The symbol used to draw footprints.

Specified by:
getFootprintSymbol in interface IMosaicFunction
Returns:
A reference to a com.esri.arcgis.display.ISymbol
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setFootprintSymbolByRef

public void setFootprintSymbolByRef(ISymbol ppSymbol)
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
The symbol used to draw footprints.

Specified by:
setFootprintSymbolByRef in interface IMosaicFunction
Parameters:
ppSymbol - A reference to a com.esri.arcgis.display.ISymbol (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMosaicMethod

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

Specified by:
getMosaicMethod in interface IMosaicFunction
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 IMosaicFunction
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.

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 IMosaicFunction
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 IMosaicFunction
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 IMosaicFunction
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 IMosaicFunction
Parameters:
pValue - A Variant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getLockRasterFieldName

public java.lang.String getLockRasterFieldName()
                                        throws java.io.IOException,
                                               AutomationException
Deprecated. 
The lock raster ID field name in the source catalog.

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

setLockRasterFieldName

public void setLockRasterFieldName(java.lang.String pLockFieldName)
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
The lock raster ID field name in the source catalog.

Specified by:
setLockRasterFieldName in interface IMosaicFunction
Parameters:
pLockFieldName - The pLockFieldName (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 IMosaicFunction
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 IMosaicFunction
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 IMosaicFunction
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 IMosaicFunction
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.

isAscending

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

Specified by:
isAscending in interface IMosaicFunction
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 IMosaicFunction
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 current mosaic operator type.

Specified by:
getMosaicOperatorType in interface IMosaicFunction
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 IMosaicFunction
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 IMosaicFunction
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 IMosaicFunction
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.

getWhereClause

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

Specified by:
getWhereClause in interface IMosaicFunction
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 IMosaicFunction
Parameters:
pExpression - The pExpression (in)
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 current selection set on the source catalog.

Specified by:
setFIDsByRef in interface IMosaicFunction
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.

getFIDs

public IFIDSet getFIDs()
                throws java.io.IOException,
                       AutomationException
Deprecated. 
The current selection set on the source catalog.

Specified by:
getFIDs in interface IMosaicFunction
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.

lockCellsize

public void lockCellsize(double cellSize)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Locks LOD at a given cellsize.

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

unlockCellsize

public void unlockCellsize()
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Unlocks LOD from the locked cellsize.

Specified by:
unlockCellsize in interface IMosaicFunction
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCatalog

public ITable getCatalog()
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
The catalog.

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

getRasterFieldIndex

public int getRasterFieldIndex()
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
The raster field index.

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

getMinCellsizeFieldIndex

public int getMinCellsizeFieldIndex()
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
The minimum cellsize field index.

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

getMaxCellsizeFieldIndex

public int getMaxCellsizeFieldIndex()
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
The maximum cellsize field index.

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

isVisible

public boolean isVisible(double dx,
                         double dy)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Checks if a given pixel size is visible.

Specified by:
isVisible in interface IMosaicFunction
Parameters:
dx - The dx (in)
dy - The dy (in)
Returns:
The pvbVisible
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMaxMosaicImageCount

public int getMaxMosaicImageCount()
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
The maximum number of rasters used per request.

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

setMaxMosaicImageCount

public void setMaxMosaicImageCount(int pCount)
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
The maximum number of rasters used per request.

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

isClipToFootprint

public boolean isClipToFootprint()
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
Indicates if individual images will be clipped to their footprints.

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

setClipToFootprint

public void setClipToFootprint(boolean pClipping)
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
Indicates if individual images will be clipped to their footprints.

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

isApplyColorCorrection

public boolean isApplyColorCorrection()
                               throws java.io.IOException,
                                      AutomationException
Deprecated. 
Indicates if color correction needs to be applied.

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

setApplyColorCorrection

public void setApplyColorCorrection(boolean pApplyColorCorrection)
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
Indicates if color correction needs to be applied.

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

constructQueryExpression

public java.lang.String constructQueryExpression(IPoint pCellsize)
                                          throws java.io.IOException,
                                                 AutomationException
Deprecated. 
Constructs a query expression (WHERE clause).

Specified by:
constructQueryExpression in interface IMosaicFunction
Parameters:
pCellsize - A reference to a com.esri.arcgis.geometry.IPoint (in)
Returns:
The pQueryExpression
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

search

public ICursor search(IQueryFilter pQueryFilter,
                      IPoint pCellsize)
               throws java.io.IOException,
                      AutomationException
Deprecated. 
Searches the catalog using current mosaic rules.

Specified by:
search in interface IMosaicFunction
Parameters:
pQueryFilter - A reference to a com.esri.arcgis.geodatabase.IQueryFilter (in)
pCellsize - A reference to a com.esri.arcgis.geometry.IPoint (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.ICursor
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.