|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.geoprocessing.AbstractGPTool
com.esri.arcgis.geoprocessing.tools.analysistools.MultipleRingBuffer
public class MultipleRingBuffer
Creates a new feature class of buffer features using a set of buffer distances. The new features may be dissolved using the distance values, or as a set of individual features. The Multiple Ring Buffer tool is contained in the Analysis Tools tool box.
Software restrictions: none

| Field Summary |
|---|
| Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
|---|
vals |
| Constructor Summary | |
|---|---|
MultipleRingBuffer()
Creates the Multiple Ring Buffer tool with defaults. |
|
MultipleRingBuffer(Object inputFeatures,
Object outputFeatureClass,
Object distances)
Creates the Multiple Ring Buffer tool with the required parameters. |
|
| Method Summary | |
|---|---|
String |
getBufferUnit()
Returns the Buffer Unit parameter of this tool . |
String |
getDissolveOption()
Returns the Dissolve Option parameter of this tool . |
Object |
getDistances()
Returns the Distances parameter of this tool . |
String |
getFieldName()
Returns the Field Name parameter of this tool . |
Object |
getInputFeatures()
Returns the Input Features parameter of this tool . |
Object |
getOutputFeatureClass()
Returns the Output Feature class parameter of this tool . |
String |
getOutsidePolygonsOnly()
Returns the Outside Polygons Only parameter of this tool . |
String |
getToolboxAlias()
Returns the alias of the tool box containing this tool. |
String |
getToolboxName()
Returns the name of the tool box containing this tool. |
String |
getToolName()
Returns the name of this tool. |
void |
setBufferUnit(String bufferUnit)
Sets the Buffer Unit parameter of this tool . |
void |
setDissolveOption(String dissolveOption)
Sets the Dissolve Option parameter of this tool . |
void |
setDistances(Object distances)
Sets the Distances parameter of this tool . |
void |
setFieldName(String fieldName)
Sets the Field Name parameter of this tool . |
void |
setInputFeatures(Object inputFeatures)
Sets the Input Features parameter of this tool . |
void |
setOutputFeatureClass(Object outputFeatureClass)
Sets the Output Feature class parameter of this tool . |
void |
setOutsidePolygonsOnly(String outsidePolygonsOnly)
Sets the Outside Polygons Only parameter of this tool . |
| Methods inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
|---|
getParameterValues, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MultipleRingBuffer()
Initializes the array of tool parameters with the default values specified when the tool was created.
public MultipleRingBuffer(Object inputFeatures,
Object outputFeatureClass,
Object distances)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
inputFeatures - Feature Layer, the input feature class containing points, lines, or polygons to be buffered.outputFeatureClass - Feature Class, the new polygon feature class to be created.distances - Double, the distances, in ascending size, used to create buffer zones around the Input Features.| Method Detail |
|---|
public Object getInputFeatures()
public void setInputFeatures(Object inputFeatures)
inputFeatures - Feature Layer, the input feature class containing points, lines, or polygons to be buffered.public Object getOutputFeatureClass()
public void setOutputFeatureClass(Object outputFeatureClass)
outputFeatureClass - Feature Class, the new polygon feature class to be created.public Object getDistances()
public void setDistances(Object distances)
distances - Double, the distances, in ascending size, used to create buffer zones around the Input Features.public String getBufferUnit()
public void setBufferUnit(String bufferUnit)
bufferUnit - String, if the units are not specified, or entered as 'Default', the units of the Input Features are used (or if the Output Coordinate System environment has been set, its units will be used).public String getFieldName()
public void setFieldName(String fieldName)
fieldName - String, the name of the field in the Output Feature Class that will store the buffer distance used to create each feature. If no value is specified, the name will be "distance". The type of the field is double.public String getDissolveOption()
public void setDissolveOption(String dissolveOption)
dissolveOption - nullpublic String getOutsidePolygonsOnly()
public void setOutsidePolygonsOnly(String outsidePolygonsOnly)
outsidePolygonsOnly - nullpublic String getToolName()
public String getToolboxName()
public String getToolboxAlias()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||