|
|||||||||
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.Ungenerate
public class Ungenerate
Creates a text file of x,y coordinates from the input coverage. The Ungenerate tool is contained in the Coverage Tools tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
Ungenerate()
Creates the Ungenerate tool with defaults. |
|
Ungenerate(Object inCover,
Object outGenerateFile,
String featureType)
Creates the Ungenerate tool with the required parameters. |
Method Summary | |
---|---|
String |
getDuplicateNodes()
Returns the Duplicate Nodes parameter of this tool . |
String |
getFeatureType()
Returns the Feature Type parameter of this tool . |
String |
getFormat()
Returns the Numeric Format parameter of this tool . |
Object |
getInCover()
Returns the Input Coverage parameter of this tool . |
Object |
getOutGenerateFile()
Returns the Output Generate File 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 |
setDuplicateNodes(String duplicateNodes)
Sets the Duplicate Nodes parameter of this tool . |
void |
setFeatureType(String featureType)
Sets the Feature Type parameter of this tool . |
void |
setFormat(String format)
Sets the Numeric Format parameter of this tool . |
void |
setInCover(Object inCover)
Sets the Input Coverage parameter of this tool . |
void |
setOutGenerateFile(Object outGenerateFile)
Sets the Output Generate File 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 Ungenerate()
Initializes the array of tool parameters with the default values specified when the tool was created.
public Ungenerate(Object inCover, Object outGenerateFile, String featureType)
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 coverage from which feature coordinates will be written.outGenerateFile
- the text file to which the x,y coordinates will be written.featureType
- the type of features that will be used in the generation of the output file.Method Detail |
---|
public Object getInCover()
public void setInCover(Object inCover)
inCover
- the coverage from which feature coordinates will be written.public Object getOutGenerateFile()
public void setOutGenerateFile(Object outGenerateFile)
outGenerateFile
- the text file to which the x,y coordinates will be written.public String getFeatureType()
public void setFeatureType(String featureType)
featureType
- the type of features that will be used in the generation of the output file.public String getDuplicateNodes()
public void setDuplicateNodes(String duplicateNodes)
duplicateNodes
- determines whether duplicate node coordinates will be retained or dropped in the Output Generate File. This applies only to the POLY option.public String getFormat()
public void setFormat(String format)
format
- selects either exponential or fixed representation of floating point numbers in the Output Generate File.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 |