|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IBufferConstructionProperties2
Provides access to members that control whether buffering is done on a plane or on an ellipsoid.
Method Summary | |
---|---|
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. |
Methods inherited from interface com.esri.arcgis.geometry.IBufferConstructionProperties |
---|
getBufferProgress, getDensifyDeviation, getDistanceOffsets, getEndOption, getSideOption, getUnit, isExplodeBuffers, isGenerateCurves, isOutsideOnly, isUnionOverlappingBuffers, setBufferProgressByRef, setDensifyDeviation, setDistanceOffsetsByRef, setEndOption, setExplodeBuffers, setGenerateCurves, setOutsideOnly, setSideOption, setUnionOverlappingBuffers, setUnitByRef |
Method Detail |
---|
void setUseGeodesicBuffering(boolean pbUseGeodesicBuffering) throws IOException, AutomationException
pbUseGeodesicBuffering
- The pbUseGeodesicBuffering (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isUseGeodesicBuffering() throws IOException, AutomationException
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 |