|
|||||||||
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.cartographytools.CollapseDualLinesToCenterline
public class CollapseDualLinesToCenterline
Derives centerlines from dual-line (or double-line) features, such as road casings, based on specified width tolerances. The Collapse Dual Lines To Centerline tool is contained in the Cartography Tools tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
CollapseDualLinesToCenterline()
Creates the Collapse Dual Lines To Centerline tool with defaults. |
|
CollapseDualLinesToCenterline(Object inFeatures,
Object outFeatureClass,
Object maximumWidth)
Creates the Collapse Dual Lines To Centerline tool with the required parameters. |
Method Summary | |
---|---|
Object |
getInFeatures()
Returns the Input Features parameter of this tool . |
Object |
getMaximumWidth()
Returns the Maximum Width parameter of this tool . |
Object |
getMinimumWidth()
Returns the Minimum Width parameter of this tool . |
Object |
getOutFeatureClass()
Returns the Output Feature Class 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 |
setInFeatures(Object inFeatures)
Sets the Input Features parameter of this tool . |
void |
setMaximumWidth(Object maximumWidth)
Sets the Maximum Width parameter of this tool . |
void |
setMinimumWidth(Object minimumWidth)
Sets the Minimum Width parameter of this tool . |
void |
setOutFeatureClass(Object outFeatureClass)
Sets the Output Feature Class 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 CollapseDualLinesToCenterline()
Initializes the array of tool parameters with the default values specified when the tool was created.
public CollapseDualLinesToCenterline(Object inFeatures, Object outFeatureClass, Object maximumWidth)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
inFeatures
- Feature Layer, the input dual-line features, such as road casings, from which centerlines are derived.outFeatureClass
- Feature Class, the output feature class to be created.maximumWidth
- Linear Unit, sets the maximum width of the dual-line features to derive centerline. A value must be specified, and it must be greater than zero. You can specify a preferred unit; the default is the feature unit.Method Detail |
---|
public Object getInFeatures()
public void setInFeatures(Object inFeatures)
inFeatures
- Feature Layer, the input dual-line features, such as road casings, from which centerlines are derived.public Object getOutFeatureClass()
public void setOutFeatureClass(Object outFeatureClass)
outFeatureClass
- Feature Class, the output feature class to be created.public Object getMaximumWidth()
public void setMaximumWidth(Object maximumWidth)
maximumWidth
- Linear Unit, sets the maximum width of the dual-line features to derive centerline. A value must be specified, and it must be greater than zero. You can specify a preferred unit; the default is the feature unit.public Object getMinimumWidth()
public void setMinimumWidth(Object minimumWidth)
minimumWidth
- Linear Unit, sets the minimum width of the dual-line features to derive centerline. The minimum width must be greater than or equal to zero, and it must be less than the maximum width. The default value is zero. You can specify a preferred unit; the default is the feature unit.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 |