|
|||||||||
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.PrincipalComponents
public class PrincipalComponents
Performs Principal Component Analysis (PCA) on a set of raster bands and generates a single multiband raster as output. The Principal Components tool is contained in the Spatial Analyst Tools tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
PrincipalComponents()
Creates the Principal Components tool with defaults. |
|
PrincipalComponents(Object inRasterBands,
Object outMultibandRaster)
Creates the Principal Components tool with the required parameters. |
Method Summary | |
---|---|
Object |
getInRasterBands()
Returns the Input raster bands parameter of this tool . |
int |
getNumberComponents()
Returns the Number of Principal components parameter of this tool . |
Object |
getOutDataFile()
Returns the Output data file parameter of this tool . |
Object |
getOutMultibandRaster()
Returns the Output multiband raster 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 |
setNumberComponents(int numberComponents)
Sets the Number of Principal components parameter of this tool . |
void |
setOutDataFile(Object outDataFile)
Sets the Output data file parameter of this tool . |
void |
setOutMultibandRaster(Object outMultibandRaster)
Sets the Output multiband raster 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 PrincipalComponents()
Initializes the array of tool parameters with the default values specified when the tool was created.
public PrincipalComponents(Object inRasterBands, Object outMultibandRaster)
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.outMultibandRaster
- the output multiband raster dataset. the dataset file name must have less than 10 characters.Method Detail |
---|
public Object getInRasterBands()
public void setInRasterBands(Object inRasterBands)
inRasterBands
- the input raster bands.public Object getOutMultibandRaster()
public void setOutMultibandRaster(Object outMultibandRaster)
outMultibandRaster
- the output multiband raster dataset. the dataset file name must have less than 10 characters.public int getNumberComponents()
public void setNumberComponents(int numberComponents)
numberComponents
- number of principal components. the number must be greater than zero and less than or equal to the total number of input raster bands. the default is the total number of rasters in the input.public Object getOutDataFile()
public void setOutDataFile(Object outDataFile)
outDataFile
- output ASCII data file storing principal component parameters. the extension for the output file can be .txt or .asc.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 |