|
|||||||||
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
Internal use class Proxy for COM Interface 'IBuildBoundaryParameters'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'
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 =
Field Summary | |
---|---|
boolean |
noncastable
|
static java.lang.Class |
targetClass
|
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.IBuildBoundaryParameters |
---|
IID, IIDb178f641_6536_4c94_9a99_20974850db45 |
Constructor Summary | |
---|---|
|
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)
|
Method Summary | |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.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(java.lang.String iidStr,
java.lang.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 static final java.lang.Class targetClass
public boolean noncastable
Constructor Detail |
---|
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
Method Detail |
---|
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
addListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
java.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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |