|
|||||||||
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.coveragetools.ArcS57
public class ArcS57
Converts ArcC/Info coverages to S-57 object files. The Export To S57 tool is contained in the Coverage Tools tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
ArcS57()
Creates the Export To S57 tool with defaults. |
|
ArcS57(Object inWorkspace,
Object logFile)
Creates the Export To S57 tool with the required parameters. |
Method Summary | |
---|---|
Object |
getInWorkspace()
Returns the Input Workspace parameter of this tool . |
Object |
getLogFile()
Returns the Output Log 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 |
setInWorkspace(Object inWorkspace)
Sets the Input Workspace parameter of this tool . |
void |
setLogFile(Object logFile)
Sets the Output Log 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 ArcS57()
Initializes the array of tool parameters with the default values specified when the tool was created.
public ArcS57(Object inWorkspace, Object logFile)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
inWorkspace
- the workspace containing the coverage to be converted (exported).logFile
- contains the report of the export process.Method Detail |
---|
public Object getInWorkspace()
public void setInWorkspace(Object inWorkspace)
inWorkspace
- the workspace containing the coverage to be converted (exported).public Object getLogFile()
public void setLogFile(Object logFile)
logFile
- contains the report of the export process.public Object getOutWorkspace()
public void setOutWorkspace(Object outWorkspace)
outWorkspace
- the folder that will contain the S-57 object files.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 |