com.esri.arcgis.geoprocessing.tools.datainteroperabilitytools
Class QuickImport

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

public class QuickImport
extends AbstractGPTool

Converts data in any format supported by the ArcGIS Data Interoperability extension into feature classes. The output is stored in an interim staging geodatabase. The geodatabase can then be used or further post-processing can be performed. The Quick Import tool is contained in the Data Interoperability Tools tool box.

Software restrictions: none

Usage tips:


Field Summary
 
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool
vals
 
Constructor Summary
QuickImport()
          Creates the Quick Import tool with defaults.
QuickImport(Object input, Object output)
          Creates the Quick Import tool with the required parameters.
 
Method Summary
 Object getInput()
          Returns the Input Dataset parameter of this tool .
 Object getOutput()
          Returns the Output Staging Geodatabase 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 setInput(Object input)
          Sets the Input Dataset parameter of this tool .
 void setOutput(Object output)
          Sets the Output Staging Geodatabase 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

QuickImport

public QuickImport()
Creates the Quick Import tool with defaults.

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


QuickImport

public QuickImport(Object input,
                   Object output)
Creates the Quick Import 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:
input - Interop Source Dataset, the data to be imported. The command syntax can take multiple forms:
output - Workspace, the output staging personal geodatabase.
Method Detail

getInput

public Object getInput()
Returns the Input Dataset parameter of this tool . This parameter is Interop Source Dataset, the data to be imported. The command syntax can take multiple forms: This is a required parameter.

Returns:
the Input Dataset

setInput

public void setInput(Object input)
Sets the Input Dataset parameter of this tool . This parameter is Interop Source Dataset, the data to be imported. The command syntax can take multiple forms: This is a required parameter.

Parameters:
input - Interop Source Dataset, the data to be imported. The command syntax can take multiple forms:

getOutput

public Object getOutput()
Returns the Output Staging Geodatabase parameter of this tool . This parameter is Workspace, the output staging personal geodatabase. This is a required parameter.

Returns:
the Output Staging Geodatabase

setOutput

public void setOutput(Object output)
Sets the Output Staging Geodatabase parameter of this tool . This parameter is Workspace, the output staging personal geodatabase. This is a required parameter.

Parameters:
output - Workspace, the output staging personal geodatabase.

getToolName

public String getToolName()
Returns the name of this tool.

Returns:
the tool name

getToolboxName

public String getToolboxName()
Returns the name of the tool box containing this tool.

Returns:
the tool box name

getToolboxAlias

public String getToolboxAlias()
Returns the alias of the tool box containing this tool.

Returns:
the tool box alias