com.esri.arcgis.geoprocessing.tools.datamanagementtools
Class PointsToLine

java.lang.Object
  extended by com.esri.arcgis.geoprocessing.AbstractGPTool
      extended by com.esri.arcgis.geoprocessing.tools.datamanagementtools.PointsToLine
All Implemented Interfaces:
GPTool

public class PointsToLine
extends AbstractGPTool

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(java.lang.Object inputFeatures, java.lang.Object outputFeatureClass, java.lang.Object lineField)
          Creates the Points To Line tool with the required parameters.
 
Method Summary
 java.lang.String getCloseLine()
          Returns the Close Line parameter of this tool .
 java.lang.Object getInputFeatures()
          Returns the Input Features parameter of this tool .
 java.lang.Object getLineField()
          Returns the Line Field parameter of this tool .
 java.lang.Object getOutputFeatureClass()
          Returns the Output Feature Class parameter of this tool .
 java.lang.Object getSortField()
          Returns the Sort Field parameter of this tool .
 java.lang.String getToolboxAlias()
          Returns the alias of the tool box containing this tool.
 java.lang.String getToolboxName()
          Returns the name of the tool box containing this tool.
 java.lang.String getToolName()
          Returns the name of this tool.
 void setCloseLine(java.lang.String closeLine)
          Sets the Close Line parameter of this tool .
 void setInputFeatures(java.lang.Object inputFeatures)
          Sets the Input Features parameter of this tool .
 void setLineField(java.lang.Object lineField)
          Sets the Line Field parameter of this tool .
 void setOutputFeatureClass(java.lang.Object outputFeatureClass)
          Sets the Output Feature Class parameter of this tool .
 void setSortField(java.lang.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

PointsToLine

public PointsToLine()
Creates the Points To Line tool with defaults.

Initializes the array of tool parameters with the default values specified when the tool was created.


PointsToLine

public PointsToLine(java.lang.Object inputFeatures,
                    java.lang.Object outputFeatureClass,
                    java.lang.Object lineField)
Creates the Points To Line tool with the required parameters.

Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.

Parameters:
inputFeatures - null
outputFeatureClass - null
lineField - null
Method Detail

getInputFeatures

public java.lang.Object getInputFeatures()
Returns the Input Features parameter of this tool . This is a required parameter.

Returns:
the Input Features

setInputFeatures

public void setInputFeatures(java.lang.Object inputFeatures)
Sets the Input Features parameter of this tool . This is a required parameter.

Parameters:
inputFeatures - null

getOutputFeatureClass

public java.lang.Object getOutputFeatureClass()
Returns the Output Feature Class parameter of this tool . This is a required parameter.

Returns:
the Output Feature Class

setOutputFeatureClass

public void setOutputFeatureClass(java.lang.Object outputFeatureClass)
Sets the Output Feature Class parameter of this tool . This is a required parameter.

Parameters:
outputFeatureClass - null

getLineField

public java.lang.Object getLineField()
Returns the Line Field parameter of this tool . This is a required parameter.

Returns:
the Line Field

setLineField

public void setLineField(java.lang.Object lineField)
Sets the Line Field parameter of this tool . This is a required parameter.

Parameters:
lineField - null

getSortField

public java.lang.Object getSortField()
Returns the Sort Field parameter of this tool . This parameter is 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. This is an optional parameter.

Returns:
the Sort Field

setSortField

public void setSortField(java.lang.Object sortField)
Sets the Sort Field parameter of this tool . This parameter is 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. This is an optional parameter.

Parameters:
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.

getCloseLine

public java.lang.String getCloseLine()
Returns the Close Line parameter of this tool . This is an optional parameter.

Returns:
the Close Line

setCloseLine

public void setCloseLine(java.lang.String closeLine)
Sets the Close Line parameter of this tool . This is an optional parameter.

Parameters:
closeLine - null

getToolName

public java.lang.String getToolName()
Returns the name of this tool.

Returns:
the tool name

getToolboxName

public java.lang.String getToolboxName()
Returns the name of the tool box containing this tool.

Returns:
the tool box name

getToolboxAlias

public java.lang.String getToolboxAlias()
Returns the alias of the tool box containing this tool.

Returns:
the tool box alias