|
|||||||||
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.VPFTile
public class VPFTile
Creates cross-tile topology for all tiled coverages in a Vector Product Format (VPF) database library, or topology for an individual tile in a VPF library. The VPF Tile Topology tool is contained in the Coverage Tools tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
VPFTile()
Creates the VPF Tile Topology tool with defaults. |
|
VPFTile(Object vPFLibrary)
Creates the VPF Tile Topology tool with the required parameters. |
Method Summary | |
---|---|
Object |
getOutVPFLibrary()
Returns the VPF Library parameter of this tool (Read only). |
int |
getSigDigits()
Returns the Significant Digits parameter of this tool . |
String |
getSpecCover()
Returns the Specified Coverage 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. |
Object |
getVPFLibrary()
Returns the VPF Library parameter of this tool . |
int |
getVPFStandard()
Returns the VPF Standard parameter of this tool . |
void |
setSigDigits(int sigDigits)
Sets the Significant Digits parameter of this tool . |
void |
setSpecCover(String specCover)
Sets the Specified Coverage parameter of this tool . |
void |
setVPFLibrary(Object vPFLibrary)
Sets the VPF Library parameter of this tool . |
void |
setVPFStandard(int vPFStandard)
Sets the VPF Standard 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 VPFTile()
Initializes the array of tool parameters with the default values specified when the tool was created.
public VPFTile(Object vPFLibrary)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
vPFLibrary
- location of the VPF database library for which cross-tile topology is to be created.Method Detail |
---|
public Object getVPFLibrary()
public void setVPFLibrary(Object vPFLibrary)
vPFLibrary
- location of the VPF database library for which cross-tile topology is to be created.public int getSigDigits()
public void setSigDigits(int sigDigits)
sigDigits
- the number of digits the software will use when trying to match node coordinates at tile boundaries. The larger the number, the smaller the search tolerance. The default value is 4.public int getVPFStandard()
public void setVPFStandard(int vPFStandard)
vPFStandard
- the VPF Standard to be used. The VPF Standard has two ways of defining cross-tile topology.public String getSpecCover()
public void setSpecCover(String specCover)
specCover
- specifies whether to process all the coverages in the VPF library or only the specified coverage.public Object getOutVPFLibrary()
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 |