|
|||||||||
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.Export
public class Export
Converts a coverage to an interchange file for transfer to another platform. The Export To Interchange File tool is contained in the Coverage Tools tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
Export()
Creates the Export To Interchange File tool with defaults. |
|
Export(String featureType,
Object inDataset,
Object interchangeFile)
Creates the Export To Interchange File tool with the required parameters. |
Method Summary | |
---|---|
String |
getCompressionType()
Returns the Compression Type parameter of this tool . |
String |
getFeatureType()
Returns the Feature Type parameter of this tool . |
Object |
getInDataset()
Returns the Input Dataset parameter of this tool . |
Object |
getInterchangeFile()
Returns the Output Interchange File parameter of this tool . |
int |
getMaxLines()
Returns the Max Lines 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 |
setCompressionType(String compressionType)
Sets the Compression Type parameter of this tool . |
void |
setFeatureType(String featureType)
Sets the Feature Type parameter of this tool . |
void |
setInDataset(Object inDataset)
Sets the Input Dataset parameter of this tool . |
void |
setInterchangeFile(Object interchangeFile)
Sets the Output Interchange File parameter of this tool . |
void |
setMaxLines(int maxLines)
Sets the Max Lines 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 Export()
Initializes the array of tool parameters with the default values specified when the tool was created.
public Export(String featureType, Object inDataset, Object interchangeFile)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
featureType
- the data type to be exported.inDataset
- the input dataset.interchangeFile
- the prefix name of the ArcInfo interchange file or files to be created by Export. A volume ID of E00 will be appended to the file name of the first interchange file, E01 to the second file, and so on. Each subsequent file is created when the {max_lines} for each file is reached.Method Detail |
---|
public String getFeatureType()
public void setFeatureType(String featureType)
featureType
- the data type to be exported.public Object getInDataset()
public void setInDataset(Object inDataset)
inDataset
- the input dataset.public Object getInterchangeFile()
public void setInterchangeFile(Object interchangeFile)
interchangeFile
- the prefix name of the ArcInfo interchange file or files to be created by Export. A volume ID of E00 will be appended to the file name of the first interchange file, E01 to the second file, and so on. Each subsequent file is created when the {max_lines} for each file is reached.public String getCompressionType()
public void setCompressionType(String compressionType)
compressionType
- specifies how numbers and blanks will be compressed in the export file. There are three options:public int getMaxLines()
public void setMaxLines(int maxLines)
maxLines
- maximum number of lines for each volume (for example, disk file) of an Export To Interchange File file. A volume has the extension .E00 through .E99. Only one export file is created if this is not specified.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 |