|
|||||||||
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.TigerTool
public class TigerTool
Converts a set of U.S. Census Bureau TIGER/Line files to a set of ArcInfo coverages. The Advanced Tiger Conversion tool is contained in the Coverage Tools tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
TigerTool()
Creates the Advanced Tiger Conversion tool with defaults. |
|
TigerTool(String inTigerFilePrefix,
String outCoverPrefix)
Creates the Advanced Tiger Conversion tool with the required parameters. |
Method Summary | |
---|---|
String |
getInTigerFilePrefix()
Returns the Input TIGER File Prefix parameter of this tool . |
String |
getJoinAttributes()
Returns the Join attributes parameter of this tool . |
String |
getOutCoverPrefix()
Returns the Output Coverage Prefix parameter of this tool . |
Object |
getOutWorkspace()
Returns the Output Workspace parameter of this tool (Read only). |
String |
getProjection()
Returns the Projection parameter of this tool . |
String |
getRestart()
Returns the Restart parameter of this tool . |
String |
getTigerVersion()
Returns the TIGER/Line File Version 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. |
int |
getZoneNumber()
Returns the Zone Number parameter of this tool . |
void |
setInTigerFilePrefix(String inTigerFilePrefix)
Sets the Input TIGER File Prefix parameter of this tool . |
void |
setJoinAttributes(String joinAttributes)
Sets the Join attributes parameter of this tool . |
void |
setOutCoverPrefix(String outCoverPrefix)
Sets the Output Coverage Prefix parameter of this tool . |
void |
setProjection(String projection)
Sets the Projection parameter of this tool . |
void |
setRestart(String restart)
Sets the Restart parameter of this tool . |
void |
setTigerVersion(String tigerVersion)
Sets the TIGER/Line File Version parameter of this tool . |
void |
setZoneNumber(int zoneNumber)
Sets the Zone Number 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 TigerTool()
Initializes the array of tool parameters with the default values specified when the tool was created.
public TigerTool(String inTigerFilePrefix, String outCoverPrefix)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
inTigerFilePrefix
- the filename prefix, common to all files in the set of TIGER/Line files being converted. The prefix may include a directory pathname.outCoverPrefix
- the prefix of the output coverages to be created from the TIGER/Line files.Method Detail |
---|
public String getInTigerFilePrefix()
public void setInTigerFilePrefix(String inTigerFilePrefix)
inTigerFilePrefix
- the filename prefix, common to all files in the set of TIGER/Line files being converted. The prefix may include a directory pathname.public String getOutCoverPrefix()
public void setOutCoverPrefix(String outCoverPrefix)
outCoverPrefix
- the prefix of the output coverages to be created from the TIGER/Line files.public String getJoinAttributes()
public void setJoinAttributes(String joinAttributes)
joinAttributes
- determines if the basic line, area, and landmark point features will be joined to their feature attribute tables.public String getProjection()
public void setProjection(String projection)
projection
- the spatial reference of the output coverages.public int getZoneNumber()
public void setZoneNumber(int zoneNumber)
zoneNumber
- the zone number of the specified coordinate system.public String getTigerVersion()
public void setTigerVersion(String tigerVersion)
tigerVersion
- the input TIGER/Line files version.public String getRestart()
public void setRestart(String restart)
restart
- determines whether processing will continue if the TIGER data contains intersection errors.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 |