|
|||||||||
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.VPFExport
public class VPFExport
Converts a coverage into either a Vector Product Format (VPF) Coverage or VPF Tile. The Export To VPF tool is contained in the Coverage Tools tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
VPFExport()
Creates the Export To VPF tool with defaults. |
|
VPFExport(Object inCover,
Object outFile)
Creates the Export To VPF tool with the required parameters. |
Method Summary | |
---|---|
Object |
getControlFile()
Returns the Conversion Control File parameter of this tool . |
Object |
getInCover()
Returns the Input Coverage or Table parameter of this tool . |
String |
getIndexTable()
Returns the Create feature index table parameter of this tool . |
Object |
getOutFile()
Returns the Output VPF Coverage or Table parameter of this tool . |
String |
getStandardTable()
Returns the Nonstandard ArcInfo tables will be converted parameter of this tool . |
String |
getTileName()
Returns the Tile Name 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 |
setControlFile(Object controlFile)
Sets the Conversion Control File parameter of this tool . |
void |
setInCover(Object inCover)
Sets the Input Coverage or Table parameter of this tool . |
void |
setIndexTable(String indexTable)
Sets the Create feature index table parameter of this tool . |
void |
setOutFile(Object outFile)
Sets the Output VPF Coverage or Table parameter of this tool . |
void |
setStandardTable(String standardTable)
Sets the Nonstandard ArcInfo tables will be converted parameter of this tool . |
void |
setTileName(String tileName)
Sets the Tile Name 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 VPFExport()
Initializes the array of tool parameters with the default values specified when the tool was created.
public VPFExport(Object inCover, Object outFile)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
inCover
- the input coverage that will be converted to VPF format.outFile
- the name of the VPF coverage or table to be created. The full pathname must be specified.Method Detail |
---|
public Object getInCover()
public void setInCover(Object inCover)
inCover
- the input coverage that will be converted to VPF format.public Object getOutFile()
public void setOutFile(Object outFile)
outFile
- the name of the VPF coverage or table to be created. The full pathname must be specified.public String getTileName()
public void setTileName(String tileName)
tileName
- the name of the VPF tile to be created.public Object getControlFile()
public void setControlFile(Object controlFile)
controlFile
- a file that can be used to drop, add, change, or ignore items and other information during translation. The name of this file is defined by the user. Polycov.ccf, poly_cov_con, and conversionfile are all acceptable names. an input coverage defines feature translations for specified feature classes as well as specifies feature classes to be ignored. It can also be used to determine which values are to be filled in the database and library header files at creation.public String getStandardTable()
public void setStandardTable(String standardTable)
standardTable
- specifies whether nonstandard ARC/INFO tables will be converted.public String getIndexTable()
public void setIndexTable(String indexTable)
indexTable
- specifies whether to create a feature index table (FIT).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 |