Skip to content

ILasOrganize 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).
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.

ILasOrganize.AsZlas Property

Indicates if output file(s) should be the Esri's zLas format.

Public WriteOnly Property AsZlas
public void AsZlas {set;}

ILasOrganize.CodeForWithheldPoints Property

Class code used for withheld points when converting to LAS 1.0 where flags are not supported.

Public WriteOnly Property CodeForWithheldPoints
public void CodeForWithheldPoints {set;}

ILasOrganize.ComputeStatistics Property

Indicates whether or not to compute statistics for the output file(s).

Public WriteOnly Property ComputeStatistics
public void ComputeStatistics {set;}

ILasOrganize.DropExtraBytes Property

Indicates if Extra-Bytes data should be dropped.

Public WriteOnly Property DropExtraBytes
public void DropExtraBytes {set;}

ILasOrganize.DropVLRs Property

Indicates if Variable Length Records should be dropped.

Public WriteOnly Property DropVLRs
public void DropVLRs {set;}

ILasOrganize.OverwriteOutput Property

Indicates whether or not to overwrite existing output file(s).

Public WriteOnly Property OverwriteOutput
public void OverwriteOutput {set;}

ILasOrganize.Rearrange Property

Indicates if output point records should be spatially rearranged.

Public WriteOnly Property Rearrange
public void Rearrange {set;}

ILasOrganize.SetEmpty Method

Empty the object.

Public Sub SetEmpty ( _
)
public void SetEmpty (
);

ILasOrganize.SetTargetVersionAndFormat Method

The output LAS version and point format.

Public Sub SetTargetVersionAndFormat ( _
    ByVal major As Integer, _
    ByVal minor As Integer, _
    ByVal pointFormat As Integer _
)
public void SetTargetVersionAndFormat (
    int major,
    int minor,
    int pointFormat
);

ILasOrganize.SetTempFilePath Method

The path for temp files.

Public Sub SetTempFilePath ( _
    ByVal path As String _
)
public void SetTempFilePath (
    string path
);

ILasOrganize.TrackCancel Property

The cancel-tracking object.

Public WriteOnly Property TrackCancel
public void TrackCancel {set;}

Classes that implement ILasOrganize

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.