|
|||||||||
| 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.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.
Learn more about how Edit Signatures works
Software restrictions: none
| 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 - Composite Geodataset, the input raster bands to edit the signatures for.inSignatureFile - File, a ".gsg" extension is required.inSignatureRemapFile - File, the extension can be ".rmp", ".asc" or ".txt". The default is ".rmp".outSignatureFile - File, a ".gsg" extension is required.| Method Detail |
|---|
public Object getInRasterBands()
public void setInRasterBands(Object inRasterBands)
inRasterBands - Composite Geodataset, the input raster bands to edit the signatures for.public Object getInSignatureFile()
public void setInSignatureFile(Object inSignatureFile)
inSignatureFile - File, a ".gsg" extension is required.public Object getInSignatureRemapFile()
public void setInSignatureRemapFile(Object inSignatureRemapFile)
inSignatureRemapFile - File, the extension can be ".rmp", ".asc" or ".txt". The default is ".rmp".public Object getOutSignatureFile()
public void setOutSignatureFile(Object outSignatureFile)
outSignatureFile - File, a ".gsg" extension is required.public int getSampleInterval()
public void setSampleInterval(int sampleInterval)
sampleInterval - Long, 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 | ||||||||