Provides access to members that control Las to raster conversion.
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. |
ILasToRasterFunctionArguments.AvgPointSpacing Property
Average point spacing.
Public Property AvgPointSpacing As Double
public double AvgPointSpacing {get; set;}
ILasToRasterFunctionArguments.CacheMaxNumSurfaces Property
Maximum number of different Las surfaces kept in this cache folder.
Public Property CacheMaxNumSurfaces As Integer
public int CacheMaxNumSurfaces {get; set;}
ILasToRasterFunctionArguments.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;}
ILasToRasterFunctionArguments.CellAggregationType Property
Cell aggregation type (how to bin).
Public Property CellAggregationType As esriRasterLasCellAggregationType
public esriRasterLasCellAggregationType CellAggregationType {get; set;}
ILasToRasterFunctionArguments.CellWidth Property
Cell width.
Public Property CellWidth As Double
public double CellWidth {get; set;}
ILasToRasterFunctionArguments.ClassTypesSelected Property
Class types selected, e.g., esriRasterLasClassGround, 217.
Public Property ClassTypesSelected As ILongArray
public ILongArray ClassTypesSelected {get; set;}
ILasToRasterFunctionArguments.DataType Property
Data type.
Public Property DataType As esriRasterLasDataType
public esriRasterLasDataType DataType {get; set;}
ILasToRasterFunctionArguments.Extent Property
Extent specified by the user, or extracted from the LAS files.
Public Property Extent As IEnvelope
public IEnvelope Extent {get; set;}
ILasToRasterFunctionArguments.IgnoreSpatialReferenceInLasFiles Property
Ignore spatial reference in Las files.
Public Property IgnoreSpatialReferenceInLasFiles As Boolean
public bool IgnoreSpatialReferenceInLasFiles {get; set;}
ILasToRasterFunctionArguments.LasFile Property
The input Las file.
Public Property LasFile As String
public string LasFile {get; set;}
ILasToRasterFunctionArguments.LasFileVersion Property
The input Las file version.
Public Property LasFileVersion As String
public string LasFileVersion {get; set;}
ILasToRasterFunctionArguments.LasFolder Property
The input Las folder.
Public Property LasFolder As String
public string LasFolder {get; set;}
ILasToRasterFunctionArguments.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;}
ILasToRasterFunctionArguments.NumPointsTotal Property
Total number of points for all Las files, all return types.
Public Property NumPointsTotal As Double
public double NumPointsTotal {get; set;}
ILasToRasterFunctionArguments.ReturnTypesSelected Property
Return types selected, e.g., esriRasterLasReturnFirst, 13.
Public Property ReturnTypesSelected As ILongArray
public ILongArray ReturnTypesSelected {get; set;}
ILasToRasterFunctionArguments.SpatialReference Property
The spatial reference to be used, if NOT set in the Las file(s).
Public Property SpatialReference As ISpatialReference
public ISpatialReference SpatialReference {get; set;}
ILasToRasterFunctionArguments.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;}
ILasToRasterFunctionArguments.UseTinning Property
Use tinning.
Public Property UseTinning As Boolean
public bool UseTinning {get; set;}
ILasToRasterFunctionArguments.VoidFillMethod Property
Void fill method.
Public Property VoidFillMethod As esriRasterLasVoidFillMethod
public esriRasterLasVoidFillMethod VoidFillMethod {get; set;}
ILasToRasterFunctionArguments.ZMax Property
Z Max.
Public Property ZMax As Double
public double ZMax {get; set;}
ILasToRasterFunctionArguments.ZMin Property
Z Min.
Public Property ZMin As Double
public double ZMin {get; set;}
Classes that implement ILasToRasterFunctionArguments
Classes | Description |
---|---|
LasToRasterFunctionArguments (esriGeoDatabaseExtensions) | The LasToRasterFunction arguments. |