|
|||||||||
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.EditSignatures
public class EditSignatures
Edits and updates a signature file by merging, renumbering, and deleting class signatures. The Edit 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 | |
---|---|
EditSignatures()
Creates the Edit Signatures tool with defaults. |
|
EditSignatures(Object inRasterBands,
Object inSignatureFile,
Object inSignatureRemapFile,
Object outSignatureFile)
Creates the Edit Signatures tool with the required parameters. |
Method Summary | |
---|---|
Object |
getInRasterBands()
Returns the Input raster bands parameter of this tool . |
Object |
getInSignatureFile()
Returns the Input signature file parameter of this tool . |
Object |
getInSignatureRemapFile()
Returns the Input signature remap file parameter of this tool . |
Object |
getOutSignatureFile()
Returns the Output signature file parameter of this tool . |
int |
getSampleInterval()
Returns the Sample interval 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 |
setInRasterBands(Object inRasterBands)
Sets the Input raster bands parameter of this tool . |
void |
setInSignatureFile(Object inSignatureFile)
Sets the Input signature file parameter of this tool . |
void |
setInSignatureRemapFile(Object inSignatureRemapFile)
Sets the Input signature remap file parameter of this tool . |
void |
setOutSignatureFile(Object outSignatureFile)
Sets the Output signature file parameter of this tool . |
void |
setSampleInterval(int sampleInterval)
Sets the Sample interval 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 EditSignatures()
Initializes the array of tool parameters with the default values specified when the tool was created.
public EditSignatures(Object inRasterBands, Object inSignatureFile, Object inSignatureRemapFile, 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 edit the signatures.inSignatureFile
- input signature file whose class signatures are to be edited. a .gsg extension is required.inSignatureRemapFile
- input ASCII remap table containing the class IDs to be merged, renumbered, or deleted. the extension can be .rmp, .asc or .txt. The default is .rmp.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 edit the signatures.public Object getInSignatureFile()
public void setInSignatureFile(Object inSignatureFile)
inSignatureFile
- input signature file whose class signatures are to be edited. a .gsg extension is required.public Object getInSignatureRemapFile()
public void setInSignatureRemapFile(Object inSignatureRemapFile)
inSignatureRemapFile
- input ASCII remap table containing the class IDs to be merged, renumbered, or deleted. the extension can be .rmp, .asc or .txt. The default is .rmp.public Object getOutSignatureFile()
public void setOutSignatureFile(Object outSignatureFile)
outSignatureFile
- the output signature file. a .gsg extension must be specified.public int getSampleInterval()
public void setSampleInterval(int sampleInterval)
sampleInterval
- the interval to be used for sampling. the default is 10.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 |