public class IBuildBoundaryParametersProxy extends com.esri.arcgis.interop.Dispatch implements IBuildBoundaryParameters, java.io.Serializable
Description: 'Provides access to members that control parameters for building the boundary of a mosaic dataset.' 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 =
Modifier and Type | Field and Description |
---|---|
boolean |
noncastable |
static java.lang.Class |
targetClass |
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
IID, IIDb178f641_6536_4c94_9a99_20974850db45
Modifier | Constructor and Description |
---|---|
|
IBuildBoundaryParametersProxy()
For internal use only
|
|
IBuildBoundaryParametersProxy(java.lang.Object obj) |
protected |
IBuildBoundaryParametersProxy(java.lang.Object obj,
java.lang.String iid) |
|
IBuildBoundaryParametersProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo) |
protected |
IBuildBoundaryParametersProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo) |
Modifier and Type | Method and Description |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Adds a Java object to be a listener for a specific kind of event generated by the COM object.
|
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(java.lang.String iidStr,
java.lang.Object theListener)
Removes a Java object as a listener to events generated by a COM object.
|
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.
|
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
public static final java.lang.Class targetClass
public boolean noncastable
public IBuildBoundaryParametersProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public IBuildBoundaryParametersProxy()
public IBuildBoundaryParametersProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IBuildBoundaryParametersProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IBuildBoundaryParametersProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
addListener
in class com.esri.arcgis.interop.Dispatch
iidStr
- 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.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
removeListener
in class com.esri.arcgis.interop.Dispatch
iidStr
- the ID of the outgoing interface, implemented by the listenertheListener
- the object that no longer wishes to be informed of the eventsjava.io.IOException
public void setAppendToExistingBoundary(boolean pbAppendToExistingBoundary) throws java.io.IOException, AutomationException
setAppendToExistingBoundary
in interface IBuildBoundaryParameters
pbAppendToExistingBoundary
- The pbAppendToExistingBoundary (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isAppendToExistingBoundary() throws java.io.IOException, AutomationException
isAppendToExistingBoundary
in interface IBuildBoundaryParameters
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setPerformWeeding(boolean pbPerformWeeding) throws java.io.IOException, AutomationException
setPerformWeeding
in interface IBuildBoundaryParameters
pbPerformWeeding
- The pbPerformWeeding (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isPerformWeeding() throws java.io.IOException, AutomationException
isPerformWeeding
in interface IBuildBoundaryParameters
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setWeedTolerance(double pWeedTolerance) throws java.io.IOException, AutomationException
setWeedTolerance
in interface IBuildBoundaryParameters
pWeedTolerance
- The pWeedTolerance (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public double getWeedTolerance() throws java.io.IOException, AutomationException
getWeedTolerance
in interface IBuildBoundaryParameters
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setBufferDistanceFactor(double pBufferDistanceFactor) throws java.io.IOException, AutomationException
setBufferDistanceFactor
in interface IBuildBoundaryParameters
pBufferDistanceFactor
- The pBufferDistanceFactor (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public double getBufferDistanceFactor() throws java.io.IOException, AutomationException
getBufferDistanceFactor
in interface IBuildBoundaryParameters
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setRemoveSlivers(boolean pbRemoveSlivers) throws java.io.IOException, AutomationException
setRemoveSlivers
in interface IBuildBoundaryParameters
pbRemoveSlivers
- The pbRemoveSlivers (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isRemoveSlivers() throws java.io.IOException, AutomationException
isRemoveSlivers
in interface IBuildBoundaryParameters
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setUpdateBoundary(boolean pbUpdateBoundary) throws java.io.IOException, AutomationException
setUpdateBoundary
in interface IBuildBoundaryParameters
pbUpdateBoundary
- The pbUpdateBoundary (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isUpdateBoundary() throws java.io.IOException, AutomationException
isUpdateBoundary
in interface IBuildBoundaryParameters
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.