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
| Modifier and Type | Field and Description |
|---|---|
boolean |
noncastable
Deprecated.
|
static java.lang.Class |
targetClass
Deprecated.
|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRefIID, IID2e7a3bb4_76e1_4b84_a359_68233d60450a| Modifier | Constructor and Description |
|---|---|
|
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.
|
| 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.
|
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.
|
java.lang.Object |
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.
Removes a Java object as a listener to events generated by a COM object.
|
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(java.lang.Object 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.
|
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 IMosaicFunctionProxy(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 IMosaicFunctionProxy()
public IMosaicFunctionProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOExceptionprotected IMosaicFunctionProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOExceptionprotected IMosaicFunctionProxy(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 java.lang.String getDefinitionExpression()
throws java.io.IOException,
AutomationException
getDefinitionExpression in interface IMosaicFunctionjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setDefinitionExpression(java.lang.String pExpression)
throws java.io.IOException,
AutomationException
setDefinitionExpression in interface IMosaicFunctionpExpression - The pExpression (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IGeometry getDefinitionGeometry() throws java.io.IOException, AutomationException
getDefinitionGeometry in interface IMosaicFunctionjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setDefinitionGeometryByRef(IGeometry ppGeometry) throws java.io.IOException, AutomationException
setDefinitionGeometryByRef in interface IMosaicFunctionppGeometry - A reference to a com.esri.arcgis.geometry.IGeometry (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setDefinitionFIDsByRef(IFIDSet ppFIDs) throws java.io.IOException, AutomationException
setDefinitionFIDsByRef in interface IMosaicFunctionppFIDs - A reference to a com.esri.arcgis.geodatabase.IFIDSet (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IFIDSet getDefinitionFIDs() throws java.io.IOException, AutomationException
getDefinitionFIDs in interface IMosaicFunctionjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getRasterFieldName()
throws java.io.IOException,
AutomationException
getRasterFieldName in interface IMosaicFunctionjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setRasterFieldName(java.lang.String pRasterFieldName)
throws java.io.IOException,
AutomationException
setRasterFieldName in interface IMosaicFunctionpRasterFieldName - The pRasterFieldName (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getCellsizeFieldName()
throws java.io.IOException,
AutomationException
getCellsizeFieldName in interface IMosaicFunctionjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setCellsizeFieldName(java.lang.String pCellsizeFieldName)
throws java.io.IOException,
AutomationException
setCellsizeFieldName in interface IMosaicFunctionpCellsizeFieldName - The pCellsizeFieldName (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getMinCellsizeFieldName()
throws java.io.IOException,
AutomationException
getMinCellsizeFieldName in interface IMosaicFunctionjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setMinCellsizeFieldName(java.lang.String pMinCellsizeFieldName)
throws java.io.IOException,
AutomationException
setMinCellsizeFieldName in interface IMosaicFunctionpMinCellsizeFieldName - The pMinCellsizeFieldName (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getMaxCellsizeFieldName()
throws java.io.IOException,
AutomationException
getMaxCellsizeFieldName in interface IMosaicFunctionjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setMaxCellsizeFieldName(java.lang.String pMaxCellsizeFieldName)
throws java.io.IOException,
AutomationException
setMaxCellsizeFieldName in interface IMosaicFunctionpMaxCellsizeFieldName - The pMaxCellsizeFieldName (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getLODFieldName()
throws java.io.IOException,
AutomationException
getLODFieldName in interface IMosaicFunctionjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setLODFieldName(java.lang.String pLODFieldName)
throws java.io.IOException,
AutomationException
setLODFieldName in interface IMosaicFunctionpLODFieldName - The pLODFieldName (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IMosaicLODInfos getLODInfos() throws java.io.IOException, AutomationException
getLODInfos in interface IMosaicFunctionjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setLODInfosByRef(IMosaicLODInfos ppLODInfos) throws java.io.IOException, AutomationException
setLODInfosByRef in interface IMosaicFunctionppLODInfos - A reference to a com.esri.arcgis.datasourcesraster.IMosaicLODInfos (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IPnt getMaximumVisibleCellsize() throws java.io.IOException, AutomationException
getMaximumVisibleCellsize in interface IMosaicFunctionjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setMaximumVisibleCellsize(IPnt ppCellsize) throws java.io.IOException, AutomationException
setMaximumVisibleCellsize in interface IMosaicFunctionppCellsize - A reference to a com.esri.arcgis.geodatabase.IPnt (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public boolean isDrawFootprint()
throws java.io.IOException,
AutomationException
isDrawFootprint in interface IMosaicFunctionjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setDrawFootprint(boolean pDraw)
throws java.io.IOException,
AutomationException
setDrawFootprint in interface IMosaicFunctionpDraw - The pDraw (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.Object getFootprintSymbol()
throws java.io.IOException,
AutomationException
getFootprintSymbol in interface IMosaicFunctionjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setFootprintSymbolByRef(java.lang.Object ppSymbol)
throws java.io.IOException,
AutomationException
setFootprintSymbolByRef in interface IMosaicFunctionppSymbol - A reference to another Object (IUnknown) (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getMosaicMethod()
throws java.io.IOException,
AutomationException
getMosaicMethod in interface IMosaicFunctionjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setMosaicMethod(int pMosaicMethod)
throws java.io.IOException,
AutomationException
setMosaicMethod in interface IMosaicFunctionpMosaicMethod - A com.esri.arcgis.datasourcesraster.esriMosaicMethod constant (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getOrderByFieldName()
throws java.io.IOException,
AutomationException
getOrderByFieldName in interface IMosaicFunctionjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setOrderByFieldName(java.lang.String pName)
throws java.io.IOException,
AutomationException
setOrderByFieldName in interface IMosaicFunctionpName - The pName (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.Object getOrderByBaseValue()
throws java.io.IOException,
AutomationException
getOrderByBaseValue in interface IMosaicFunctionjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setOrderByBaseValue(java.lang.Object pValue)
throws java.io.IOException,
AutomationException
setOrderByBaseValue in interface IMosaicFunctionpValue - A Variant (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getLockRasterFieldName()
throws java.io.IOException,
AutomationException
getLockRasterFieldName in interface IMosaicFunctionjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setLockRasterFieldName(java.lang.String pLockFieldName)
throws java.io.IOException,
AutomationException
setLockRasterFieldName in interface IMosaicFunctionpLockFieldName - The pLockFieldName (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getLockRasterID()
throws java.io.IOException,
AutomationException
getLockRasterID in interface IMosaicFunctionjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setLockRasterID(java.lang.String pRasterID)
throws java.io.IOException,
AutomationException
setLockRasterID in interface IMosaicFunctionpRasterID - The pRasterID (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IPoint getViewpoint() throws java.io.IOException, AutomationException
getViewpoint in interface IMosaicFunctionjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setViewpointByRef(IPoint ppViewpoint) throws java.io.IOException, AutomationException
setViewpointByRef in interface IMosaicFunctionppViewpoint - A reference to a com.esri.arcgis.geometry.IPoint (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 IMosaicFunctionjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setAscending(boolean pAscending)
throws java.io.IOException,
AutomationException
setAscending in interface IMosaicFunctionpAscending - The pAscending (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 IMosaicFunctionjava.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 IMosaicFunctiontype - 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 IMosaicFunctionjava.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 IMosaicFunctionop - 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 java.lang.String getWhereClause()
throws java.io.IOException,
AutomationException
getWhereClause in interface IMosaicFunctionjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setWhereClause(java.lang.String pExpression)
throws java.io.IOException,
AutomationException
setWhereClause in interface IMosaicFunctionpExpression - The pExpression (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setFIDsByRef(IFIDSet ppFIDs) throws java.io.IOException, AutomationException
setFIDsByRef in interface IMosaicFunctionppFIDs - A reference to a com.esri.arcgis.geodatabase.IFIDSet (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IFIDSet getFIDs() throws java.io.IOException, AutomationException
getFIDs in interface IMosaicFunctionjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void lockCellsize(double cellSize)
throws java.io.IOException,
AutomationException
lockCellsize in interface IMosaicFunctioncellSize - The cellSize (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void unlockCellsize()
throws java.io.IOException,
AutomationException
unlockCellsize in interface IMosaicFunctionjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public ITable getCatalog() throws java.io.IOException, AutomationException
getCatalog in interface IMosaicFunctionjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getRasterFieldIndex()
throws java.io.IOException,
AutomationException
getRasterFieldIndex in interface IMosaicFunctionjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getMinCellsizeFieldIndex()
throws java.io.IOException,
AutomationException
getMinCellsizeFieldIndex in interface IMosaicFunctionjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getMaxCellsizeFieldIndex()
throws java.io.IOException,
AutomationException
getMaxCellsizeFieldIndex in interface IMosaicFunctionjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public boolean isVisible(double dx,
double dy)
throws java.io.IOException,
AutomationException
isVisible in interface IMosaicFunctiondx - The dx (in)dy - The dy (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getMaxMosaicImageCount()
throws java.io.IOException,
AutomationException
getMaxMosaicImageCount in interface IMosaicFunctionjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setMaxMosaicImageCount(int pCount)
throws java.io.IOException,
AutomationException
setMaxMosaicImageCount in interface IMosaicFunctionpCount - The pCount (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public boolean isClipToFootprint()
throws java.io.IOException,
AutomationException
isClipToFootprint in interface IMosaicFunctionjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setClipToFootprint(boolean pClipping)
throws java.io.IOException,
AutomationException
setClipToFootprint in interface IMosaicFunctionpClipping - The pClipping (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public boolean isApplyColorCorrection()
throws java.io.IOException,
AutomationException
isApplyColorCorrection in interface IMosaicFunctionjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setApplyColorCorrection(boolean pApplyColorCorrection)
throws java.io.IOException,
AutomationException
setApplyColorCorrection in interface IMosaicFunctionpApplyColorCorrection - The pApplyColorCorrection (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String constructQueryExpression(IPoint pCellsize) throws java.io.IOException, AutomationException
constructQueryExpression in interface IMosaicFunctionpCellsize - A reference to a com.esri.arcgis.geometry.IPoint (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public ICursor search(IQueryFilter pQueryFilter, IPoint pCellsize) throws java.io.IOException, AutomationException
search in interface IMosaicFunctionpQueryFilter - A reference to a com.esri.arcgis.geodatabase.IQueryFilter (in)pCellsize - A reference to a com.esri.arcgis.geometry.IPoint (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.