ESRI.ArcGIS.Analyst3DTools | |
RasterTin Class Members | |
See Also Properties Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers |
ESRI.ArcGIS.Analyst3DTools Namespace : RasterTin Class |
The following tables list the members exposed by RasterTin.
Name | Description | |
---|---|---|
RasterTin Constructor | Overloaded. Constructor that takes all required parameters for geoprocessor execution. |
Name | Description | |
---|---|---|
Alias | The alias for this tool's toolbox. | |
in_raster | The input raster. (In, Required) | |
max_points | The maximum number of points that will be added to the TIN before the process is terminated. By default, the process will continue until all the points are added. (In, Optional) | |
out_tin | The output TIN. (Out, Required) | |
ParameterInfo | The parameters used by this tool. For internal use only. | |
ToolboxDirectory | The directory of this tool's toolbox. | |
ToolboxName | The name of this tool's toolbox. | |
ToolName | The name of this tool. | |
z_factor | The factor that the heights of the resultant TIN will be multiplied from those of the input raster. Used to convert z units to x and y units. (In, Optional) | |
z_tolerance | The maximum allowable difference in (z units) between the height of the input raster and the height of the output TIN. By default, the z tolerance is 1/10 of the z range of the input raster. (In, Optional) |