public interface IBufferConstructionProperties2 extends IBufferConstructionProperties, java.io.Serializable
Description: 'Provides access to members that control whether buffering is done on a plane or on an ellipsoid.' 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 |
IID3b4ca07a_7a46_4766_86dc_4b4f81035c88 |
static int |
xxDummy
Deprecated.
Internal use only
|
IIDea859cce_60b2_4621_8b54_154cddd81947
Modifier and Type | Method and Description |
---|---|
boolean |
isUseGeodesicBuffering()
Specifies whether planar or geodesic (on an ellipsoid) buffering is done.
|
void |
setUseGeodesicBuffering(boolean pbUseGeodesicBuffering)
Specifies whether planar or geodesic (on an ellipsoid) buffering is done.
|
getBufferProgress, getDensifyDeviation, getDistanceOffsets, getEndOption, getSideOption, getUnit, isExplodeBuffers, isGenerateCurves, isOutsideOnly, isUnionOverlappingBuffers, setBufferProgressByRef, setDensifyDeviation, setDistanceOffsetsByRef, setEndOption, setExplodeBuffers, setGenerateCurves, setOutsideOnly, setSideOption, setUnionOverlappingBuffers, setUnitByRef
static final int IID3b4ca07a_7a46_4766_86dc_4b4f81035c88
static final int xxDummy
static final java.lang.String IID
void setUseGeodesicBuffering(boolean pbUseGeodesicBuffering) throws java.io.IOException, AutomationException
pbUseGeodesicBuffering
- The pbUseGeodesicBuffering (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isUseGeodesicBuffering() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.