|
|||||||||
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.SDTSImport
public class SDTSImport
Creates ArcGIS coverages or grids from a Spatial Data Transfer Standard (SDTS) Topological Vector Profile (TVP) or Point Profile Transfer. The Import From SDTS tool is contained in the Coverage Tools tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
SDTSImport()
Creates the Import From SDTS tool with defaults. |
|
SDTSImport(String inTransferPrefix,
Object output)
Creates the Import From SDTS tool with the required parameters. |
Method Summary | |
---|---|
String |
getConvertVoid()
Returns the Convert void and fill values during raster import parameter of this tool . |
String |
getDataDictionary()
Returns the Drop data dictionary parameter of this tool . |
String |
getInTransferPrefix()
Returns the Input SDTS Transfer File Prefix parameter of this tool . |
String |
getLayerName()
Returns the SDTS Layer parameter of this tool . |
Object |
getOutPointCover()
Returns the Output Point Coverage parameter of this tool . |
Object |
getOutput()
Returns the Output Coverage or Grid parameter of this tool . |
Object |
getOutWorkspace()
Returns the Output Workspace parameter of this tool (Read only). |
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 |
setConvertVoid(String convertVoid)
Sets the Convert void and fill values during raster import parameter of this tool . |
void |
setDataDictionary(String dataDictionary)
Sets the Drop data dictionary parameter of this tool . |
void |
setInTransferPrefix(String inTransferPrefix)
Sets the Input SDTS Transfer File Prefix parameter of this tool . |
void |
setLayerName(String layerName)
Sets the SDTS Layer parameter of this tool . |
void |
setOutPointCover(Object outPointCover)
Sets the Output Point Coverage parameter of this tool . |
void |
setOutput(Object output)
Sets the Output Coverage or Grid 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 SDTSImport()
Initializes the array of tool parameters with the default values specified when the tool was created.
public SDTSImport(String inTransferPrefix, Object output)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
inTransferPrefix
- a four-character prefix common to all files in the SDTS transfer. The prefix may include a pathname to a directory. If no directory pathname is given, the files in the transfer will be read from the current workspace.output
- the coverage or grid to be created.Method Detail |
---|
public String getInTransferPrefix()
public void setInTransferPrefix(String inTransferPrefix)
inTransferPrefix
- a four-character prefix common to all files in the SDTS transfer. The prefix may include a pathname to a directory. If no directory pathname is given, the files in the transfer will be read from the current workspace.public Object getOutput()
public void setOutput(Object output)
output
- the coverage or grid to be created.public Object getOutPointCover()
public void setOutPointCover(Object outPointCover)
outPointCover
- the name of an optional point coverage to be created when the Topological Vector Profile is converted. This option is ignored if the SDTS dataset is not the Point Profile Transfer.public String getLayerName()
public void setLayerName(String layerName)
layerName
- the name of an aggregated spatial object that represents a single data layer in a transfer. There can be multiple layers in a single transfer. By default, the first layer encountered is the only one that will be converted.public String getDataDictionary()
public void setDataDictionary(String dataDictionary)
dataDictionary
- option to retain or drop the data dictionary.public String getConvertVoid()
public void setConvertVoid(String convertVoid)
convertVoid
- used to convert or preserve void and fill values in the raster transfer. In the raster profile, NULL values are defined in two general categories: (Undefined, not relevant) or (Relevant but unknown or missing).public Object getOutWorkspace()
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 |