|
|||||||||
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.ExtractValuesToPoints
public class ExtractValuesToPoints
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.
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
- 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 |
---|
public Object getInPointFeatures()
public void setInPointFeatures(Object inPointFeatures)
inPointFeatures
- the input point features defining the locations from which you want to extract the raster cell values.public Object getInRaster()
public void setInRaster(Object inRaster)
inRaster
- the raster dataset whose values will be extracted. it can be an integer or floating-point type raster.public Object getOutPointFeatures()
public void setOutPointFeatures(Object outPointFeatures)
outPointFeatures
- the output point feature dataset containing the extracted raster values.public String getInterpolateValues()
public void setInterpolateValues(String interpolateValues)
interpolateValues
- specifies whether or not interpolation will be used.public String getAddAttributes()
public void setAddAttributes(String addAttributes)
addAttributes
- 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 |