|
|||||||||
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.conversiontools.ImportFromE00
public class ImportFromE00
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.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
ImportFromE00()
Creates the Import from E00 tool with defaults. |
|
ImportFromE00(Object inputInterchangeFile,
Object outputFolder,
String outputName)
Creates the Import from E00 tool with the required parameters. |
Method Summary | |
---|---|
Object |
getE00OutputPath()
Returns the E00OutputPath parameter of this tool (Read only). |
Object |
getInputInterchangeFile()
Returns the Input interchange file parameter of this tool . |
Object |
getOutputFolder()
Returns the Output folder parameter of this tool . |
String |
getOutputName()
Returns the Output name 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 |
setInputInterchangeFile(Object inputInterchangeFile)
Sets the Input interchange file parameter of this tool . |
void |
setOutputFolder(Object outputFolder)
Sets the Output folder parameter of this tool . |
void |
setOutputName(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 |
---|
public ImportFromE00()
Initializes the array of tool parameters with the default values specified when the tool was created.
public ImportFromE00(Object inputInterchangeFile, Object outputFolder, String outputName)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
inputInterchangeFile
- nulloutputFolder
- nulloutputName
- nullMethod Detail |
---|
public Object getInputInterchangeFile()
public void setInputInterchangeFile(Object inputInterchangeFile)
inputInterchangeFile
- nullpublic Object getOutputFolder()
public void setOutputFolder(Object outputFolder)
outputFolder
- nullpublic String getOutputName()
public void setOutputName(String outputName)
outputName
- nullpublic Object getE00OutputPath()
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 |