ConversionTools
PointToRaster Class Members
See Also  Properties  Send Feedback
ESRI.ArcGIS.ConversionTools Namespace : PointToRaster Class




The following tables list the members exposed by PointToRaster.

Public Constructors

 NameDescription
public ConstructorPointToRaster ConstructorOverloaded.   
Top

Public Properties

 NameDescription
public PropertyAliasThe alias for this tool's toolbox.  
public Propertycell_assignmentThe method to determine how the cell will be assigned a value when more than one feature falls within a cell. MOST_FREQUENT — If there is more than one feature within the cell, the one with the most common attribute, in <field>, is assigned to the cell. If they have the same number of common attributes, the one with the lowest FID is used. SUM — The sum of the attributes of all the points within the cell. (Not valid for string data) MEAN — The mean of the attributes of all the points within the cell. (Not valid for string data) STANDARD_DEVIATION — The standard deviation of attributes of all the points within the cell. If there are less than two points in the cell, the is assigned NODATA. (Not valid for string data) MAXIMUM — The maximum value of the attributes of the points within the cell. (Not valid for string data) MINIMUM — The minimum value of the attributes of the points within the cell. (Not valid for string data) RANGE — The range of the attributes of the points within the cell. (Not valid for string data) {MOST_FREQUENT | SUM | MEAN | STANDARD_DEVIATION | MAXIMUM | MINIMUM | RANGE} (In, Optional)  
public PropertycellsizeThe cell size from which the output raster dataset will be created . This is the value in the environment if specifically set. If the environment is not set, then cell size is the shortest of the width or height of the extent of in_features in the output spatial reference divided by 250. (In, Optional)  
public Propertyin_featuresThe point or multipoint input features to be converted to a raster dataset. (In, Required)  
public Propertyout_rasterdataset  
public PropertyParameterInfoThe parameters used by this tool. For internal use only.  
public Propertypriority_fieldThis 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 option. (In, Optional)  
public PropertyToolboxDirectoryThe directory of this tool's toolbox.  
public PropertyToolboxNameThe name of this tool's toolbox.  
public PropertyToolNameThe name of this tool.  
public Propertyvalue_fieldThe field used to assign values to the features. This can be a field of the Input features. If the Input feature is a point or multipoint file and contains z, this can be the Shape field. (In, Required)  
Top

See Also

© 2011 All Rights Reserved.