ILasDatasetToRasterFunctionArguments Interface

Provides access to members that control LasDataset to raster conversion.

Members

Name Description
Read/write property AvgPointSpacing Average point spacing.
Read/write property CacheMaxNumSurfaces Maximum number of different Las surfaces kept in this cache folder.
Read/write property CacheRasterZTolerance Z tolerance for Las rasters in the image cache folder, used for compression.
Read/write property CellAggregationType Cell aggregation type (how to bin).
Read/write property CellWidth Cell width.
Read/write property ClassTypesSelected Class types selected, e.g., esriRasterLasClassGround, or 217.
Read/write property DataType Data type.
Read/write property LasDataset The input Las dataset or Las dataset name.
Read/write property LasFileVersion The input Las file version (the latest if multiple found).
Read/write property MaxHoleWidthFilled Fill holes up to this width or height by interpolation from hole boundaries.
Read/write property NumPointsTotal Total number of points for all Las files, all return types.
Read/write property ReturnTypesSelected Return types selected, e.g., esriRasterLasReturnFirst, 13.
Read/write property SpatialReference The spatial reference to be used, if NOT set in the LasDataset.
Read/write property TinToRasterInterpolationType Tin to raster interpolation type (how to rasterize the tin: Linear or NN).
Read/write property UseConstraints Indicates whether to use 3D constraints included in the LasDataset or not.
Read/write property UseTinning Use tinning.
Read/write property VoidFillMethod Void fill method.
Read/write property ZMax Z Max.
Read/write property ZMin Z Min.

ILasDatasetToRasterFunctionArguments.AvgPointSpacing Property

Average point spacing.

Public Property AvgPointSpacing As Double
public double AvgPointSpacing {get; set;}

ILasDatasetToRasterFunctionArguments.CacheMaxNumSurfaces Property

Maximum number of different Las surfaces kept in this cache folder.

Public Property CacheMaxNumSurfaces As Integer
public int CacheMaxNumSurfaces {get; set;}

ILasDatasetToRasterFunctionArguments.CacheRasterZTolerance Property

Z tolerance for Las rasters in the image cache folder, used for compression.

Public Property CacheRasterZTolerance As Double
public double CacheRasterZTolerance {get; set;}

ILasDatasetToRasterFunctionArguments.CellAggregationType Property

Cell aggregation type (how to bin).

Public Property CellAggregationType As esriRasterLasCellAggregationType
public esriRasterLasCellAggregationType CellAggregationType {get; set;}

ILasDatasetToRasterFunctionArguments.CellWidth Property

Cell width.

Public Property CellWidth As Double
public double CellWidth {get; set;}

ILasDatasetToRasterFunctionArguments.ClassTypesSelected Property

Class types selected, e.g., esriRasterLasClassGround, or 217.

Public Property ClassTypesSelected As ILongArray
public ILongArray ClassTypesSelected {get; set;}

ILasDatasetToRasterFunctionArguments.DataType Property

Data type.

Public Property DataType As esriRasterLasDataType
public esriRasterLasDataType DataType {get; set;}

ILasDatasetToRasterFunctionArguments.LasDataset Property

The input Las dataset or Las dataset name.

Public Property LasDataset As Object
public object LasDataset {get; set;}

ILasDatasetToRasterFunctionArguments.LasFileVersion Property

The input Las file version (the latest if multiple found).

Public Property LasFileVersion As String
public string LasFileVersion {get; set;}

ILasDatasetToRasterFunctionArguments.MaxHoleWidthFilled Property

Fill holes up to this width or height by interpolation from hole boundaries.

Public Property MaxHoleWidthFilled As Double
public double MaxHoleWidthFilled {get; set;}

ILasDatasetToRasterFunctionArguments.NumPointsTotal Property

Total number of points for all Las files, all return types.

Public Property NumPointsTotal As Double
public double NumPointsTotal {get; set;}

ILasDatasetToRasterFunctionArguments.ReturnTypesSelected Property

Return types selected, e.g., esriRasterLasReturnFirst, 13.

Public Property ReturnTypesSelected As ILongArray
public ILongArray ReturnTypesSelected {get; set;}

ILasDatasetToRasterFunctionArguments.SpatialReference Property

The spatial reference to be used, if NOT set in the LasDataset.

Public Property SpatialReference As ISpatialReference
public ISpatialReference SpatialReference {get; set;}

ILasDatasetToRasterFunctionArguments.TinToRasterInterpolationType Property

Tin to raster interpolation type (how to rasterize the tin: Linear or NN).

Public Property TinToRasterInterpolationType As esriSurfaceInterpolationType
public esriSurfaceInterpolationType TinToRasterInterpolationType {get; set;}

ILasDatasetToRasterFunctionArguments.UseConstraints Property

Indicates whether to use 3D constraints included in the LasDataset or not.

Public Property UseConstraints As Boolean
public bool UseConstraints {get; set;}

ILasDatasetToRasterFunctionArguments.UseTinning Property

Use tinning.

Public Property UseTinning As Boolean
public bool UseTinning {get; set;}

ILasDatasetToRasterFunctionArguments.VoidFillMethod Property

Void fill method.

Public Property VoidFillMethod As esriRasterLasVoidFillMethod
public esriRasterLasVoidFillMethod VoidFillMethod {get; set;}

ILasDatasetToRasterFunctionArguments.ZMax Property

Z Max.

Public Property ZMax As Double
public double ZMax {get; set;}

ILasDatasetToRasterFunctionArguments.ZMin Property

Z Min.

Public Property ZMin As Double
public double ZMin {get; set;}

Classes that implement ILasDatasetToRasterFunctionArguments

Classes Description
LasDatasetToRasterFunctionArguments (esriGeoDatabaseExtensions) The LasDatasetToRasterFunction arguments.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.