com.esri.arcgis.geoprocessing.tools.conversiontools
Class ImportFromE00

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

public class ImportFromE00
extends AbstractGPTool

Imports an ArcInfo interchange file (.e00). An interchange file is used to transport coverages, INFO tables, text files such as AML macros, and other ArcInfo files. For coverages, grids, and tins, it contains all information, including appropriate INFO table information. Interchange files are designated with the .e00 file suffix. This is the ArcView 3.x version of the utility for importing .e00 files. The Import from E00 tool is contained in the Conversion Tools tool box.

Usage tips:


Field Summary
 
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool
vals
 
Constructor Summary
ImportFromE00()
          Creates the Import from E00 tool with defaults.
ImportFromE00(java.lang.Object inputInterchangeFile, java.lang.Object outputFolder, java.lang.String outputName)
          Creates the Import from E00 tool with the required parameters.
 
Method Summary
 java.lang.Object getE00OutputPath()
          Returns the E00OutputPath parameter of this tool (Read only).
 java.lang.Object getInputInterchangeFile()
          Returns the Input interchange file parameter of this tool .
 java.lang.Object getOutputFolder()
          Returns the Output folder parameter of this tool .
 java.lang.String getOutputName()
          Returns the Output name 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 setInputInterchangeFile(java.lang.Object inputInterchangeFile)
          Sets the Input interchange file parameter of this tool .
 void setOutputFolder(java.lang.Object outputFolder)
          Sets the Output folder parameter of this tool .
 void setOutputName(java.lang.String outputName)
          Sets the Output name 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

ImportFromE00

public ImportFromE00()
Creates the Import from E00 tool with defaults.

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


ImportFromE00

public ImportFromE00(java.lang.Object inputInterchangeFile,
                     java.lang.Object outputFolder,
                     java.lang.String outputName)
Creates the Import from E00 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:
inputInterchangeFile - null
outputFolder - null
outputName - null
Method Detail

getInputInterchangeFile

public java.lang.Object getInputInterchangeFile()
Returns the Input interchange file parameter of this tool . This is a required parameter.

Returns:
the Input interchange file

setInputInterchangeFile

public void setInputInterchangeFile(java.lang.Object inputInterchangeFile)
Sets the Input interchange file parameter of this tool . This is a required parameter.

Parameters:
inputInterchangeFile - null

getOutputFolder

public java.lang.Object getOutputFolder()
Returns the Output folder parameter of this tool . This is a required parameter.

Returns:
the Output folder

setOutputFolder

public void setOutputFolder(java.lang.Object outputFolder)
Sets the Output folder parameter of this tool . This is a required parameter.

Parameters:
outputFolder - null

getOutputName

public java.lang.String getOutputName()
Returns the Output name parameter of this tool . This is a required parameter.

Returns:
the Output name

setOutputName

public void setOutputName(java.lang.String outputName)
Sets the Output name parameter of this tool . This is a required parameter.

Parameters:
outputName - null

getE00OutputPath

public java.lang.Object getE00OutputPath()
Returns the E00OutputPath parameter of this tool (Read only). This is an derived parameter.

Returns:
the E00OutputPath

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