|
|||||||||
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.CreateSignatures
public class CreateSignatures
Creates an ASCII signature file of classes defined by input sample data and a set of raster bands. The Create Signatures tool is contained in the Spatial Analyst Tools tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
CreateSignatures()
Creates the Create Signatures tool with defaults. |
|
CreateSignatures(Object inRasterBands,
Object inSampleData,
Object outSignatureFile)
Creates the Create Signatures tool with the required parameters. |
Method Summary | |
---|---|
String |
getComputeCovariance()
Returns the Compute covariance matrices parameter of this tool . |
Object |
getInRasterBands()
Returns the Input raster bands parameter of this tool . |
Object |
getInSampleData()
Returns the Input raster or feature sample data parameter of this tool . |
Object |
getOutSignatureFile()
Returns the Output signature file parameter of this tool . |
Object |
getSampleField()
Returns the Sample field 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 |
setComputeCovariance(String computeCovariance)
Sets the Compute covariance matrices parameter of this tool . |
void |
setInRasterBands(Object inRasterBands)
Sets the Input raster bands parameter of this tool . |
void |
setInSampleData(Object inSampleData)
Sets the Input raster or feature sample data parameter of this tool . |
void |
setOutSignatureFile(Object outSignatureFile)
Sets the Output signature file parameter of this tool . |
void |
setSampleField(Object sampleField)
Sets the Sample field 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 CreateSignatures()
Initializes the array of tool parameters with the default values specified when the tool was created.
public CreateSignatures(Object inRasterBands, Object inSampleData, Object outSignatureFile)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
inRasterBands
- the input raster bands for which to create the signatures.inSampleData
- the input delineating the set of class samples. the input can be an integer raster or a feature dataset.outSignatureFile
- the output signature file. a .gsg extension must be specified.Method Detail |
---|
public Object getInRasterBands()
public void setInRasterBands(Object inRasterBands)
inRasterBands
- the input raster bands for which to create the signatures.public Object getInSampleData()
public void setInSampleData(Object inSampleData)
inSampleData
- the input delineating the set of class samples. the input can be an integer raster or a feature dataset.public Object getOutSignatureFile()
public void setOutSignatureFile(Object outSignatureFile)
outSignatureFile
- the output signature file. a .gsg extension must be specified.public String getComputeCovariance()
public void setComputeCovariance(String computeCovariance)
computeCovariance
- specifies whether covariance matrices in addition to the means are calculated.public Object getSampleField()
public void setSampleField(Object sampleField)
sampleField
- field of the input raster or feature sample data to assign values to the sampled locations (classes). only integer fields are valid fields.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 |