Skip to content

ILasConvert Interface

Provides access to members of LasOrganizer.

Members

Name Description
Write-only property AsZlas Indicates if output file(s) should be the Esri's zLas format.
Write-only property CodeForWithheldPoints Class code used for withheld points when converting to LAS 1.0 where flags are not supported.
Write-only property ComputeStatistics Indicates whether or not to compute statistics for the output file(s).
Method Convert Convert version and/or point record format.
Write-only property DropExtraBytes Indicates if Extra-Bytes data should be dropped.
Write-only property DropVLRs Indicates if Variable Length Records should be dropped.
Write-only property OverwriteOutput Indicates whether or not to overwrite existing output file(s).
Write-only property Rearrange Indicates if output point records should be spatially rearranged.
Method SetEmpty Empty the object.
Method SetTargetVersionAndFormat The output LAS version and point format.
Method SetTempFilePath The path for temp files.
Write-only property TrackCancel The cancel-tracking object.

ILasConvert.Convert Method

Convert version and/or point record format.

Public Sub Convert ( _
    ByVal pDataset As ILasDataset, _
    ByVal pFiles As ILongArray, _
    ByVal pOutputSpatialRef As ISpatialReference, _
    ByVal outputFolderName As String _
)
public void Convert (
    ILasDataset pDataset,
    ILongArray pFiles,
    ISpatialReference pOutputSpatialRef,
    string outputFolderName
);

Inherited Interfaces

Interfaces Description
ILasOrganize Provides access to members of LasOrganizer.

Classes that implement ILasConvert

Classes Description
LasOrganizer Esri LasOrganizer.

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