Description: 'Provides access to members that control how sets of geometries are buffered.' 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 IBufferConstructionPropertiesProxy extends com.esri.arcgis.interop.Dispatch implements IBufferConstructionProperties, 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, objRef
IID, IIDea859cce_60b2_4621_8b54_154cddd81947
Modifier | Constructor and Description |
---|---|
|
IBufferConstructionPropertiesProxy()
Deprecated.
For internal use only
|
|
IBufferConstructionPropertiesProxy(java.lang.Object obj)
Deprecated.
|
protected |
IBufferConstructionPropertiesProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated.
|
|
IBufferConstructionPropertiesProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
protected |
IBufferConstructionPropertiesProxy(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.
|
IBufferProgress |
getBufferProgress()
Deprecated.
Report the progress of a buffer operation via this callback interface.
|
double |
getDensifyDeviation()
Deprecated.
For planar buffering, the max dist.
|
IDoubleArray |
getDistanceOffsets()
Deprecated.
Constructs concentric buffers at the base distance plus each distance offset.
|
int |
getEndOption()
Deprecated.
Specifies the shape of the end caps of polyline buffers; defaults to 'esriBufferRound'.
|
int |
getSideOption()
Deprecated.
Specifies on which side of a polyline its buffer is constructed; defaults to 'esriBufferFull' (both sides).
|
IUnit |
getUnit()
Deprecated.
The unit of measure used for the buffering distance and densification deviation distance (optional, default units are obtained from spatial reference of input geometries).
|
boolean |
isExplodeBuffers()
Deprecated.
Specifies whether or not output buffers can have multiple outer rings (defaut is false).
|
boolean |
isGenerateCurves()
Deprecated.
Specifies whether sequences of curve points are replaced with true curves in the output buffers (default is true).
|
boolean |
isOutsideOnly()
Deprecated.
Excludes the inside of the input polygon from the output buffer (default = false).
|
boolean |
isUnionOverlappingBuffers()
Deprecated.
Specifies whether or not overlaps are preserved in the set of output buffers (default is false).
|
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.
|
void |
setBufferProgressByRef(IBufferProgress ppProgress)
Deprecated.
Report the progress of a buffer operation via this callback interface.
|
void |
setDensifyDeviation(double pDeviation)
Deprecated.
For planar buffering, the max dist.
|
void |
setDistanceOffsetsByRef(IDoubleArray ppDistanceOffsets)
Deprecated.
Constructs concentric buffers at the base distance plus each distance offset.
|
void |
setEndOption(int pEndOption)
Deprecated.
Specifies the shape of the end caps of polyline buffers; defaults to 'esriBufferRound'.
|
void |
setExplodeBuffers(boolean pExplodeBuffers)
Deprecated.
Specifies whether or not output buffers can have multiple outer rings (defaut is false).
|
void |
setGenerateCurves(boolean pbGenerateCurves)
Deprecated.
Specifies whether sequences of curve points are replaced with true curves in the output buffers (default is true).
|
void |
setOutsideOnly(boolean bpOutsideOnly)
Deprecated.
Excludes the inside of the input polygon from the output buffer (default = false).
|
void |
setSideOption(int pSideOption)
Deprecated.
Specifies on which side of a polyline its buffer is constructed; defaults to 'esriBufferFull' (both sides).
|
void |
setUnionOverlappingBuffers(boolean pbUnionOverlapping)
Deprecated.
Specifies whether or not overlaps are preserved in the set of output buffers (default is false).
|
void |
setUnitByRef(IUnit ppUnit)
Deprecated.
The unit of measure used for the buffering distance and densification deviation distance (optional, default units are obtained from spatial reference of input geometries).
|
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 IBufferConstructionPropertiesProxy(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 IBufferConstructionPropertiesProxy()
public IBufferConstructionPropertiesProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IBufferConstructionPropertiesProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IBufferConstructionPropertiesProxy(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 setBufferProgressByRef(IBufferProgress ppProgress) throws java.io.IOException, AutomationException
setBufferProgressByRef
in interface IBufferConstructionProperties
ppProgress
- A reference to a com.esri.arcgis.geometry.IBufferProgress (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IBufferProgress getBufferProgress() throws java.io.IOException, AutomationException
getBufferProgress
in interface IBufferConstructionProperties
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setDistanceOffsetsByRef(IDoubleArray ppDistanceOffsets) throws java.io.IOException, AutomationException
setDistanceOffsetsByRef
in interface IBufferConstructionProperties
ppDistanceOffsets
- A reference to a com.esri.arcgis.system.IDoubleArray (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IDoubleArray getDistanceOffsets() throws java.io.IOException, AutomationException
getDistanceOffsets
in interface IBufferConstructionProperties
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setUnitByRef(IUnit ppUnit) throws java.io.IOException, AutomationException
setUnitByRef
in interface IBufferConstructionProperties
ppUnit
- A reference to a com.esri.arcgis.geometry.IUnit (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IUnit getUnit() throws java.io.IOException, AutomationException
getUnit
in interface IBufferConstructionProperties
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setSideOption(int pSideOption) throws java.io.IOException, AutomationException
setSideOption
in interface IBufferConstructionProperties
pSideOption
- A com.esri.arcgis.geometry.esriBufferConstructionSideEnum constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getSideOption() throws java.io.IOException, AutomationException
getSideOption
in interface IBufferConstructionProperties
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setOutsideOnly(boolean bpOutsideOnly) throws java.io.IOException, AutomationException
setOutsideOnly
in interface IBufferConstructionProperties
bpOutsideOnly
- The bpOutsideOnly (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isOutsideOnly() throws java.io.IOException, AutomationException
isOutsideOnly
in interface IBufferConstructionProperties
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setEndOption(int pEndOption) throws java.io.IOException, AutomationException
setEndOption
in interface IBufferConstructionProperties
pEndOption
- A com.esri.arcgis.geometry.esriBufferConstructionEndEnum constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getEndOption() throws java.io.IOException, AutomationException
getEndOption
in interface IBufferConstructionProperties
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setGenerateCurves(boolean pbGenerateCurves) throws java.io.IOException, AutomationException
setGenerateCurves
in interface IBufferConstructionProperties
pbGenerateCurves
- The pbGenerateCurves (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isGenerateCurves() throws java.io.IOException, AutomationException
isGenerateCurves
in interface IBufferConstructionProperties
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setDensifyDeviation(double pDeviation) throws java.io.IOException, AutomationException
setDensifyDeviation
in interface IBufferConstructionProperties
pDeviation
- The pDeviation (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public double getDensifyDeviation() throws java.io.IOException, AutomationException
getDensifyDeviation
in interface IBufferConstructionProperties
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setUnionOverlappingBuffers(boolean pbUnionOverlapping) throws java.io.IOException, AutomationException
setUnionOverlappingBuffers
in interface IBufferConstructionProperties
pbUnionOverlapping
- The pbUnionOverlapping (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isUnionOverlappingBuffers() throws java.io.IOException, AutomationException
isUnionOverlappingBuffers
in interface IBufferConstructionProperties
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setExplodeBuffers(boolean pExplodeBuffers) throws java.io.IOException, AutomationException
setExplodeBuffers
in interface IBufferConstructionProperties
pExplodeBuffers
- The pExplodeBuffers (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isExplodeBuffers() throws java.io.IOException, AutomationException
isExplodeBuffers
in interface IBufferConstructionProperties
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.