com.esri.arcgis.geoprocessing.tools.spatialanalysttools
Class ExtractValuesToPoints

java.lang.Object
  extended by com.esri.arcgis.geoprocessing.AbstractGPTool
      extended by com.esri.arcgis.geoprocessing.tools.spatialanalysttools.ExtractValuesToPoints
All Implemented Interfaces:
GPTool

public class ExtractValuesToPoints
extends AbstractGPTool

Extracts the cell values of a raster based on a set of point features and records the values in the attribute table of an output feature class. The Extract Values to Points tool is contained in the Spatial Analyst Tools tool box.

Usage tips:


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(java.lang.Object inPointFeatures, java.lang.Object inRaster, java.lang.Object outPointFeatures)
          Creates the Extract Values to Points tool with the required parameters.
 
Method Summary
 java.lang.String getAddAttributes()
          Returns the Append all the input raster attributes to the output point features parameter of this tool .
 java.lang.Object getInPointFeatures()
          Returns the Input point features parameter of this tool .
 java.lang.Object getInRaster()
          Returns the Input raster parameter of this tool .
 java.lang.String getInterpolateValues()
          Returns the Interpolate values at the point locations parameter of this tool .
 java.lang.Object getOutPointFeatures()
          Returns the Output point features parameter of this tool .
 java.lang.String getToolboxAlias()
          Returns the alias of the tool box containing this tool.
 java.lang.String getToolboxName()
          Returns the name of the tool box containing this tool.
 java.lang.String getToolName()
          Returns the name of this tool.
 void setAddAttributes(java.lang.String addAttributes)
          Sets the Append all the input raster attributes to the output point features parameter of this tool .
 void setInPointFeatures(java.lang.Object inPointFeatures)
          Sets the Input point features parameter of this tool .
 void setInRaster(java.lang.Object inRaster)
          Sets the Input raster parameter of this tool .
 void setInterpolateValues(java.lang.String interpolateValues)
          Sets the Interpolate values at the point locations parameter of this tool .
 void setOutPointFeatures(java.lang.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

ExtractValuesToPoints

public ExtractValuesToPoints()
Creates the Extract Values to Points tool with defaults.

Initializes the array of tool parameters with the default values specified when the tool was created.


ExtractValuesToPoints

public ExtractValuesToPoints(java.lang.Object inPointFeatures,
                             java.lang.Object inRaster,
                             java.lang.Object outPointFeatures)
Creates the Extract Values to Points tool with the required parameters.

Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.

Parameters:
inPointFeatures - the input point features defining the locations from which you want to extract the raster cell values.
inRaster - the raster dataset whose values will be extracted. it can be an integer or floating-point type raster.
outPointFeatures - the output point feature dataset containing the extracted raster values.
Method Detail

getInPointFeatures

public java.lang.Object getInPointFeatures()
Returns the Input point features parameter of this tool . This parameter is the input point features defining the locations from which you want to extract the raster cell values. This is a required parameter.

Returns:
the Input point features

setInPointFeatures

public void setInPointFeatures(java.lang.Object inPointFeatures)
Sets the Input point features parameter of this tool . This parameter is the input point features defining the locations from which you want to extract the raster cell values. This is a required parameter.

Parameters:
inPointFeatures - the input point features defining the locations from which you want to extract the raster cell values.

getInRaster

public java.lang.Object getInRaster()
Returns the Input raster parameter of this tool . This parameter is the raster dataset whose values will be extracted. it can be an integer or floating-point type raster. This is a required parameter.

Returns:
the Input raster

setInRaster

public void setInRaster(java.lang.Object inRaster)
Sets the Input raster parameter of this tool . This parameter is the raster dataset whose values will be extracted. it can be an integer or floating-point type raster. This is a required parameter.

Parameters:
inRaster - the raster dataset whose values will be extracted. it can be an integer or floating-point type raster.

getOutPointFeatures

public java.lang.Object getOutPointFeatures()
Returns the Output point features parameter of this tool . This parameter is the output point feature dataset containing the extracted raster values. This is a required parameter.

Returns:
the Output point features

setOutPointFeatures

public void setOutPointFeatures(java.lang.Object outPointFeatures)
Sets the Output point features parameter of this tool . This parameter is the output point feature dataset containing the extracted raster values. This is a required parameter.

Parameters:
outPointFeatures - the output point feature dataset containing the extracted raster values.

getInterpolateValues

public java.lang.String getInterpolateValues()
Returns the Interpolate values at the point locations parameter of this tool . This parameter is specifies whether or not interpolation will be used. This is an optional parameter.

Returns:
the Interpolate values at the point locations

setInterpolateValues

public void setInterpolateValues(java.lang.String interpolateValues)
Sets the Interpolate values at the point locations parameter of this tool . This parameter is specifies whether or not interpolation will be used. This is an optional parameter.

Parameters:
interpolateValues - specifies whether or not interpolation will be used.

getAddAttributes

public java.lang.String getAddAttributes()
Returns the Append all the input raster attributes to the output point features parameter of this tool . This parameter is determines if the raster attributes are written to the output point feature dataset. This is an optional parameter.

Returns:
the Append all the input raster attributes to the output point features

setAddAttributes

public void setAddAttributes(java.lang.String addAttributes)
Sets the Append all the input raster attributes to the output point features parameter of this tool . This parameter is determines if the raster attributes are written to the output point feature dataset. This is an optional parameter.

Parameters:
addAttributes - determines if the raster attributes are written to the output point feature dataset.

getToolName

public java.lang.String getToolName()
Returns the name of this tool.

Returns:
the tool name

getToolboxName

public java.lang.String getToolboxName()
Returns the name of the tool box containing this tool.

Returns:
the tool box name

getToolboxAlias

public java.lang.String getToolboxAlias()
Returns the alias of the tool box containing this tool.

Returns:
the tool box alias