|
|||||||||
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.geostatisticalanalysttools.ExtractValuesToTable
public class ExtractValuesToTable
Extracts cell values from a set of rasters to a table, based on a point or polygon feature class. The Extract Values To Table tool is contained in the Geostatistical Analyst Tools tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
ExtractValuesToTable()
Creates the Extract Values To Table tool with defaults. |
|
ExtractValuesToTable(Object inFeatures,
Object inRasters,
Object outTable)
Creates the Extract Values To Table tool with the required parameters. |
Method Summary | |
---|---|
String |
getAddWarningField()
Returns the Add warnings to output table parameter of this tool . |
Object |
getInFeatures()
Returns the Input feature class parameter of this tool . |
Object |
getInRasters()
Returns the Input rasters parameter of this tool . |
Object |
getOutTable()
Returns the Output table parameter of this tool . |
Object |
getOutTableRasterNames()
Returns the Output raster names table 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 |
setAddWarningField(String addWarningField)
Sets the Add warnings to output table parameter of this tool . |
void |
setInFeatures(Object inFeatures)
Sets the Input feature class parameter of this tool . |
void |
setInRasters(Object inRasters)
Sets the Input rasters parameter of this tool . |
void |
setOutTable(Object outTable)
Sets the Output table parameter of this tool . |
void |
setOutTableRasterNames(Object outTableRasterNames)
Sets the Output raster names table 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 ExtractValuesToTable()
Initializes the array of tool parameters with the default values specified when the tool was created.
public ExtractValuesToTable(Object inFeatures, Object inRasters, Object outTable)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
inFeatures
- the points or polygon features to be created.inRasters
- the rasters must all have the same extent, coordinate system, and cell size.outTable
- the output table contains a record for each point and each raster that has data. If polygon features are input, they are converted to points which coincide with the raster cell centers.Method Detail |
---|
public Object getInFeatures()
public void setInFeatures(Object inFeatures)
inFeatures
- the points or polygon features to be created.public Object getInRasters()
public void setInRasters(Object inRasters)
inRasters
- the rasters must all have the same extent, coordinate system, and cell size.public Object getOutTable()
public void setOutTable(Object outTable)
outTable
- the output table contains a record for each point and each raster that has data. If polygon features are input, they are converted to points which coincide with the raster cell centers.public Object getOutTableRasterNames()
public void setOutTableRasterNames(Object outTableRasterNames)
outTableRasterNames
- saves the names of the Input rasters to disc.public String getAddWarningField()
public void setAddWarningField(String addWarningField)
addWarningField
- records if input features are partially or completely covered by the Input rasters.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 |