|
|||||||||
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.ExtractMultiValuesToPoints
public class ExtractMultiValuesToPoints
Extracts cell values at locations specified in a point feature class from one or more rasters, and records the values to the attribute table of the point feature class. The Extract Multi Values to Points tool is contained in the Spatial Analyst Tools tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
ExtractMultiValuesToPoints()
Creates the Extract Multi Values to Points tool with defaults. |
|
ExtractMultiValuesToPoints(Object inPointFeatures,
Object inRasters)
Creates the Extract Multi Values to Points tool with the required parameters. |
Method Summary | |
---|---|
String |
getBilinearInterpolateValues()
Returns the Bilinear interpolation of values at point locations parameter of this tool . |
Object |
getInPointFeatures()
Returns the Input point features parameter of this tool . |
Object |
getInRasters()
Returns the Input rasters parameter of this tool . |
Object |
getOutPointFeatures()
Returns the Output point features parameter of this tool (Read only). |
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 |
setBilinearInterpolateValues(String bilinearInterpolateValues)
Sets the Bilinear interpolation of values at point locations parameter of this tool . |
void |
setInPointFeatures(Object inPointFeatures)
Sets the Input point features parameter of this tool . |
void |
setInRasters(Object inRasters)
Sets the Input rasters 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 ExtractMultiValuesToPoints()
Initializes the array of tool parameters with the default values specified when the tool was created.
public ExtractMultiValuesToPoints(Object inPointFeatures, Object inRasters)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
inPointFeatures
- the input point features to which you want to add raster values.inRasters
- the input raster (or rasters) values you want to extract based on the input point feature location. optionally, you can supply the name for the field to store the raster value. By default, a unique field name will be created based on the input raster dataset name.Method Detail |
---|
public Object getInPointFeatures()
public void setInPointFeatures(Object inPointFeatures)
inPointFeatures
- the input point features to which you want to add raster values.public Object getInRasters()
public void setInRasters(Object inRasters)
inRasters
- the input raster (or rasters) values you want to extract based on the input point feature location. optionally, you can supply the name for the field to store the raster value. By default, a unique field name will be created based on the input raster dataset name.public String getBilinearInterpolateValues()
public void setBilinearInterpolateValues(String bilinearInterpolateValues)
bilinearInterpolateValues
- specifies whether or not interpolation will be used.public Object getOutPointFeatures()
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 |