|
|||||||||
| 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.conversiontools.PointToRaster
public class PointToRaster
This tool is available with an ArcView or ArcEditor license, if the Spatial Analyst extension or the 3D Analyst extension is installed.
Converts point features to a raster dataset.
The Point to Raster tool is contained in the Conversion Tools tool box.
Learn more about how the Point To Raster tool works
Software restrictions: ArcInfo only
| Field Summary |
|---|
| Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
|---|
vals |
| Constructor Summary | |
|---|---|
PointToRaster()
Creates the Point to Raster tool with defaults. |
|
PointToRaster(Object inFeatures,
Object valueField,
Object outRasterDataset)
Creates the Point to Raster tool with the required parameters. |
|
| Method Summary | |
|---|---|
String |
getCellAssignment()
Returns the Cell assignment type parameter of this tool . |
Object |
getCellsize()
Returns the Cellsize parameter of this tool . |
Object |
getInFeatures()
Returns the Input Features parameter of this tool . |
Object |
getOutRasterDataset()
Returns the Output Raster Dataset parameter of this tool . |
Object |
getPriorityField()
Returns the Priority field 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. |
Object |
getValueField()
Returns the Value field parameter of this tool . |
void |
setCellAssignment(String cellAssignment)
Sets the Cell assignment type parameter of this tool . |
void |
setCellsize(Object cellsize)
Sets the Cellsize parameter of this tool . |
void |
setInFeatures(Object inFeatures)
Sets the Input Features parameter of this tool . |
void |
setOutRasterDataset(Object outRasterDataset)
Sets the Output Raster Dataset parameter of this tool . |
void |
setPriorityField(Object priorityField)
Sets the Priority field parameter of this tool . |
void |
setValueField(Object valueField)
Sets the Value field 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 PointToRaster()
Initializes the array of tool parameters with the default values specified when the tool was created.
public PointToRaster(Object inFeatures,
Object valueField,
Object outRasterDataset)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
inFeatures - Feature Layer, the point or multipoint input feature dataset to be converted to a raster.valueField - Field, if the input is a point or multipoint dataset and contains z, this can be the Shape field.outRasterDataset - Raster Dataset, when you're not saving to a geodatabase, specify .tif for a TIFF file format, .img for an ERDAS IMAGINE file format, or no extension for a GRID file format.| Method Detail |
|---|
public Object getInFeatures()
public void setInFeatures(Object inFeatures)
inFeatures - Feature Layer, the point or multipoint input feature dataset to be converted to a raster.public Object getValueField()
public void setValueField(Object valueField)
valueField - Field, if the input is a point or multipoint dataset and contains z, this can be the Shape field.public Object getOutRasterDataset()
public void setOutRasterDataset(Object outRasterDataset)
outRasterDataset - Raster Dataset, when you're not saving to a geodatabase, specify .tif for a TIFF file format, .img for an ERDAS IMAGINE file format, or no extension for a GRID file format.public String getCellAssignment()
public void setCellAssignment(String cellAssignment)
cellAssignment - String, the method to determine how the cell will be assigned a value when more than one feature falls within a cell.public Object getPriorityField()
public void setPriorityField(Object priorityField)
priorityField - Field, this field is used when a feature should take preference over another feature with the same attribute. Priority field is only used with the MOST_FREQUENT cell assignment type option.public Object getCellsize()
public void setCellsize(Object cellsize)
cellsize - Analysis Cell Size, the cell size from which the output raster dataset will be created.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 | ||||||||