|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.geoprocessing.AbstractGPTool com.esri.arcgis.geoprocessing.tools.analysistools.MultipleRingBuffer
public class MultipleRingBuffer
Creates multiple buffers at specified distances around the input features. These buffers can optionally be merged and dissolved using the buffer distance values to create non-overlapping buffers. The Multiple Ring Buffer tool is contained in the Analysis Tools tool box.
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
- the input point, line, or polygon features to be buffered.outputFeatureClass
- the output feature class containing feature buffers.distances
- the list of buffer distances.Method Detail |
---|
public Object getInputFeatures()
public void setInputFeatures(Object inputFeatures)
inputFeatures
- the input point, line, or polygon features to be buffered.public Object getOutputFeatureClass()
public void setOutputFeatureClass(Object outputFeatureClass)
outputFeatureClass
- the output feature class containing feature buffers.public Object getDistances()
public void setDistances(Object distances)
distances
- the list of buffer distances.public String getBufferUnit()
public void setBufferUnit(String bufferUnit)
bufferUnit
- the linear unit to be used with the Distance values. If the units are not specified, or entered as 'Default', the linear unit of the input features' spatial reference is used. If the Buffer Unit is specified as 'Default' and the Output Coordinate System geoprocessing environment has been set, its linear unit will be used.public String getFieldName()
public void setFieldName(String fieldName)
fieldName
- the name of the field in the output feature class that stores the buffer distance used to create each buffer feature. If no name is specified, the default field name is 'distance'. This field will be of type Double.public String getDissolveOption()
public void setDissolveOption(String dissolveOption)
dissolveOption
- determines if the output buffers will be rings or disks around the input features.public String getOutsidePolygonsOnly()
public void setOutsidePolygonsOnly(String outsidePolygonsOnly)
outsidePolygonsOnly
- valid only for polygon input features.public String getToolName()
public String getToolboxName()
public String getToolboxAlias()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |