ILasToRasterFunctionArguments Interface
Provides access to members that control Las to raster conversion.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
|
Name |
Description |
|
AvgPointSpacing |
Average point spacing. |
|
CacheMaxNumSurfaces |
Maximum number of different Las surfaces kept in this cache folder. |
|
CacheRasterZTolerance |
Z tolerance for Las rasters in the image cache folder, used for compression. |
|
CellAggregationType |
Cell aggregation type (how to bin). |
|
CellWidth |
Cell width. |
|
ClassTypesSelected |
Class types selected, e.g., esriRasterLasClassGround, 217. |
|
DataType |
Data type. |
|
Extent |
Extent specified by the user, or extracted from the LAS files. |
|
IgnoreSpatialReferenceInLasFiles |
Ignore spatial reference in Las files. |
|
LasFile |
The input Las file. |
|
LasFileVersion |
The input Las file version. |
|
LasFolder |
The input Las folder. |
|
MaxHoleWidthFilled |
Fill holes up to this width or height by interpolation from hole boundaries. |
|
NumPointsTotal |
Total number of points for all Las files, all return types. |
|
ReturnTypesSelected |
Return types selected, e.g., esriRasterLasReturnFirst, 13. |
|
SpatialReference |
The spatial reference to be used, if NOT set in the Las file(s). |
|
TinToRasterInterpolationType |
Tin to raster interpolation type (how to rasterize the tin: Linear or NN). |
|
UseTinning |
Use tinning. |
|
VoidFillMethod |
Void fill method. |
|
ZMax |
Z Max. |
|
ZMin |
Z Min. |
Classes that implement ILasToRasterFunctionArguments