|
|||||||||
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.SDTSExport
public class SDTSExport
Creates a Spatial Data Transfer Standard (SDTS). Topological Vector Profile (TVP). or Point Profile Transfer from an ArcGIS coverage or grid. The Export To SDTS tool is contained in the Coverage Tools tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
SDTSExport()
Creates the Export To SDTS tool with defaults. |
|
SDTSExport(String sDTSType,
Object inDataset,
String outTransferPrefix)
Creates the Export To SDTS tool with the required parameters. |
Method Summary | |
---|---|
Object |
getConvCtrlFile()
Returns the Conversion Control File parameter of this tool . |
Object |
getInDataset()
Returns the Input Coverage or Grid parameter of this tool . |
Object |
getInPointCover()
Returns the Point Coverage parameter of this tool . |
String |
getOutDDTransfer()
Returns the Output Data Dictionary Prefix parameter of this tool . |
String |
getOutTransferPrefix()
Returns the Output SDTS Transfer File Prefix parameter of this tool . |
String |
getSDTSType()
Returns the SDTS Format Type 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 |
setConvCtrlFile(Object convCtrlFile)
Sets the Conversion Control File parameter of this tool . |
void |
setInDataset(Object inDataset)
Sets the Input Coverage or Grid parameter of this tool . |
void |
setInPointCover(Object inPointCover)
Sets the Point Coverage parameter of this tool . |
void |
setOutDDTransfer(String outDDTransfer)
Sets the Output Data Dictionary Prefix parameter of this tool . |
void |
setOutTransferPrefix(String outTransferPrefix)
Sets the Output SDTS Transfer File Prefix parameter of this tool . |
void |
setSDTSType(String sDTSType)
Sets the SDTS Format Type 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 SDTSExport()
Initializes the array of tool parameters with the default values specified when the tool was created.
public SDTSExport(String sDTSType, Object inDataset, String outTransferPrefix)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
sDTSType
- the type of SDTS profile that will be created:inDataset
- the input coverage or grid.outTransferPrefix
- a four-character prefix used to name each file in the transfer. The prefix may include a pathname to a directory. By default, the files in the transfer will be written to the current workspace.Method Detail |
---|
public String getSDTSType()
public void setSDTSType(String sDTSType)
sDTSType
- the type of SDTS profile that will be created:public Object getInDataset()
public void setInDataset(Object inDataset)
inDataset
- the input coverage or grid.public String getOutTransferPrefix()
public void setOutTransferPrefix(String outTransferPrefix)
outTransferPrefix
- a four-character prefix used to name each file in the transfer. The prefix may include a pathname to a directory. By default, the files in the transfer will be written to the current workspace.public Object getInPointCover()
public void setInPointCover(Object inPointCover)
inPointCover
- the name of the Point Coverage to be converted when the transfer type is TVP. This option will be ignored if the transfer type is set to POINT.public String getOutDDTransfer()
public void setOutDDTransfer(String outDDTransfer)
outDDTransfer
- a four-character prefix for the Master Data Dictionary. A directory named MASTERDD will be created at the same directory level as the Out Transfer directory. This option is used for creating a single master data dictionary for coverages or grids that share a common data dictionary.public Object getConvCtrlFile()
public void setConvCtrlFile(Object convCtrlFile)
convCtrlFile
- a file that can be used to add information during translation. The name of this file is defined by the user.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 |