|
|||||||||
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.CreateFeaturesFromTextFile
public class CreateFeaturesFromTextFile
Creates features using coordinates in text files. The Create Features From Text File tool is contained in the Samples tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
CreateFeaturesFromTextFile()
Creates the Create Features From Text File tool with defaults. |
|
CreateFeaturesFromTextFile(Object inputTextFile,
String inputDecimalSeparator,
Object outputFeatureClass)
Creates the Create Features From Text File tool with the required parameters. |
Method Summary | |
---|---|
String |
getInputDecimalSeparator()
Returns the Input Decimal Separator parameter of this tool . |
Object |
getInputTextFile()
Returns the Input Text File parameter of this tool . |
Object |
getOutputFeatureClass()
Returns the Output Feature Class parameter of this tool . |
Object |
getOutputFeatureClassSpatialReference()
Returns the Output Feature Class Spatial Reference 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 |
setInputDecimalSeparator(String inputDecimalSeparator)
Sets the Input Decimal Separator parameter of this tool . |
void |
setInputTextFile(Object inputTextFile)
Sets the Input Text File parameter of this tool . |
void |
setOutputFeatureClass(Object outputFeatureClass)
Sets the Output Feature Class parameter of this tool . |
void |
setOutputFeatureClassSpatialReference(Object outputFeatureClassSpatialReference)
Sets the Output Feature Class Spatial Reference 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 CreateFeaturesFromTextFile()
Initializes the array of tool parameters with the default values specified when the tool was created.
public CreateFeaturesFromTextFile(Object inputTextFile, String inputDecimalSeparator, Object outputFeatureClass)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
inputTextFile
- nullinputDecimalSeparator
- nulloutputFeatureClass
- nullMethod Detail |
---|
public Object getInputTextFile()
public void setInputTextFile(Object inputTextFile)
inputTextFile
- nullpublic String getInputDecimalSeparator()
public void setInputDecimalSeparator(String inputDecimalSeparator)
inputDecimalSeparator
- nullpublic Object getOutputFeatureClass()
public void setOutputFeatureClass(Object outputFeatureClass)
outputFeatureClass
- nullpublic Object getOutputFeatureClassSpatialReference()
public void setOutputFeatureClassSpatialReference(Object outputFeatureClassSpatialReference)
outputFeatureClassSpatialReference
- 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 |