|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IBufferProcessingParameter
Provides access to members that set and retrieve parameters for the buffering process.
| Method Summary | |
|---|---|
boolean |
isAdjustCirclesForProjection()
Indicates if circles are adjusted in Projected Coordinate Systems. |
boolean |
isGenerateRings()
Indicates if ring buffers (hollow) are created instead of disk buffers (filled). |
void |
setAdjustCirclesForProjection(boolean adjustCirclesForProjection)
Indicates if circles are adjusted in Projected Coordinate Systems. |
void |
setBufferSpatialReference(int rhs1)
Indicates which spatial reference should be used for the buffering process. |
void |
setFeatureClassByRef(IFeatureClass rhs1)
Establishes the reference to the source Feature Class, if any. |
void |
setGenerateRings(boolean generateRings)
Indicates if ring buffers (hollow) are created instead of disk buffers (filled). |
void |
setInputHasPolygons(boolean rhs1)
Tells the buffer object explicitly that the input shapes contain polygons. |
void |
setSaveAsGraphics(boolean rhs1)
Buffer output type (graphics or file). |
void |
setSimplifyShapes(boolean rhs1)
Forces the buffer object to simplify the intermediate shapes during the buffer processing. |
void |
setTargetSpatialReference(int rhs1)
Indicates which spatial reference should be used for the buffer output. |
| Method Detail |
|---|
void setAdjustCirclesForProjection(boolean adjustCirclesForProjection)
throws IOException,
AutomationException
adjustCirclesForProjection - The adjustCirclesForProjection (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isAdjustCirclesForProjection()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setGenerateRings(boolean generateRings)
throws IOException,
AutomationException
generateRings - The generateRings (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isGenerateRings()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setSaveAsGraphics(boolean rhs1)
throws IOException,
AutomationException
rhs1 - The rhs1 (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setFeatureClassByRef(IFeatureClass rhs1)
throws IOException,
AutomationException
rhs1 - A reference to a com.esri.arcgis.geodatabase.IFeatureClass (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setBufferSpatialReference(int rhs1)
throws IOException,
AutomationException
rhs1 - A com.esri.arcgis.carto.esriBufferSpatialReferenceType constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setTargetSpatialReference(int rhs1)
throws IOException,
AutomationException
rhs1 - A com.esri.arcgis.carto.esriBufferSpatialReferenceType constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setInputHasPolygons(boolean rhs1)
throws IOException,
AutomationException
rhs1 - The rhs1 (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setSimplifyShapes(boolean rhs1)
throws IOException,
AutomationException
rhs1 - The rhs1 (in)
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 | ||||||||