|
|||||||||
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.samples.WriteFeaturesToTextFile
public class WriteFeaturesToTextFile
Writes feature coordinates to a text file. The Write Features To Text File tool is contained in the Samples tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
WriteFeaturesToTextFile()
Creates the Write Features To Text File tool with defaults. |
|
WriteFeaturesToTextFile(Object inputFeatures,
Object outputTextFile,
String decimalSeparatorCharacter)
Creates the Write Features To Text File tool with the required parameters. |
Method Summary | |
---|---|
String |
getDecimalSeparatorCharacter()
Returns the Decimal Separator Character parameter of this tool . |
Object |
getInputFeatures()
Returns the Input Features parameter of this tool . |
Object |
getOutputTextFile()
Returns the Output Text 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. |
void |
setDecimalSeparatorCharacter(String decimalSeparatorCharacter)
Sets the Decimal Separator Character parameter of this tool . |
void |
setInputFeatures(Object inputFeatures)
Sets the Input Features parameter of this tool . |
void |
setOutputTextFile(Object outputTextFile)
Sets the Output Text File 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 WriteFeaturesToTextFile()
Initializes the array of tool parameters with the default values specified when the tool was created.
public WriteFeaturesToTextFile(Object inputFeatures, Object outputTextFile, String decimalSeparatorCharacter)
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
- nulloutputTextFile
- nulldecimalSeparatorCharacter
- nullMethod Detail |
---|
public Object getInputFeatures()
public void setInputFeatures(Object inputFeatures)
inputFeatures
- nullpublic Object getOutputTextFile()
public void setOutputTextFile(Object outputTextFile)
outputTextFile
- nullpublic String getDecimalSeparatorCharacter()
public void setDecimalSeparatorCharacter(String decimalSeparatorCharacter)
decimalSeparatorCharacter
- 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 |