|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.geoprocessing.AbstractGPTool
com.esri.arcgis.geoprocessing.tools.coveragetools.S57Arc
public class S57Arc
This tool only works with an ArcInfo license and will only be available in ArcToolbox if you have installed ArcInfo Workstation. Converts data from S-57 format to ARC/INFO coverages. The Import From S57 tool is contained in the Coverage Tools tool box.
Software restrictions: ArcInfo only
| 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 |
|---|
public S57Arc()
Initializes the array of tool parameters with the default values specified when the tool was created.
public S57Arc(Object inS57File,
Object outWorkspace)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
inS57File - File, 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 - Folder | Workspace, the workspace where all output coverages will be written.| Method Detail |
|---|
public Object getInS57File()
public void setInS57File(Object inS57File)
inS57File - File, 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.public Object getOutWorkspace()
public void setOutWorkspace(Object outWorkspace)
outWorkspace - Folder | Workspace, the workspace where all output coverages will be written.public String getClean()
public void setClean(String clean)
clean - String, command.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 | ||||||||