|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.esri.arcgis.geoprocessing.AbstractGPTool
com.esri.arcgis.geoprocessing.tools.spatialanalysttools.Dendrogram
Constructs a tree diagram showing attribute distances between sequentially merged classes in a signature file.
The Dendrogram tool is contained in the Spatial Analyst Tools tool box.
Learn more about how Dendrogram works
Software restrictions: none
| Field Summary |
| Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
vals |
| Constructor Summary | |
Dendrogram()
Creates the Dendrogram tool with defaults. |
|
Dendrogram(java.lang.Object inSignatureFile,
java.lang.Object outDendrogramFile)
Creates the Dendrogram tool with the required parameters. |
|
| Method Summary | |
java.lang.String |
getDistanceCalculation()
Returns the Use variance in distance calculations parameter of this tool . |
java.lang.Object |
getInSignatureFile()
Returns the Input signature file parameter of this tool . |
int |
getLineWidth()
Returns the Line width of dendrogram parameter of this tool . |
java.lang.Object |
getOutDendrogramFile()
Returns the Output dendrogram file parameter of this tool . |
java.lang.String |
getToolboxAlias()
Returns the alias of the tool box containing this tool. |
java.lang.String |
getToolboxName()
Returns the name of the tool box containing this tool. |
java.lang.String |
getToolName()
Returns the name of this tool. |
void |
setDistanceCalculation(java.lang.String distanceCalculation)
Sets the Use variance in distance calculations parameter of this tool . |
void |
setInSignatureFile(java.lang.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(java.lang.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(java.lang.Object inSignatureFile,
java.lang.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 - File, a ".gsg" extension is required.outDendrogramFile - File, the extension can be ".txt" or ".asc".| Method Detail |
public java.lang.Object getInSignatureFile()
public void setInSignatureFile(java.lang.Object inSignatureFile)
inSignatureFile - File, a ".gsg" extension is required.public java.lang.Object getOutDendrogramFile()
public void setOutDendrogramFile(java.lang.Object outDendrogramFile)
outDendrogramFile - File, the extension can be ".txt" or ".asc".public java.lang.String getDistanceCalculation()
public void setDistanceCalculation(java.lang.String distanceCalculation)
distanceCalculation - String, specifies the manner in which the distances between classes in multidimensional attribute space are defined.public int getLineWidth()
public void setLineWidth(int lineWidth)
lineWidth - Long, the default is 78.public java.lang.String getToolName()
public java.lang.String getToolboxName()
public java.lang.String getToolboxAlias()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||