|
|||||||||
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.VPFImport
public class VPFImport
Converts a VPF table to an INFO table, or converts either an untiled VPF coverage or VPF tile to an ARC/INFO coverage. The Import From VPF tool is contained in the Coverage Tools tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
VPFImport()
Creates the Import From VPF tool with defaults. |
|
VPFImport(Object inputVpf,
Object output)
Creates the Import From VPF tool with the required parameters. |
Method Summary | |
---|---|
Object |
getControlFile()
Returns the Conversion Control File parameter of this tool . |
Object |
getInputVpf()
Returns the Input VPF Coverage or Table parameter of this tool . |
Object |
getOutput()
Returns the Output Coverage or Table parameter of this tool . |
String |
getStandardVpf()
Returns the Nonstandard VPF 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 |
setInputVpf(Object inputVpf)
Sets the Input VPF Coverage or Table parameter of this tool . |
void |
setOutput(Object output)
Sets the Output Coverage or Table parameter of this tool . |
void |
setStandardVpf(String standardVpf)
Sets the Nonstandard VPF 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 VPFImport()
Initializes the array of tool parameters with the default values specified when the tool was created.
public VPFImport(Object inputVpf, 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.
inputVpf
- the name of the VPF table, untiled coverage, or tile to be converted. The full pathname must be specified.output
- the output table or coverage to be created.Method Detail |
---|
public Object getInputVpf()
public void setInputVpf(Object inputVpf)
inputVpf
- the name of the VPF table, untiled coverage, or tile to be converted. The full pathname must be specified.public Object getOutput()
public void setOutput(Object output)
output
- the output table or coverage to be created.public String getTileName()
public void setTileName(String tileName)
tileName
- the input VPF tile, if one exists.public Object getControlFile()
public void setControlFile(Object controlFile)
controlFile
- a file that can be used to ignore specific VPF feature classes or three-dimensional coordinates during translation. The name of this file is defined by the user.public String getStandardVpf()
public void setStandardVpf(String standardVpf)
standardVpf
- specifies whether nonstandard VPF tables will be converted.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 |