com.esri.arcgis.geoprocessing.tools.coveragetools
Class S57Arc

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

public class S57Arc
extends AbstractGPTool

Converts data from S-57 format to Arc/Iinfo coverages. The Import From S57 tool is contained in the Coverage Tools tool box.

Usage tips:


Field Summary
 
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool
vals
 
Constructor Summary
S57Arc()
          Creates the Import From S57 tool with defaults.
S57Arc(Object inS57File, Object outWorkspace)
          Creates the Import From S57 tool with the required parameters.
 
Method Summary
 String getClean()
          Returns the Clean feature topology parameter of this tool .
 Object getInS57File()
          Returns the Input S57 File parameter of this tool .
 Object getOutWorkspace()
          Returns the Output Workspace 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 setClean(String clean)
          Sets the Clean feature topology parameter of this tool .
 void setInS57File(Object inS57File)
          Sets the Input S57 File parameter of this tool .
 void setOutWorkspace(Object outWorkspace)
          Sets the Output Workspace 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

S57Arc

public S57Arc()
Creates the Import From S57 tool with defaults.

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


S57Arc

public S57Arc(Object inS57File,
              Object outWorkspace)
Creates the Import From S57 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:
inS57File - the data catalog filename or base cell filename in the S-57 exchange set. If a catalog filename is specified, all base cell files listed in the catalog file will be converted. If a base cell filename is specified, only that base cell file will be converted.
outWorkspace - the workspace where all output coverages will be written.
Method Detail

getInS57File

public Object getInS57File()
Returns the Input S57 File parameter of this tool . This parameter is the data catalog filename or base cell filename in the S-57 exchange set. If a catalog filename is specified, all base cell files listed in the catalog file will be converted. If a base cell filename is specified, only that base cell file will be converted. This is a required parameter.

Returns:
the Input S57 File

setInS57File

public void setInS57File(Object inS57File)
Sets the Input S57 File parameter of this tool . This parameter is the data catalog filename or base cell filename in the S-57 exchange set. If a catalog filename is specified, all base cell files listed in the catalog file will be converted. If a base cell filename is specified, only that base cell file will be converted. This is a required parameter.

Parameters:
inS57File - the data catalog filename or base cell filename in the S-57 exchange set. If a catalog filename is specified, all base cell files listed in the catalog file will be converted. If a base cell filename is specified, only that base cell file will be converted.

getOutWorkspace

public Object getOutWorkspace()
Returns the Output Workspace parameter of this tool . This parameter is the workspace where all output coverages will be written. This is a required parameter.

Returns:
the Output Workspace

setOutWorkspace

public void setOutWorkspace(Object outWorkspace)
Sets the Output Workspace parameter of this tool . This parameter is the workspace where all output coverages will be written. This is a required parameter.

Parameters:
outWorkspace - the workspace where all output coverages will be written.

getClean

public String getClean()
Returns the Clean feature topology parameter of this tool . This parameter is specifies whether to run the Clean command. This is an optional parameter.

Returns:
the Clean feature topology

setClean

public void setClean(String clean)
Sets the Clean feature topology parameter of this tool . This parameter is specifies whether to run the Clean command. This is an optional parameter.

Parameters:
clean - specifies whether to run the Clean command.

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