|
|||||||||
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.datamanagementtools.PointsToLine
public class PointsToLine
The Points To Line tool is contained in the Data Management Tools tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
PointsToLine()
Creates the Points To Line tool with defaults. |
|
PointsToLine(Object inputFeatures,
Object outputFeatureClass,
Object lineField)
Creates the Points To Line tool with the required parameters. |
Method Summary | |
---|---|
String |
getCloseLine()
Returns the Close Line parameter of this tool . |
Object |
getInputFeatures()
Returns the Input Features parameter of this tool . |
Object |
getLineField()
Returns the Line Field parameter of this tool . |
Object |
getOutputFeatureClass()
Returns the Output Feature Class parameter of this tool . |
Object |
getSortField()
Returns the Sort Field 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 |
setCloseLine(String closeLine)
Sets the Close Line parameter of this tool . |
void |
setInputFeatures(Object inputFeatures)
Sets the Input Features parameter of this tool . |
void |
setLineField(Object lineField)
Sets the Line Field parameter of this tool . |
void |
setOutputFeatureClass(Object outputFeatureClass)
Sets the Output Feature Class parameter of this tool . |
void |
setSortField(Object sortField)
Sets the Sort Field 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 PointsToLine()
Initializes the array of tool parameters with the default values specified when the tool was created.
public PointsToLine(Object inputFeatures, Object outputFeatureClass, Object lineField)
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
- nulloutputFeatureClass
- nulllineField
- nullMethod Detail |
---|
public Object getInputFeatures()
public void setInputFeatures(Object inputFeatures)
inputFeatures
- nullpublic Object getOutputFeatureClass()
public void setOutputFeatureClass(Object outputFeatureClass)
outputFeatureClass
- nullpublic Object getLineField()
public void setLineField(Object lineField)
lineField
- nullpublic Object getSortField()
public void setSortField(Object sortField)
sortField
- by default, points used to created each output polygon feature will be used in the order they are found. If a different order is desired, specify a Sort Field.public String getCloseLine()
public void setCloseLine(String closeLine)
closeLine
- 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 |