com.esri.arcgis.geoprocessing.tools.spatialstatisticstools
Class ExportXYv

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

public class ExportXYv
extends AbstractGPTool

Exports feature class coordinates and attribute values to a space, comma, or semi-colon delimited ASCII text file. The Export Feature Attribute to ASCII tool is contained in the Spatial Statistics Tools tool box.

Usage tips:


Field Summary
 
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool
vals
 
Constructor Summary
ExportXYv()
          Creates the Export Feature Attribute to ASCII tool with defaults.
ExportXYv(java.lang.Object inputFeatureClass, java.lang.Object valueField, java.lang.String delimiter, java.lang.Object outputAsciiFile)
          Creates the Export Feature Attribute to ASCII tool with the required parameters.
 
Method Summary
 java.lang.String getDelimiter()
          Returns the Delimiter parameter of this tool .
 java.lang.Object getInputFeatureClass()
          Returns the Input Feature Class parameter of this tool .
 java.lang.Object getOutputAsciiFile()
          Returns the Output Ascii File 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.
 java.lang.Object getValueField()
          Returns the Value Field parameter of this tool .
 void setDelimiter(java.lang.String delimiter)
          Sets the Delimiter parameter of this tool .
 void setInputFeatureClass(java.lang.Object inputFeatureClass)
          Sets the Input Feature Class parameter of this tool .
 void setOutputAsciiFile(java.lang.Object outputAsciiFile)
          Sets the Output Ascii File parameter of this tool .
 void setValueField(java.lang.Object valueField)
          Sets the Value 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

ExportXYv

public ExportXYv()
Creates the Export Feature Attribute to ASCII tool with defaults.

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


ExportXYv

public ExportXYv(java.lang.Object inputFeatureClass,
                 java.lang.Object valueField,
                 java.lang.String delimiter,
                 java.lang.Object outputAsciiFile)
Creates the Export Feature Attribute to ASCII 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:
inputFeatureClass - the feature class from which to export feature coordinates and attribute values.
valueField - the field or fields in the input feature class containing the values to export to an ASCII text file.
delimiter - specifies how feature coordinates and attribute values will be separated in the output ASCII file.
outputAsciiFile - the ASCII text file that will contain the feature coordinate and attribute values.
Method Detail

getInputFeatureClass

public java.lang.Object getInputFeatureClass()
Returns the Input Feature Class parameter of this tool . This parameter is the feature class from which to export feature coordinates and attribute values. This is a required parameter.

Returns:
the Input Feature Class

setInputFeatureClass

public void setInputFeatureClass(java.lang.Object inputFeatureClass)
Sets the Input Feature Class parameter of this tool . This parameter is the feature class from which to export feature coordinates and attribute values. This is a required parameter.

Parameters:
inputFeatureClass - the feature class from which to export feature coordinates and attribute values.

getValueField

public java.lang.Object getValueField()
Returns the Value Field parameter of this tool . This parameter is the field or fields in the input feature class containing the values to export to an ASCII text file. This is a required parameter.

Returns:
the Value Field

setValueField

public void setValueField(java.lang.Object valueField)
Sets the Value Field parameter of this tool . This parameter is the field or fields in the input feature class containing the values to export to an ASCII text file. This is a required parameter.

Parameters:
valueField - the field or fields in the input feature class containing the values to export to an ASCII text file.

getDelimiter

public java.lang.String getDelimiter()
Returns the Delimiter parameter of this tool . This parameter is specifies how feature coordinates and attribute values will be separated in the output ASCII file. This is a required parameter.

Returns:
the Delimiter

setDelimiter

public void setDelimiter(java.lang.String delimiter)
Sets the Delimiter parameter of this tool . This parameter is specifies how feature coordinates and attribute values will be separated in the output ASCII file. This is a required parameter.

Parameters:
delimiter - specifies how feature coordinates and attribute values will be separated in the output ASCII file.

getOutputAsciiFile

public java.lang.Object getOutputAsciiFile()
Returns the Output Ascii File parameter of this tool . This parameter is the ASCII text file that will contain the feature coordinate and attribute values. This is a required parameter.

Returns:
the Output Ascii File

setOutputAsciiFile

public void setOutputAsciiFile(java.lang.Object outputAsciiFile)
Sets the Output Ascii File parameter of this tool . This parameter is the ASCII text file that will contain the feature coordinate and attribute values. This is a required parameter.

Parameters:
outputAsciiFile - the ASCII text file that will contain the feature coordinate and attribute values.

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