|
|||||||||
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.spatialstatisticstools.ExportXYv
public class ExportXYv
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.
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(Object inputFeatureClass,
Object valueField,
String delimiter,
Object outputAsciiFile)
Creates the Export Feature Attribute to ASCII tool with the required parameters. |
Method Summary | |
---|---|
String |
getDelimiter()
Returns the Delimiter parameter of this tool . |
Object |
getInputFeatureClass()
Returns the Input Feature Class parameter of this tool . |
Object |
getOutputAsciiFile()
Returns the Output Ascii File 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. |
Object |
getValueField()
Returns the Value Field parameter of this tool . |
void |
setDelimiter(String delimiter)
Sets the Delimiter parameter of this tool . |
void |
setInputFeatureClass(Object inputFeatureClass)
Sets the Input Feature Class parameter of this tool . |
void |
setOutputAsciiFile(Object outputAsciiFile)
Sets the Output Ascii File parameter of this tool . |
void |
setValueField(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 |
---|
public ExportXYv()
Initializes the array of tool parameters with the default values specified when the tool was created.
public ExportXYv(Object inputFeatureClass, Object valueField, String delimiter, Object outputAsciiFile)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other 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 |
---|
public Object getInputFeatureClass()
public void setInputFeatureClass(Object inputFeatureClass)
inputFeatureClass
- the feature class from which to export feature coordinates and attribute values.public Object getValueField()
public void setValueField(Object valueField)
valueField
- the field or fields in the input feature class containing the values to export to an ASCII text file.public String getDelimiter()
public void setDelimiter(String delimiter)
delimiter
- specifies how feature coordinates and attribute values will be separated in the output ASCII file.public Object getOutputAsciiFile()
public void setOutputAsciiFile(Object outputAsciiFile)
outputAsciiFile
- the ASCII text file that will contain the feature coordinate and attribute values.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 |