|
|||||||||
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.TigerArc
public class TigerArc
Converts a set of U.S. Bureau of Census TIGER/Line files into one or more ArcInfo coverages. The Basic 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 | |
---|---|
TigerArc()
Creates the Basic Tiger Conversion tool with defaults. |
|
TigerArc(String inTigerFilePrefix,
Object outCover)
Creates the Basic Tiger Conversion tool with the required parameters. |
Method Summary | |
---|---|
String |
getInTigerFilePrefix()
Returns the Input TIGER File Prefix parameter of this tool . |
Object |
getOutCover()
Returns the Output Coverage parameter of this tool . |
Object |
getOutLandmarkCover()
Returns the Output Landmark Coverage parameter of this tool . |
Object |
getOutPointCover()
Returns the Output Point Coverage parameter of this tool . |
Object |
getOutWorkspace()
Returns the Output Workspace parameter of this tool (Read only). |
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. |
void |
setInTigerFilePrefix(String inTigerFilePrefix)
Sets the Input TIGER File Prefix parameter of this tool . |
void |
setOutCover(Object outCover)
Sets the Output Coverage parameter of this tool . |
void |
setOutLandmarkCover(Object outLandmarkCover)
Sets the Output Landmark Coverage parameter of this tool . |
void |
setOutPointCover(Object outPointCover)
Sets the Output Point Coverage parameter of this tool . |
void |
setTigerVersion(String tigerVersion)
Sets the TIGER/Line File Version 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 TigerArc()
Initializes the array of tool parameters with the default values specified when the tool was created.
public TigerArc(String inTigerFilePrefix, Object outCover)
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 path.outCover
- the name of the output coverage to be created containing the basic line features and attribute data from the set of 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 path.public Object getOutCover()
public void setOutCover(Object outCover)
outCover
- the name of the output coverage to be created containing the basic line features and attribute data from the set of TIGER/Line files.public Object getOutPointCover()
public void setOutPointCover(Object outPointCover)
outPointCover
- the name of the output coverage that contains point features that represent polygon label points for polygons in out_cover.public Object getOutLandmarkCover()
public void setOutLandmarkCover(Object outLandmarkCover)
outLandmarkCover
- the name of the output point coverage containing landmark features.public String getTigerVersion()
public void setTigerVersion(String tigerVersion)
tigerVersion
- the input TIGER/Line files version.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 |