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