|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.datasourcesraster.IBuildSeamlinesParametersProxy
public class IBuildSeamlinesParametersProxy
Provides access to members that control parameters to the build seamlines operation.
| Field Summary | |
|---|---|
boolean |
noncastable
|
| Fields inherited from class com.esri.arcgis.interop.Dispatch |
|---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
| Constructor Summary | |
|---|---|
|
IBuildSeamlinesParametersProxy()
|
|
IBuildSeamlinesParametersProxy(Object obj)
|
protected |
IBuildSeamlinesParametersProxy(Object obj,
String iid)
|
| Method Summary | |
|---|---|
void |
addListener(String iidStr,
Object theListener,
Object theSource)
|
double |
getCellSizeClusterTolerance()
The factor controlling clustering of cell sizes values. |
ICursor |
getCursor()
The cursor of mosaic items that determines the order in which items are seamline mosaicked. |
IRasterFunctionTemplate |
getDifferenceFunctionTemplate()
The optional raster function template used for generating the 'difference' between each item raster and the mosaic raster for computing the item's seamline geometry. |
ISeamlineModifier |
getSeamlineModifier()
The optional seamline modifier object used for building seamlines. |
boolean |
isModifySeamlines()
Indicates whether seamline geometry is updated for selected items. |
boolean |
isUpdateSeamlineOrder()
Inidicates whether seamline order (SOrder) attribute is updated. |
void |
removeListener(String iidStr,
Object theListener)
|
void |
setCellSizeClusterTolerance(double pCellSizeClusterTolerance)
The factor controlling clustering of cell sizes values. |
void |
setCursorByRef(ICursor pInputCursor)
The cursor of mosaic items that determines the order in which items are seamline mosaicked. |
void |
setDifferenceFunctionTemplateByRef(IRasterFunctionTemplate ppDifferenceFunction)
The optional raster function template used for generating the 'difference' between each item raster and the mosaic raster for computing the item's seamline geometry. |
void |
setModifySeamlines(boolean pbModifySeamlines)
Indicates whether seamline geometry is updated for selected items. |
void |
setSeamlineModifierByRef(ISeamlineModifier ppSeamlineModifier)
The optional seamline modifier object used for building seamlines. |
void |
setUpdateSeamlineOrder(boolean pbUpdateSeamlineOrder)
Inidicates whether seamline order (SOrder) attribute is updated. |
| 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 |
|---|
public boolean noncastable
| Constructor Detail |
|---|
public IBuildSeamlinesParametersProxy()
public IBuildSeamlinesParametersProxy(Object obj)
throws IOException
IOException
protected IBuildSeamlinesParametersProxy(Object obj,
String iid)
throws IOException
IOException| Method Detail |
|---|
public void addListener(String iidStr,
Object theListener,
Object theSource)
throws IOException
addListener in class com.esri.arcgis.interop.DispatchIOException
public void removeListener(String iidStr,
Object theListener)
throws IOException
removeListener in class com.esri.arcgis.interop.DispatchIOException
public void setUpdateSeamlineOrder(boolean pbUpdateSeamlineOrder)
throws IOException,
AutomationException
setUpdateSeamlineOrder in interface IBuildSeamlinesParameterspbUpdateSeamlineOrder - The pbUpdateSeamlineOrder (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isUpdateSeamlineOrder()
throws IOException,
AutomationException
isUpdateSeamlineOrder in interface IBuildSeamlinesParametersIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setModifySeamlines(boolean pbModifySeamlines)
throws IOException,
AutomationException
setModifySeamlines in interface IBuildSeamlinesParameterspbModifySeamlines - The pbModifySeamlines (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isModifySeamlines()
throws IOException,
AutomationException
isModifySeamlines in interface IBuildSeamlinesParametersIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setCellSizeClusterTolerance(double pCellSizeClusterTolerance)
throws IOException,
AutomationException
setCellSizeClusterTolerance in interface IBuildSeamlinesParameterspCellSizeClusterTolerance - The pCellSizeClusterTolerance (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getCellSizeClusterTolerance()
throws IOException,
AutomationException
getCellSizeClusterTolerance in interface IBuildSeamlinesParametersIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setCursorByRef(ICursor pInputCursor)
throws IOException,
AutomationException
setCursorByRef in interface IBuildSeamlinesParameterspInputCursor - A reference to a com.esri.arcgis.geodatabase.ICursor (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ICursor getCursor()
throws IOException,
AutomationException
getCursor in interface IBuildSeamlinesParametersIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDifferenceFunctionTemplateByRef(IRasterFunctionTemplate ppDifferenceFunction)
throws IOException,
AutomationException
setDifferenceFunctionTemplateByRef in interface IBuildSeamlinesParametersppDifferenceFunction - A reference to a com.esri.arcgis.datasourcesraster.IRasterFunctionTemplate (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IRasterFunctionTemplate getDifferenceFunctionTemplate()
throws IOException,
AutomationException
getDifferenceFunctionTemplate in interface IBuildSeamlinesParametersIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setSeamlineModifierByRef(ISeamlineModifier ppSeamlineModifier)
throws IOException,
AutomationException
setSeamlineModifierByRef in interface IBuildSeamlinesParametersppSeamlineModifier - A reference to a com.esri.arcgis.datasourcesraster.ISeamlineModifier (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ISeamlineModifier getSeamlineModifier()
throws IOException,
AutomationException
getSeamlineModifier in interface IBuildSeamlinesParametersIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||