|
|||||||||
| 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.ExtractValuesToPoints
public class ExtractValuesToPoints
Extracts the cell values of a raster based on a set of points. The Extract Values to Points tool is contained in the Spatial Analyst Tools tool box.
Software restrictions: none
| Field Summary |
|---|
| Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
|---|
vals |
| Constructor Summary | |
|---|---|
ExtractValuesToPoints()
Creates the Extract Values to Points tool with defaults. |
|
ExtractValuesToPoints(Object inPointFeatures,
Object inRaster,
Object outPointFeatures)
Creates the Extract Values to Points tool with the required parameters. |
|
| Method Summary | |
|---|---|
String |
getAddAttributes()
Returns the Append all the input raster attributes to the output point features parameter of this tool . |
Object |
getInPointFeatures()
Returns the Input point features parameter of this tool . |
Object |
getInRaster()
Returns the Input raster parameter of this tool . |
String |
getInterpolateValues()
Returns the Interpolate values at the point locations parameter of this tool . |
Object |
getOutPointFeatures()
Returns the Output point features 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 |
setAddAttributes(String addAttributes)
Sets the Append all the input raster attributes to the output point features parameter of this tool . |
void |
setInPointFeatures(Object inPointFeatures)
Sets the Input point features parameter of this tool . |
void |
setInRaster(Object inRaster)
Sets the Input raster parameter of this tool . |
void |
setInterpolateValues(String interpolateValues)
Sets the Interpolate values at the point locations parameter of this tool . |
void |
setOutPointFeatures(Object outPointFeatures)
Sets the Output point features 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 ExtractValuesToPoints()
Initializes the array of tool parameters with the default values specified when the tool was created.
public ExtractValuesToPoints(Object inPointFeatures,
Object inRaster,
Object outPointFeatures)
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 - Composite Geodataset, the input point features to which you want to add raster values.inRaster - Composite Geodataset, the name of a raster dataset whose values you want to add to the input point features.outPointFeatures - Feature Class, the output point feature dataset containing the extracted raster values.| Method Detail |
|---|
public Object getInPointFeatures()
public void setInPointFeatures(Object inPointFeatures)
inPointFeatures - Composite Geodataset, the input point features to which you want to add raster values.public Object getInRaster()
public void setInRaster(Object inRaster)
inRaster - Composite Geodataset, the name of a raster dataset whose values you want to add to the input point features.public Object getOutPointFeatures()
public void setOutPointFeatures(Object outPointFeatures)
outPointFeatures - Feature Class, the output point feature dataset containing the extracted raster values.public String getInterpolateValues()
public void setInterpolateValues(String interpolateValues)
interpolateValues - String, specifies whether or not interpolation will be used.public String getAddAttributes()
public void setAddAttributes(String addAttributes)
addAttributes - String, determines if the raster attributes are written to the output point feature dataset.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 | ||||||||