|
|||||||||
| 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.IBuildBoundaryParametersProxy
public class IBuildBoundaryParametersProxy
Provides access to members that control parameters for building the boundary of a mosaic dataset.
| Field Summary | |
|---|---|
boolean |
noncastable
|
| Fields inherited from class com.esri.arcgis.interop.Dispatch |
|---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
| Constructor Summary | |
|---|---|
|
IBuildBoundaryParametersProxy()
|
|
IBuildBoundaryParametersProxy(Object obj)
|
protected |
IBuildBoundaryParametersProxy(Object obj,
String iid)
|
| Method Summary | |
|---|---|
void |
addListener(String iidStr,
Object theListener,
Object theSource)
|
double |
getBufferDistanceFactor()
The buffer factor applied on each item footprint before it is merged with the cumulative boundary geometry. |
double |
getWeedTolerance()
The tolerance for weeding points. |
boolean |
isAppendToExistingBoundary()
Indicates whether the computed boundary geometry is merged with existing mosaic boundary. |
boolean |
isPerformWeeding()
Indicates whether the computed boundary geometry is run through a point-weeding routine. |
boolean |
isRemoveSlivers()
Indicates whether polygons designated as slivers are removed from the boundary geometry. |
boolean |
isUpdateBoundary()
Indicates whether the mosaic dataset is updated with the computed boundary geometry. |
void |
removeListener(String iidStr,
Object theListener)
|
void |
setAppendToExistingBoundary(boolean pbAppendToExistingBoundary)
Indicates whether the computed boundary geometry is merged with existing mosaic boundary. |
void |
setBufferDistanceFactor(double pBufferDistanceFactor)
The buffer factor applied on each item footprint before it is merged with the cumulative boundary geometry. |
void |
setPerformWeeding(boolean pbPerformWeeding)
Indicates whether the computed boundary geometry is run through a point-weeding routine. |
void |
setRemoveSlivers(boolean pbRemoveSlivers)
Indicates whether polygons designated as slivers are removed from the boundary geometry. |
void |
setUpdateBoundary(boolean pbUpdateBoundary)
Indicates whether the mosaic dataset is updated with the computed boundary geometry. |
void |
setWeedTolerance(double pWeedTolerance)
The tolerance for weeding points. |
| 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 IBuildBoundaryParametersProxy()
public IBuildBoundaryParametersProxy(Object obj)
throws IOException
IOException
protected IBuildBoundaryParametersProxy(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 setAppendToExistingBoundary(boolean pbAppendToExistingBoundary)
throws IOException,
AutomationException
setAppendToExistingBoundary in interface IBuildBoundaryParameterspbAppendToExistingBoundary - The pbAppendToExistingBoundary (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isAppendToExistingBoundary()
throws IOException,
AutomationException
isAppendToExistingBoundary in interface IBuildBoundaryParametersIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setPerformWeeding(boolean pbPerformWeeding)
throws IOException,
AutomationException
setPerformWeeding in interface IBuildBoundaryParameterspbPerformWeeding - The pbPerformWeeding (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isPerformWeeding()
throws IOException,
AutomationException
isPerformWeeding in interface IBuildBoundaryParametersIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setWeedTolerance(double pWeedTolerance)
throws IOException,
AutomationException
setWeedTolerance in interface IBuildBoundaryParameterspWeedTolerance - The pWeedTolerance (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getWeedTolerance()
throws IOException,
AutomationException
getWeedTolerance in interface IBuildBoundaryParametersIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setBufferDistanceFactor(double pBufferDistanceFactor)
throws IOException,
AutomationException
setBufferDistanceFactor in interface IBuildBoundaryParameterspBufferDistanceFactor - The pBufferDistanceFactor (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getBufferDistanceFactor()
throws IOException,
AutomationException
getBufferDistanceFactor in interface IBuildBoundaryParametersIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setRemoveSlivers(boolean pbRemoveSlivers)
throws IOException,
AutomationException
setRemoveSlivers in interface IBuildBoundaryParameterspbRemoveSlivers - The pbRemoveSlivers (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isRemoveSlivers()
throws IOException,
AutomationException
isRemoveSlivers in interface IBuildBoundaryParametersIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setUpdateBoundary(boolean pbUpdateBoundary)
throws IOException,
AutomationException
setUpdateBoundary in interface IBuildBoundaryParameterspbUpdateBoundary - The pbUpdateBoundary (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isUpdateBoundary()
throws IOException,
AutomationException
isUpdateBoundary in interface IBuildBoundaryParametersIOException - 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 | ||||||||