|
|||||||||
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.spatialanalysttools.Dendrogram
public class Dendrogram
Constructs a tree diagram (dendrogram) showing attribute distances between sequentially merged classes in a signature file. The Dendrogram tool is contained in the Spatial Analyst Tools tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
Dendrogram()
Creates the Dendrogram tool with defaults. |
|
Dendrogram(Object inSignatureFile,
Object outDendrogramFile)
Creates the Dendrogram tool with the required parameters. |
Method Summary | |
---|---|
String |
getDistanceCalculation()
Returns the Use variance in distance calculations parameter of this tool . |
Object |
getInSignatureFile()
Returns the Input signature file parameter of this tool . |
int |
getLineWidth()
Returns the Line width of dendrogram parameter of this tool . |
Object |
getOutDendrogramFile()
Returns the Output dendrogram 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 |
setDistanceCalculation(String distanceCalculation)
Sets the Use variance in distance calculations parameter of this tool . |
void |
setInSignatureFile(Object inSignatureFile)
Sets the Input signature file parameter of this tool . |
void |
setLineWidth(int lineWidth)
Sets the Line width of dendrogram parameter of this tool . |
void |
setOutDendrogramFile(Object outDendrogramFile)
Sets the Output dendrogram 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 Dendrogram()
Initializes the array of tool parameters with the default values specified when the tool was created.
public Dendrogram(Object inSignatureFile, Object outDendrogramFile)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
inSignatureFile
- input signature file whose class signatures are used to produce a dendrogram. a .gsg extension is required.outDendrogramFile
- the output dendrogram ASCII file. the extension can be .txt or .asc.Method Detail |
---|
public Object getInSignatureFile()
public void setInSignatureFile(Object inSignatureFile)
inSignatureFile
- input signature file whose class signatures are used to produce a dendrogram. a .gsg extension is required.public Object getOutDendrogramFile()
public void setOutDendrogramFile(Object outDendrogramFile)
outDendrogramFile
- the output dendrogram ASCII file. the extension can be .txt or .asc.public String getDistanceCalculation()
public void setDistanceCalculation(String distanceCalculation)
distanceCalculation
- specifies the manner in which the distances between classes in multidimensional attribute space are defined.public int getLineWidth()
public void setLineWidth(int lineWidth)
lineWidth
- sets the width of the dendrogram in number of characters on a line. the default is 78.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 |