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

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

public class QuickExport
extends AbstractGPTool

Converts one or more input feature classes or feature layers into any format supported by the ArcGIS Data Interoperability extension. The Quick Export 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
QuickExport()
          Creates the Quick Export tool with defaults.
QuickExport(Object input, Object output)
          Creates the Quick Export tool with the required parameters.
 
Method Summary
 Object getInput()
          Returns the Input Layer parameter of this tool .
 Object getOutput()
          Returns the Output Dataset 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 Layer parameter of this tool .
 void setOutput(Object output)
          Sets the Output Dataset 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

QuickExport

public QuickExport()
Creates the Quick Export tool with defaults.

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


QuickExport

public QuickExport(Object input,
                   Object output)
Creates the Quick Export 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 - Feature Layer, the layers that will be exported from ArcGIS.
output - Interop Destination Dataset, additional format-specific parameters can be added after the dataset, separated by a comma. However, the syntax can be complex, so if this is required it is easiest to run the tool in its dialog box in ArcToolbox and copy the command syntax from the results window.
Method Detail

getInput

public Object getInput()
Returns the Input Layer parameter of this tool . This parameter is Feature Layer, the layers that will be exported from ArcGIS. This is a required parameter.

Returns:
the Input Layer

setInput

public void setInput(Object input)
Sets the Input Layer parameter of this tool . This parameter is Feature Layer, the layers that will be exported from ArcGIS. This is a required parameter.

Parameters:
input - Feature Layer, the layers that will be exported from ArcGIS.

getOutput

public Object getOutput()
Returns the Output Dataset parameter of this tool . This parameter is Interop Destination Dataset, additional format-specific parameters can be added after the dataset, separated by a comma. However, the syntax can be complex, so if this is required it is easiest to run the tool in its dialog box in ArcToolbox and copy the command syntax from the results window. This is a required parameter.

Returns:
the Output Dataset

setOutput

public void setOutput(Object output)
Sets the Output Dataset parameter of this tool . This parameter is Interop Destination Dataset, additional format-specific parameters can be added after the dataset, separated by a comma. However, the syntax can be complex, so if this is required it is easiest to run the tool in its dialog box in ArcToolbox and copy the command syntax from the results window. This is a required parameter.

Parameters:
output - Interop Destination Dataset, additional format-specific parameters can be added after the dataset, separated by a comma. However, the syntax can be complex, so if this is required it is easiest to run the tool in its dialog box in ArcToolbox and copy the command syntax from the results window.

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