|
|||||||||
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.Sample
public class Sample
Creates a table that shows the values of cells from a raster, or set of rasters, for defined locations. The locations are defined by raster cells or by a set of points. The Sample tool is contained in the Spatial Analyst Tools tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
Sample()
Creates the Sample tool with defaults. |
|
Sample(Object inRasters,
Object inLocationData,
Object outTable)
Creates the Sample tool with the required parameters. |
Method Summary | |
---|---|
Object |
getInLocationData()
Returns the Input location raster or point features parameter of this tool . |
Object |
getInRasters()
Returns the Input rasters parameter of this tool . |
Object |
getOutTable()
Returns the Output table parameter of this tool . |
String |
getResamplingType()
Returns the Resampling technique 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 |
setInLocationData(Object inLocationData)
Sets the Input location raster or point features 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 |
setResamplingType(String resamplingType)
Sets the Resampling technique 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 Sample()
Initializes the array of tool parameters with the default values specified when the tool was created.
public Sample(Object inRasters, Object inLocationData, 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.
inRasters
- the list of rasters whose values will be sampled based on the input location data.inLocationData
- data identifying positions at which you want a sample taken. this can be a raster or a point feature dataset.outTable
- output table holding the sampled cell values.Method Detail |
---|
public Object getInRasters()
public void setInRasters(Object inRasters)
inRasters
- the list of rasters whose values will be sampled based on the input location data.public Object getInLocationData()
public void setInLocationData(Object inLocationData)
inLocationData
- data identifying positions at which you want a sample taken. this can be a raster or a point feature dataset.public Object getOutTable()
public void setOutTable(Object outTable)
outTable
- output table holding the sampled cell values.public String getResamplingType()
public void setResamplingType(String resamplingType)
resamplingType
- resampling algorithm used when sampling a raster.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 |